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
+6
View File
@@ -0,0 +1,6 @@
from django import forms
class PaymentSampleForm(forms.Form):
amount = forms.IntegerField(label="Amount", initial=10000)
mobile_number = forms.CharField(label="Mobile", max_length=13, initial="+989112223344")