diff --git a/.DS_Store b/.DS_Store index c0dbb566..f29bb9ef 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/osinaweb/.DS_Store b/osinaweb/.DS_Store index d667ba21..a91821cf 100644 Binary files a/osinaweb/.DS_Store and b/osinaweb/.DS_Store differ diff --git a/osinaweb/customercore/payment/views.py b/osinaweb/customercore/payment/views.py index a2dfe4fd..9aa55372 100644 --- a/osinaweb/customercore/payment/views.py +++ b/osinaweb/customercore/payment/views.py @@ -196,7 +196,7 @@ def buy_now_checkout(request): def check_order_status(request, merchant_id, order_id): - api_password = '37846250a67c70e7fe9f82cf6ca81f93' + api_password = '549c33e1bc4aea6fcf96f9943e6c0256' url = f"https://creditlibanais-netcommerce.gateway.mastercard.com/api/rest/version/78/merchant/{merchant_id}/order/{order_id}" order = Order.objects.get(order_id=order_id) diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index 54ddea69..43349c81 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ diff --git a/osinaweb/osinacore/edit/__pycache__/views.cpython-310.pyc b/osinaweb/osinacore/edit/__pycache__/views.cpython-310.pyc index 8c8535fd..c51331d1 100644 Binary files a/osinaweb/osinacore/edit/__pycache__/views.cpython-310.pyc and b/osinaweb/osinacore/edit/__pycache__/views.cpython-310.pyc differ