Fix PayPal checkout loop and improve error handling #305
Annotations
10 warnings
|
Annotate PR with PHPCS results:
inc/gateways/class-paypal-webhook-handler.php#L367
It is recommended not to use reserved keyword "resource" as function parameter name. Found: $resource
|
|
Annotate PR with PHPCS results:
inc/gateways/class-paypal-webhook-handler.php#L341
It is recommended not to use reserved keyword "resource" as function parameter name. Found: $resource
|
|
Annotate PR with PHPCS results:
inc/gateways/class-paypal-webhook-handler.php#L325
It is recommended not to use reserved keyword "resource" as function parameter name. Found: $resource
|
|
Annotate PR with PHPCS results:
inc/gateways/class-paypal-webhook-handler.php#L297
It is recommended not to use reserved keyword "resource" as function parameter name. Found: $resource
|
|
Annotate PR with PHPCS results:
inc/gateways/class-paypal-webhook-handler.php#L280
It is recommended not to use reserved keyword "resource" as function parameter name. Found: $resource
|
|
Annotate PR with PHPCS results:
inc/gateways/class-paypal-webhook-handler.php#L221
base64_encode() can be used to obfuscate code which is strongly discouraged. Please verify that the function is used for benign reasons.
|
|
Annotate PR with PHPCS results:
inc/gateways/class-base-gateway.php#L566
The method parameter $gateway_customer_id is never used
|
|
Annotate PR with PHPCS results:
inc/gateways/class-base-gateway.php#L551
The method parameter $gateway_subscription_id is never used
|
|
Annotate PR with PHPCS results:
inc/gateways/class-base-gateway.php#L536
The method parameter $gateway_payment_id is never used
|
|
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