zibal gateway sandbox added

This commit is contained in:
Parsa Nazer
2025-03-26 17:11:24 +03:30
parent d4450a8adc
commit 16163531e2
2 changed files with 5 additions and 6 deletions
-1
View File
@@ -220,7 +220,6 @@ class PaymentView(APIView):
except AZBankGatewaysException as e:
print(e)
return Response({'error': str(e)}, status=status.HTTP_400_BAD_REQUEST)
return Response({'gateway_url': bank.redirect_url}, status=status.HTTP_200_OK)