[2.3] Fixed paypal about URL for Switzerland #8030

This commit is contained in:
Claudio Sanches 2015-04-27 10:37:35 -03:00
parent 17f1536ed3
commit 298d5e90ed
1 changed files with 1 additions and 0 deletions

View File

@ -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 :