add: add payment api

This commit is contained in:
behruz-dev
2025-08-28 14:50:00 +05:00
parent 2263de00a1
commit 2a2e2c9920
6 changed files with 58 additions and 23 deletions

View File

@@ -144,5 +144,6 @@ CSRF_TRUSTED_ORIGINS = [
]
ALLOWED_ATMOS_IPS = []
CONSUMER_KEY = ''
CONSUMER_SECRET = ''
CONSUMER_KEY = env.str('CONSUMER_KEY')
CONSUMER_SECRET = env.str('CONSUMER_SECRET')
STORE_ID = env.str('STORE_ID')