Fix PayPal checkout loop and improve error handling #305
Annotations
1 error and 2 warnings
|
Annotate PR with PHPCS results:
inc/gateways/class-paypal-gateway.php#L423
Missing @throws tag in function comment
|
|
Annotate PR with PHPCS results:
inc/gateways/class-paypal-gateway.php#L652
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
|
|
Annotate PR with PHPCS results
Unexpected input(s) 'notices-as-failures', valid inputs are ['entryPoint', 'args', 'graceful-warnings', 'colorize', 'notices-as-warnings', 'errors-as-warnings', 'prepend-filename', 'prepend-source', 'files']
|
Loading