freeleaps-service-hub/apps/payment/backend/services/payment/constants.py

6 lines
72 B
Python

from enum import IntEnum
class PaymentGateway(IntEnum):
STRIP = 1