File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,28 @@ $data = [
80
80
'IssuerCode' => 'ABNAMRO',
81
81
'AmountInCents' => 1337,
82
82
'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
+ ],
83
94
'Timestamp' => '2019-03-09T12:00:00Z',
84
95
'LanguageCode' => 'nl',
85
96
'CountryCode' => 'NL',
86
97
'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',
87
105
],
88
106
];
89
107
You can’t perform that action at this time.
0 commit comments