added examples csv

This commit is contained in:
Sergey
2024-08-06 20:15:56 +03:00
parent 50155cd4d6
commit fb01ebd1e5
6 changed files with 27 additions and 5 deletions

1
app.py
View File

@@ -11,6 +11,7 @@ APP_TOKEN = os.getenv('APP_TOKEN')
POS_TOKEN = os.getenv('POS_TOKEN')
MERCHANT_ID = os.getenv('MERCHANT_ID')
is_prod = bool(os.getenv('PRODUCTION', False))
CURRENCY = os.getenv('CURRENCY', 'RUB')
if is_prod:
API_URI = 'https://pos-api.dinect.com/20130701/'