Skip to content

Commit ff2dd94

Browse files
committed
Fix usage without test mode key (Z#23189973)
1 parent 4891268 commit ff2dd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pretix_worldlinedirect/payment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def _payment_method_allowed(
453453

454454
else:
455455
local_allowed = (
456-
self.settings.test_psp_id
456+
self.settings.live_psp_id
457457
and self.settings.live_api_key_id
458458
and self.settings.live_api_key_secret
459459
)

0 commit comments

Comments
 (0)