add credit card payment method
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-07 16:56:55 +03:30
parent caaeb0d34a
commit 89fa1d637e
14 changed files with 155 additions and 9 deletions
+8
View File
@@ -33,4 +33,12 @@ export const paymentMethodsData: PaymentMethodData[] = [
order: 3,
gateway: null,
},
{
method: PaymentMethodEnum.CreditCard,
description: 'پرداخت کارت به کارت',
enabled: true,
order: 4,
gateway: null,
cardNumber: '6037991234567890',
},
];