Skip to content

Commit

Permalink
Merge pull request #18 from AUTGamecraft/payping
Browse files Browse the repository at this point in the history
get
  • Loading branch information
Javad-Ak authored Sep 14, 2024
2 parents 85f7c62 + 8f298fc commit 09d3502
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 09d3502

Please sign in to comment.