Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters committed Oct 12, 2016
1 parent 79b4362 commit 2f80567
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/directDebit/add.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

// optional
'bankaccountBic' => 'RABONL2U',
'exchangeUrl' => 'http://requestb.in/th07swth',
// 'exchangeUrl' => 'http://path_to_your_exchange/file.php',
'processDate' => new DateTime('tomorrow'),
'description' => 'De omschrijving',
'ipAddress' => '192.168.20.123',
'email' => 'naam@emai.com',
'email' => 'naam@email.com',
'promotorId' => '123456789',
'tool' => 'sdk',
'info' => 'info',
Expand Down
2 changes: 1 addition & 1 deletion samples/directDebit/mandate/add.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// optional
'bankaccountBic' => 'RABONL2U',
'processDate' => new DateTime('tomorrow'),
'exchangeUrl' => 'http://requestb.in/th07swth',
// 'exchangeUrl' => 'http://path_to_your_exchange/file.php',
'description' => 'De omschrijving',
'ipAddress' => '192.168.20.123',
'email' => '[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion samples/directDebit/recurring/add.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'processDate' => '08-07-2016',

// optional
'exchangeUrl' => 'http://requestb.in/th07swth',
// 'exchangeUrl' => 'http://path_to_your_exchange/file.php',
'description' => 'De omschrijving',
'ipAddress' => '192.168.20.123',
'email' => '[email protected]',
Expand Down

0 comments on commit 2f80567

Please sign in to comment.