Skip to content

Commit b6c55c9

Browse files
Fix missing payment data with Mollie (#1029)
1 parent ad0807a commit b6c55c9

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)