Feature: Order Updates, Events, Order Flows, Shipment And COD support
This commit is contained in:
@@ -297,6 +297,7 @@ class CheckoutService
|
||||
|
||||
$order->meta = [
|
||||
...($order->meta?->toArray() ?? []),
|
||||
'payment_method' => $type,
|
||||
'terms_accepted' => true,
|
||||
'terms_accepted_at' => now()->toIso8601String(),
|
||||
'terms_accepted_policy_version' => $policyVersion,
|
||||
|
||||
Reference in New Issue
Block a user