Skip to content

Commit

Permalink
Bug fix wrong classes (#4)
Browse files Browse the repository at this point in the history
* correct payment link

* Cancelled is not Canceled

* add method to capture

Co-authored-by: Tim Huijzers <[email protected]>
  • Loading branch information
webbaard and Tim Huijzers authored Aug 17, 2022
1 parent b3f9328 commit 70c4a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Action/Api/CreateCaptureAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public function execute($request)
'value' => sprintf('%.2f', $model['amount']),
'currency' => $model['currency'],
],
'method' => $model['method'],
'description' => $model['description'],
'redirectUrl' => $model['returnUrl'],
'webhookUrl' => $model['notifyUrl'],
Expand Down

0 comments on commit 70c4a06

Please sign in to comment.