Hide errors in case no object exists
This commit is contained in:
parent
094356e50d
commit
228d79a864
|
@ -388,7 +388,7 @@ class woocommerce_paypal extends woocommerce_payment_gateway {
|
|||
|
||||
if (isset($_GET['paypalListener']) && $_GET['paypalListener'] == 'paypal_standard_IPN'):
|
||||
|
||||
ob_clean();
|
||||
@ob_clean();
|
||||
|
||||
$_POST = stripslashes_deep($_POST);
|
||||
|
||||
|
|
Loading…
Reference in New Issue