We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69d769 commit 055808aCopy full SHA for 055808a
.gitignore
@@ -8,3 +8,4 @@ coverage
8
build
9
.php_cs.cache
10
.phpunit.result.cache
11
+.idea/
ReadMe.md
@@ -56,7 +56,7 @@ $purchase = new PurchaseRequest([
56
'email' => 'john@snow.stark',
57
'amount' => 42,
58
'currency' => 'EUR',
59
- 'datetime' => new DateTime(),
+ 'dateTime' => new DateTime(),
60
'successUrl' => 'http://localhost/thanks',
61
'errorUrl' => 'http://localhost/oops',
62
]);
@@ -194,7 +194,7 @@ $monetico = new Monetico(
194
);
195
196
$refund = new RefundRequest([
197
198
'orderDatetime' => new DateTime(),
199
'recoveryDatetime' => new DateTime(),
200
'authorizationNumber' => '1222',
0 commit comments