iranian bank gateway added to apps

schedule job for updeing bank status and az iranian bank gateway admin style
This commit is contained in:
Parsa Nazer
2025-03-18 18:18:09 +03:30
parent 062001ef0e
commit 5cbe093400
52 changed files with 3008 additions and 34 deletions
@@ -0,0 +1,11 @@
from .exceptions import ( # noqa
AmountDoesNotSupport,
AZBankGatewaysException,
BankGatewayConnectionError,
BankGatewayStateInvalid,
BankGatewayTokenExpired,
BankGatewayUnclear,
CurrencyDoesNotSupport,
SettingDoesNotExist,
SafeSettingsEnabled,
)