done: integrate with payment
This commit is contained in:
@@ -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')
|
||||
Reference in New Issue
Block a user