This commit is contained in:
2026-05-24 16:08:13 +03:30
parent 0f74404192
commit 8ef4152853
4 changed files with 10 additions and 10 deletions
@@ -50,7 +50,7 @@ export class ZarinpalGateway implements IPaymentGateway {
merchant_id: this.zarinpalMerchantId,
description: `Payment for order #${invoiceId}`,
callback_url: callbackUrl,
currency: 'IRT',
currency: 'IRR',
metadata: {
order_id: invoiceId,
},