wallet payment
This commit is contained in:
@@ -36,4 +36,12 @@ export const paymentMethodsData: PaymentMethodData[] = [
|
||||
gateway: PaymentGatewayEnum.ZarinPal,
|
||||
merchantId: 'b6f55bd0-6eae-4045-aeb8-07d084fa8f73',
|
||||
},
|
||||
{
|
||||
title: 'کیف پول',
|
||||
method: PaymentMethodEnum.Wallet,
|
||||
description: 'پرداخت از کیف پول',
|
||||
enabled: true,
|
||||
order: 4,
|
||||
gateway: null,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user