woocommerce-gateway-paypal-express-checkout
woocommerce-gateway-paypal-express-checkout copied to clipboard
### Describe the bug When a synchronized subscription product is purchased using Paypal Checkout, an error is thrown on the "Confirm PayPal Order" page. `Undefined index: contents in /app/public/wp-content/plugins/woocommerce/includes/class-wc-shipping.php on...
> When the PayPal Checkout Gateway plugin is active (the gateway can be disabled, but plugin needs to be active), then a second "Place order" button may appear in the...
### Description At the moment, the PPEC on Mini-cart is controlled by the cart option. There are no specific options to disable Mini-cart PPEC and requires PPEC on cart to...
### Describe the bug If logging is enabled and WP_DEBUG logging is enabled, then transactions are logged to debug.log. https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout/blob/2.1.0/includes/functions.php#L65-L67 This should be updated for security purposes. Further discussion is...
### Describe the bug With PayPal Checkout enabled, if a customer attempts to checkout using an unsupported currency, the extension will not let them enter credit card details on the...
In #677, we introduced the following code as part of changes dealing with amount mismatch and discounts (see #485 for details): https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout/blob/ed4161e96d7c139b1b331c4123f269c766acb1e8/includes/class-wc-gateway-ppec-client.php#L868-L872 While testing compatibility with PHP 8 I noticed...
### Describe the bug Issues with missing text on the Blue PayPal Button within the credit card option Issue with the flag dropdown menu dropping countries ### To reproduce Activate...
### Describe the bug It is my understanding that in order for PP Checkout to work with Subs, Reference Transactions must be enabled in the account. If Manual Renewals are...
### Affected customers 9761161-hc ### Describe the bug If something (like a caching plugin) strips the query string off of the paypal_sdk JS link, then PP returns an error and...
With PPEC enabled, when a user visits the PayPal standard settings they should be redirected to the PPEC settings page - this should be happening inside the [`maybe_redirect_to_ppec_settings()`](https://github.com/woocommerce/woocommerce-gateway-paypal-express-checkout/blob/160004073828cfa8fc2dceed4c5de76b865944d4/includes/class-wc-gateway-ppec-admin-handler.php#L253) function. This...