diff --git a/backend/order/views.py b/backend/order/views.py index 901930c..24f9eca 100644 --- a/backend/order/views.py +++ b/backend/order/views.py @@ -222,7 +222,7 @@ class PaymentView(APIView): ) bank.set_request(request) bank.set_amount(amount) - bank.set_client_callback_url('https://heymlz.com/transaction') + bank.set_client_callback_url('http://localhost:3000/transaction') bank.set_mobile_number(user_mobile_number) bank_record = bank.ready()