emile 1 year ago
parent 23a273101c
commit b8f86f79da

@ -232,7 +232,7 @@ def initiate_checkout(request):
'order.currency': 'USD', 'order.currency': 'USD',
'order.description': 'description_of_order', 'order.description': 'description_of_order',
'order.notificationUrl' : 'https://newosina.osinode.com/webhooks/', 'order.notificationUrl' : 'https://newosina.osinode.com/webhooks/',
'interaction.returnUrl' : f"https://newosina.osinode.com/check-order-status/{merchant_id}/{order_id}/" 'interaction.returnUrl' : f"https://osina.osinode.com/check-order-status/{merchant_id}/{order_id}/"
} }
try: try:

Loading…
Cancel
Save