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;
}
]]>
I installed this plugin and activate PayPal REST. However, the payment gateway is not showing on checkout page.
The problem happened when I tried it on live mode. It works on sandbox mode.
]]>