feat: update purchase status to pending payment in payment intent and related test
This commit is contained in:
@@ -70,6 +70,7 @@ class PurchaseController extends Controller
|
||||
|
||||
$purchaseUpdate = [
|
||||
'payment_method' => $method,
|
||||
'status' => Purchase::STATUS_PENDING_PAYMENT,
|
||||
'total' => $totalAmount,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user