done: integrate with payment

This commit is contained in:
behruz-dev
2025-08-29 11:48:22 +05:00
parent 3831a5f428
commit bcba22f480
4 changed files with 20 additions and 27 deletions

View File

@@ -146,4 +146,5 @@ CSRF_TRUSTED_ORIGINS = [
ALLOWED_ATMOS_IPS = []
CONSUMER_KEY = env.str('CONSUMER_KEY')
CONSUMER_SECRET = env.str('CONSUMER_SECRET')
STORE_ID = env.str('STORE_ID')
STORE_ID = env.str('STORE_ID')
API_KEY = env.str('API_KEY')