Skip to content

Commit 1799c39

Browse files
author
Jelle van Oosterbosch
authored
Merge pull request #22 from superbrave/update-readme
Update readme to match the transaction request
2 parents 3e68515 + 57d8249 commit 1799c39

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,28 @@ $data = [
8080
'IssuerCode' => 'ABNAMRO',
8181
'AmountInCents' => 1337,
8282
'CurrencyCode' => 'EUR',
83+
'Consumer' => [
84+
'Address' => [
85+
'CareOf' => null,
86+
'City' => 'Bree duh',
87+
'CountryCode' => 'NL',
88+
'HouseNumber' => null,
89+
'PostalCode' => '4817 HX',
90+
'Street' => 'Quite 18',
91+
],
92+
'Category' => 'Person',
93+
],
8394
'Timestamp' => '2019-03-09T12:00:00Z',
8495
'LanguageCode' => 'nl',
8596
'CountryCode' => 'NL',
8697
'Reference' => '829c7998-6497-402c-a049-51801ba33662',
98+
'Order' => [
99+
'OrderNumber' => '12345AB',
100+
'CurrencyCode' => 'EUR',
101+
'TotalGrossAmountCents' => 1337,
102+
'TotalNetAmountCents' => 1337,
103+
],
104+
'Description' => '829c7998-6497-402c-a049-51801ba33662',
87105
],
88106
];
89107

0 commit comments

Comments
 (0)