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