paypal-woocommerce icon indicating copy to clipboard operation
paypal-woocommerce copied to clipboard

PayPal payment gateway extension for WooCommerce.

Results 45 paypal-woocommerce issues
Sort by recently updated
recently updated
newest added

The call to `should_show_payment_request_button` at line ```php wp-content/plugins/paypal-for-woocommerce/ppcp-gateway/class-angelleye-paypal-ppcp-smart-button.php:1733 ``` ```php if ($payment_request_configuration->should_show_payment_request_button()) { ``` causes all calls like `is_page()`, `is_cart()`, `is_singular()` to trigger a notice: ``` Notice: Function is_page was...

Got this issue on multiple sites lately (I'm guessing this is related to v4.4.33). I received and email notification like this: ![image](https://github.com/angelleye/paypal-woocommerce/assets/7981897/d06d1829-cee4-43d4-8dfb-059015a394bb) I've looked for "Setup Tokens" in the code,...

In the WordPress back-end, when clicking to view the details for an outstanding update, the first changelog block looks OK, but the rest are indented. The FAQ tab appears to...