in create payment cardnumber

This commit is contained in:
hamid zarghami
2026-06-15 10:42:26 +03:30
parent 041fdf5f20
commit da738a8adc
7 changed files with 55 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ const PaymentInfo: FC<PaymentInfoProps> = ({
const methodMap: Record<string, string> = {
[PaymentMethodEnum.Cash]: 'پرداخت نقدی',
[PaymentMethodEnum.Online]: 'پرداخت آنلاین',
[PaymentMethodEnum.CardOnDelivery]: 'پرداخت در محل',
[PaymentMethodEnum.CreditCard]: 'پرداخت کارتی',
[PaymentMethodEnum.Wallet]: 'کیف پول',
}
return methodMap[method] || method