mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Payment step
This commit is contained in:
@@ -892,7 +892,6 @@ class GiftCardPayment(BasePaymentProvider):
|
||||
is_enabled = True
|
||||
identifier = "giftcard"
|
||||
verbose_name = _("Gift card")
|
||||
is_implicit = True
|
||||
|
||||
def is_allowed(self, request: HttpRequest, total: Decimal=None) -> bool:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user