-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andy Pieters
committed
Oct 12, 2016
1 parent
79b4362
commit 2f80567
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|