freeleaps-service-hub/apps/payment/backend/services/payment/constants.py
2024-11-18 22:01:54 -08:00

7 lines
87 B
Python

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