feat(checkout): track current cart purchase
This commit is contained in:
@@ -31,6 +31,8 @@ class EditCheckoutService
|
||||
]);
|
||||
}
|
||||
|
||||
$this->purchaseState->lockCurrentCart($purchase);
|
||||
|
||||
$purchase->update($customerData);
|
||||
|
||||
return $this->responses->load($purchase);
|
||||
|
||||
Reference in New Issue
Block a user