This commit is contained in:
@@ -391,7 +391,8 @@ console.log(cart);
|
||||
if (
|
||||
from == OrderStatus.PENDING_PAYMENT &&
|
||||
to == OrderStatus.PREPARING &&
|
||||
paymentMethod !== PaymentMethodEnum.Cash
|
||||
paymentMethod !== PaymentMethodEnum.Cash &&
|
||||
paymentMethod !== PaymentMethodEnum.CreditCard
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user