django-orchestra/orchestra/apps/payments/methods/__init__.py

4 lines
132 B
Python
Raw Normal View History

from .creditcard import CreditCard
from .banktransfer import BankTransfer
from .options import PaymentMethod, PaymentSourceDataForm