mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Fix #571 -- Partial payments and refunds
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
def refresh_order(order):
|
||||
if not order.payment_provider.startswith('stripe_'):
|
||||
raise ValueError("Not a stripe payment")
|
||||
|
||||
prov = order.event.get_payment_providers()[order.payment_provider]
|
||||
prov._init_api()
|
||||
|
||||
Reference in New Issue
Block a user