PayPal http_build_query & -> & on some PHP 5.3 servers

This commit is contained in:
Mike Jolley 2012-04-18 11:04:31 +01:00
parent 372fe73d07
commit 0481a2bd0f
2 changed files with 2 additions and 1 deletions

View File

@ -387,7 +387,7 @@ class WC_Paypal extends WC_Payment_Gateway {
$paypal_args = $this->get_paypal_args( $order );
$paypal_args = http_build_query( $paypal_args );
$paypal_args = http_build_query( $paypal_args, '', '&' );
if ( $this->testmode == 'yes' ):
$paypal_adr = $this->testurl . '?test_ipn=1&';

View File

@ -145,6 +145,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
= 1.5.5 =
* Fix - Replacing use of deprecated function get_current_theme() with wp_get_theme()
* Fix - PayPal http_build_query & -> & on some PHP 5.3 servers
= 1.5.4 - 16/04/2012 =
* Feature - Allow attributes to be added from the edit product page