[2.3] Fixed paypal about URL for Switzerland #8030
This commit is contained in:
parent
17f1536ed3
commit
298d5e90ed
|
@ -108,6 +108,7 @@ class WC_Gateway_Paypal extends WC_Payment_Gateway {
|
|||
case 'MX' :
|
||||
case 'ZA' :
|
||||
case 'MT' :
|
||||
case 'CH' :
|
||||
$link = 'https://www.paypal.com/' . strtolower( $country ) . '/cgi-bin/webscr?cmd=xpt/Marketing/general/WIPaypal-outside';
|
||||
break;
|
||||
default :
|
||||
|
|
Loading…
Reference in New Issue