Skip to content

Commit

Permalink
Cleanup of config
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters authored Oct 12, 2016
1 parent 9e12505 commit 79b4362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/config.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
\Paynl\Config::setApiToken('bf81d83f6f8ca32bca272dfdcaf2f14902ff41ac');
\Paynl\Config::setApiToken('bf81d83f6f8ca32bca272dfdcaf2f14902ff41');
\Paynl\Config::setServiceId('SL-3490-4320');
//\Paynl\Config::setApiBase('https://rest-api.idefix.mark.dev.pay.nl');

//\Paynl\Config::setCAInfoLocation('path/to/cacert.pem'); //optional: you can download it on https://curl.haxx.se/ca/cacert.pem
//optional: you can download it on https://curl.haxx.se/ca/cacert.pem
//\Paynl\Config::setCAInfoLocation('path/to/cacert.pem');

0 comments on commit 79b4362

Please sign in to comment.