mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Stripe: Fix another statement error
This commit is contained in:
@@ -278,7 +278,7 @@ class StripeMethod(BasePaymentProvider):
|
||||
params['statement_descriptor'] = ugettext('{event}-{code}').format(
|
||||
event=self.event.slug.upper(),
|
||||
code=order.code
|
||||
)[:22],
|
||||
)[:22]
|
||||
params.update(self.api_kwargs)
|
||||
charge = stripe.Charge.create(
|
||||
amount=self._get_amount(order),
|
||||
|
||||
Reference in New Issue
Block a user