Skip to content

Commit ef58caf

Browse files
committed
Fix missing payment data with Mollie
1 parent 06d4c0d commit ef58caf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Gateways/Builtin/MollieGateway.php

+3
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ public function webhook(Request $request)
9696
return;
9797
}
9898

99+
$order->gatewayData(data: (array) $payment);
100+
$order->save();
101+
99102
$this->markOrderAsPaid($order);
100103
}
101104

0 commit comments

Comments
 (0)