mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
New implementation of sales channels (#4111)
Co-authored-by: Martin Gross <gross@rami.io>
This commit is contained in:
@@ -1162,7 +1162,7 @@ class StripeCC(StripeMethod):
|
||||
request.sales_channel.identifier == 'resellers'
|
||||
|
||||
if payment:
|
||||
return moto and payment.order.sales_channel == 'resellers'
|
||||
return moto and payment.order.sales_channel.identifier == 'resellers'
|
||||
|
||||
return moto
|
||||
|
||||
|
||||
Reference in New Issue
Block a user