Replies: 0
On the line 119 of file ‘includes/gateways/paypal-rest/class-wc-gateway-palmodule-paypal-rest.php’, catcher is calling undefined variable to catch the error message
} catch (Exception $e) {
self::log($ex->getMessage());
wc_add_notice($e->getMessage(), 'error');
return false;
}
- This topic was modified 7 minutes ago by FS.