This commit is contained in:
@@ -33,4 +33,12 @@ export const paymentMethodsData: PaymentMethodData[] = [
|
||||
order: 3,
|
||||
gateway: null,
|
||||
},
|
||||
{
|
||||
method: PaymentMethodEnum.CreditCard,
|
||||
description: 'پرداخت کارت به کارت',
|
||||
enabled: true,
|
||||
order: 4,
|
||||
gateway: null,
|
||||
cardNumber: '6037991234567890',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user