emile 10 months ago
parent a871ae9524
commit d1a5729ea2

@ -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:

Loading…
Cancel
Save