diff --git a/osinaweb/customercore/__pycache__/views.cpython-310.pyc b/osinaweb/customercore/__pycache__/views.cpython-310.pyc index 7153dcf9..21432adc 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 74246201..de040a24 100644 --- a/osinaweb/customercore/views.py +++ b/osinaweb/customercore/views.py @@ -53,7 +53,7 @@ def initiate_checkout(request): "apiUsername": api_username, "apiPassword": api_password, "merchant": merchant_id, - "interaction.operation": "PURCHASE", + "interaction.operation": "AUTHORIZE", "interaction.merchant.name": merchant_name, "order.id": order_id, "order.amount": "100.00", diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index 3ba61054..31f33526 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ