wallet payment

This commit is contained in:
2025-12-07 16:57:28 +03:30
parent 8b08873bd2
commit dcd9084383
3 changed files with 80 additions and 3 deletions
+8
View File
@@ -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,
},
];