zarinpal payment

This commit is contained in:
2026-01-18 19:30:41 +03:30
parent 6e8e4c7cf5
commit 87da6a8c10
4 changed files with 25 additions and 18 deletions
@@ -150,6 +150,7 @@ export class OrderService {
targetOrder.discount = discount
targetOrder.total = subTotal - discount
targetOrder.balance = subTotal - discount
// change status
targetOrder.status = OrderStatusEnum.INVOICED