zibal gateway sandbox added
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user