mirror of
https://github.com/pretix/pretix.git
synced 2026-08-29 13:44:40 +00:00
let create_transactions() handle all the mailing
This commit is contained in:
@@ -1657,7 +1657,7 @@ class GiftCardPayment(BasePaymentProvider):
|
||||
}
|
||||
)
|
||||
except PaymentException as e:
|
||||
payment.fail(info={'error': str(e)})
|
||||
payment.fail(info={'error': str(e)}, send_mail=not is_early_special_case)
|
||||
raise e
|
||||
|
||||
def payment_is_valid_session(self, request: HttpRequest) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user