We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8960e20 commit 73bece2Copy full SHA for 73bece2
1 file changed
includes/classes/PPMFWC/Helper/Config.php
@@ -65,7 +65,7 @@ public static function getPayConfig(): PayConfig
65
$failOver = get_option('paynl_custom_failover_gateway');
66
}
67
68
- if (!empty($failOver) && in_array($failOver, ['https://connect.pay.nl', 'https://connect.achterelkebetaling.nl', 'https://connect.payments.nl'])) {
+ if (!empty($failOver) && in_array($failOver, ['https://zero.pay.nl', 'https://connect.pay.nl', 'https://connect.achterelkebetaling.nl', 'https://connect.payments.nl'])) {
69
$config->setCore($failOver);
70
71
0 commit comments