feat(checkout): track current cart purchase
This commit is contained in:
@@ -114,6 +114,8 @@ class PurchaseController extends Controller
|
||||
return false;
|
||||
}
|
||||
|
||||
$purchaseState->lockCurrentCart($purchase);
|
||||
|
||||
$purchaseUpdate = [
|
||||
'payment_method' => $method,
|
||||
'status' => Purchase::STATUS_PENDING_PAYMENT,
|
||||
|
||||
Reference in New Issue
Block a user