iranian bank gateway added to apps
schedule job for updeing bank status and az iranian bank gateway admin style
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user