woocommerce/classes/gateways/paypal
WP Lab 1b3b92d1fe Fixed fatal error in paypal gateway
This line should contain use $response instead of the not existing $result.

The error only occurs when debugging is enabled and the communication with Paypal API failed for some reason. But in this case, it results in a fatal php error: Call to a member function get_error_message() on a non-object
2013-01-04 22:51:54 +01:00
..
class-wc-gateway-paypal.php Fixed fatal error in paypal gateway 2013-01-04 22:51:54 +01:00