Files
backend-v1/core/apps/payment/validators/payment.py
2026-02-18 18:06:42 +05:00

9 lines
152 B
Python

# from django.core.exceptions import ValidationError
class PaymentValidator:
def __init__(self): ...
def __call__(self):
return True