diff --git a/osinaweb/customercore/__pycache__/views.cpython-310.pyc b/osinaweb/customercore/__pycache__/views.cpython-310.pyc index 5d9deed6..eacd77b1 100644 Binary files a/osinaweb/customercore/__pycache__/views.cpython-310.pyc and b/osinaweb/customercore/__pycache__/views.cpython-310.pyc differ diff --git a/osinaweb/customercore/views.py b/osinaweb/customercore/views.py index 39d5bd23..3fa632f8 100644 --- a/osinaweb/customercore/views.py +++ b/osinaweb/customercore/views.py @@ -40,10 +40,10 @@ def pricing(request, *args, **kwargs): @customer_login_required def initiate_checkout(request): # Your Mastercard API credentials - api_username = "merchant.TEST06127800" - api_password = "37846250a67c70e7fe9f82cf6ca81f93" - merchant_id = "TEST06127800" - merchant_name = "Ositcom Sal" + api_username = 'merchant.TEST06127800' + api_password = '37846250a67c70e7fe9f82cf6ca81f93' + merchant_id = 'TEST06127800' + merchant_name = 'Ositcom Sal' order_id = str(uuid.uuid4())[:8]