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
+4
View File
@@ -65,4 +65,8 @@ CELERY_BEAT_SCHEDULE = {
'task': 'product.tasks.update_product_prices',
'schedule': crontab(minute='*'),
},
'update-bank-record-every-minute': {
'task': 'order.tasks.udpate_bank_status',
'schedule': crontab(minute='*'),
},
}