Skip to content

Commit

Permalink
Merge pull request #22 from superbrave/update-readme
Browse files Browse the repository at this point in the history
Update readme to match the transaction request
  • Loading branch information
Jelle van Oosterbosch authored Jan 3, 2022
2 parents 3e68515 + 57d8249 commit 1799c39
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,28 @@ $data = [
'IssuerCode' => 'ABNAMRO',
'AmountInCents' => 1337,
'CurrencyCode' => 'EUR',
'Consumer' => [
'Address' => [
'CareOf' => null,
'City' => 'Bree duh',
'CountryCode' => 'NL',
'HouseNumber' => null,
'PostalCode' => '4817 HX',
'Street' => 'Quite 18',
],
'Category' => 'Person',
],
'Timestamp' => '2019-03-09T12:00:00Z',
'LanguageCode' => 'nl',
'CountryCode' => 'NL',
'Reference' => '829c7998-6497-402c-a049-51801ba33662',
'Order' => [
'OrderNumber' => '12345AB',
'CurrencyCode' => 'EUR',
'TotalGrossAmountCents' => 1337,
'TotalNetAmountCents' => 1337,
],
'Description' => '829c7998-6497-402c-a049-51801ba33662',
],
];

Expand Down

0 comments on commit 1799c39

Please sign in to comment.