Skip to content

Commit

Permalink
get
Browse files Browse the repository at this point in the history
  • Loading branch information
Javad-Ak committed Sep 14, 2024
1 parent c1dc5ab commit 8f298fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def payment(self, request):

)

@action(methods=['POST'], detail=False, permission_classes=[AllowAny])
@action(methods=['POST', 'GET'], detail=False, permission_classes=[AllowAny])
def verify(self, request):
if PAYWALL == 'idpay':
try:
Expand Down

0 comments on commit 8f298fc

Please sign in to comment.