diff --git a/osinaweb/customercore/payment/__pycache__/views.cpython-310.pyc b/osinaweb/customercore/payment/__pycache__/views.cpython-310.pyc index 3f32344a..419e9fc0 100644 Binary files a/osinaweb/customercore/payment/__pycache__/views.cpython-310.pyc and b/osinaweb/customercore/payment/__pycache__/views.cpython-310.pyc differ diff --git a/osinaweb/customercore/payment/views.py b/osinaweb/customercore/payment/views.py index 7ecc5fc6..a2dfe4fd 100644 --- a/osinaweb/customercore/payment/views.py +++ b/osinaweb/customercore/payment/views.py @@ -83,7 +83,7 @@ def initiate_payment_checkout(request): 'order.amount': price, 'order.currency': 'USD', 'order.description': 'description_of_order', - 'interaction.returnUrl' : f"https://osina.osinode.com/check-order-status/{merchant_id}/{order_id}/" + 'interaction.returnUrl' : f"https://osina.ositcom.com/payment/check-order-status/{merchant_id}/{order_id}/" } try: @@ -170,7 +170,7 @@ def buy_now_checkout(request): 'order.amount': price, 'order.currency': 'USD', 'order.description': 'description_of_order', - 'interaction.returnUrl' : f"https://osina.ositcom.com/check-order-status/{merchant_id}/{order_id}/" + 'interaction.returnUrl' : f"https://osina.ositcom.com/payment/check-order-status/{merchant_id}/{order_id}/" } try: