diff --git a/modules/ppcp-button/src/Assets/class-smartbutton.php b/modules/ppcp-button/src/Assets/class-smartbutton.php index 1f3bc261f..abf0ab798 100644 --- a/modules/ppcp-button/src/Assets/class-smartbutton.php +++ b/modules/ppcp-button/src/Assets/class-smartbutton.php @@ -737,7 +737,7 @@ class SmartButton implements SmartButtonInterface { $region = wc_get_base_location(); $country = $region['country']; if ( 'GB' === $country ) { - $disable_funding[] = 'card'; + $disable_funding[] = 'credit'; } $params['disable-funding'] = implode( ',', array_unique( $disable_funding ) );