add: add payme api

This commit is contained in:
behruz-dev
2025-09-16 21:30:23 +05:00
parent 795eb7a5a9
commit 0252033586
7 changed files with 97 additions and 16 deletions

View File

@@ -2,7 +2,6 @@ from rest_framework import generics
from rest_framework.response import Response
from core.apps.common import models, serializers
from core.apps.payment.views import get_client_ip
class SiteConfigApiView(generics.GenericAPIView):