mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
First steps into a payment provider API
This commit is contained in:
5
src/pretix/plugins/banktransfer/payment.py
Normal file
5
src/pretix/plugins/banktransfer/payment.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pretix.base.payment import BasePaymentProvider
|
||||
|
||||
|
||||
class BankTransfer(BasePaymentProvider):
|
||||
pass
|
||||
Reference in New Issue
Block a user