Skip to content

Commit

Permalink
Add order_id to Mollie payment authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
tdwesten committed Mar 14, 2024
1 parent 4899d58 commit 2b3c55c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Actions/AuthorizeMolliePayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public function __invoke(Order $order, PaymentIntent $intent, Transaction $trans
->cart($order->cart)
->withData([
'payment_intent' => $intent->getId(),
'order_id' => $order->getRouteKey(),
])
->authorize();

Expand Down

0 comments on commit 2b3c55c

Please sign in to comment.