diff --git a/osinaweb/customercore/__pycache__/views.cpython-310.pyc b/osinaweb/customercore/__pycache__/views.cpython-310.pyc index d697e500..26742e40 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 11d89d6d..7abe2d20 100644 --- a/osinaweb/customercore/views.py +++ b/osinaweb/customercore/views.py @@ -65,7 +65,7 @@ def initiate_checkout(request): try: response = requests.post('https://creditlibanais-netcommerce.gateway.mastercard.com/api/nvp/version/72', data=payload) - print("Response Content:", response) + print("Response Content:", response.text) if response.status_code == 200: res = response.json()