Skip to content
This repository was archived by the owner on Dec 28, 2020. It is now read-only.

Commit 33c3343

Browse files
Merge pull request #6 from remkobrenters/marked-property-as-mandatory
externalId is no longer optional
2 parents 173c765 + da85fe9 commit 33c3343

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ $paymentRequest = $tikkie->newPaymentRequest($platformToken, $userToken, $bankAc
7070
'amountInCents' => '1250',
7171
'currency' => 'EUR',
7272
'description' => 'Thank you',
73-
74-
// Optional attributes
7573
'externalId' => 'Order 1234'
7674
])->save();
7775

0 commit comments

Comments
 (0)