diff --git a/osinaweb/customercore/__pycache__/views.cpython-310.pyc b/osinaweb/customercore/__pycache__/views.cpython-310.pyc index d9cc8055..9e96c6a9 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 000c46e3..eb68b51e 100644 --- a/osinaweb/customercore/views.py +++ b/osinaweb/customercore/views.py @@ -57,6 +57,7 @@ def initiate_checkout(request): 'order.amount': '100.00', 'order.currency': 'USD', 'order.description': 'description_of_order', + 'order.notificationUrl' : 'https://newosina.osinode.com/webhooks/' } try: diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index 31f33526..0995d5a7 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ