order shop admin
This commit is contained in:
@@ -376,7 +376,7 @@ class PaymentView(APIView):
|
||||
# Use final_price instead of hardcoded amount
|
||||
bank.set_amount(cart.final_price)
|
||||
bank.set_client_callback_url(
|
||||
'http://localhost:3000/transaction')
|
||||
'https://heymlz.com/transaction')
|
||||
bank.set_mobile_number(user_mobile_number)
|
||||
|
||||
bank_record = bank.ready()
|
||||
|
||||
Reference in New Issue
Block a user