mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Do not allow initiating stripe/paypal payments after the last payment
date
This commit is contained in:
@@ -257,7 +257,7 @@ class Paypal(BasePaymentProvider):
|
||||
order.save()
|
||||
|
||||
def order_can_retry(self, order):
|
||||
return True
|
||||
return self._is_still_available()
|
||||
|
||||
def order_prepare(self, request, order):
|
||||
self.init_api()
|
||||
|
||||
Reference in New Issue
Block a user