Skip to content

Commit 73bece2

Browse files
committed
Bumped versions
1 parent 8960e20 commit 73bece2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/classes/PPMFWC/Helper/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static function getPayConfig(): PayConfig
6565
$failOver = get_option('paynl_custom_failover_gateway');
6666
}
6767

68-
if (!empty($failOver) && in_array($failOver, ['https://connect.pay.nl', 'https://connect.achterelkebetaling.nl', 'https://connect.payments.nl'])) {
68+
if (!empty($failOver) && in_array($failOver, ['https://zero.pay.nl', 'https://connect.pay.nl', 'https://connect.achterelkebetaling.nl', 'https://connect.payments.nl'])) {
6969
$config->setCore($failOver);
7070
}
7171

0 commit comments

Comments
 (0)