Skip to content

Commit

Permalink
Feature/ib 3657 add invoice (#8)
Browse files Browse the repository at this point in the history
* IB-3657 add invoice and ordernumber

* IB-3657 remove orderNumber

---------

Co-authored-by: Tim Huijzers <tim@island-bookings.com>
  • Loading branch information
webbaard and Tim Huijzers authored Nov 29, 2024
1 parent 3c28c1f commit 8c1a0d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Action/Api/CreateCaptureAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public function execute($request)
'value' => sprintf('%.2f', $model['amount']),
'currency' => $model['currency'],
],
'orderNumber' => $model['orderNumber'] ?? null,
'invoiceNumber' => $model['invoiceNumber'] ?? null,
'method' => $model['method'],
'description' => $model['description'],
Expand Down

0 comments on commit 8c1a0d1

Please sign in to comment.