Releases: woocommerce/woocommerce-gateway-paypal-express-checkout
Releases · woocommerce/woocommerce-gateway-paypal-express-checkout
Version 1.4.3
- Fix - Refunds not working on authorize then captured transactions.
- Fix - Checkout on single product available before variations are chosen.
- Fix - Not Returning PayPal Transaction Fee.
- Fix - 10431 (Item Amount Invalid at Checkout) error with discounts.
- Fix - Phone not returned and "Require Phone Number" setting not working.
Version 1.4.2
- Fix - _paypal_status on Authorize transactions not updating to processing after capture.
- Fix - 10413 (The totals of the cart item amounts do not match order amounts) error with discounts.
- Fix - Shipping Address being required on Virtual products.
Version 1.4.1
- Fix - Properly calculate whether Billing phone is required or not.
- Fix - Set NOSHIPPING based on product shipping requiredness (e.g. virtual products do not need shipping, etc)
Version 1.4.0
- Tweak - Use shipping discount instead of tax when adjustment negative.
- Fix - Cannot process refunds on "authorize" transactions.
- Add - Option for displaying express checkout button on the product page.
- Fix - If there are no shipping options in WooCommerce, PayPal doesn't pass a shipping address to WC.
- Add - Option to set Billing phone number mandatory.
- Add - Option to disable checkout with PayPal button on Cart page.
- Fix - Trigger required shipping cost before checkout.
Version 1.3.0
- Fix - Fatal Error calling is_main_query.
- Fix - Customer invoice email doesn't allow payment with PPEC.
- Fix - Double stock reduction.
- Fix - Payment automatically goes to complete when payment action set to Authorize.
1.2.1
- Fix - Avoid plugin links notice when WooCommerce is not active - props rellect
- Fix - Do not show this gateway when the cart amount is zero
- Fix - Fix 10413 error that prevents checking out with a coupon
- Fix - Filter default address fields to ensure they are not required
1.2.0
1.1.2
1.1.1
1.1.0
- Improved flow after express checkout by removing billing and shipping fields and simply allowing shipping method selection.
- Fix - Fixed in-context checkout to work after ajax cart reload.
- Fix - Added missing 'large' button size.
- Fix - Prevent double stock reduction when payment complete.
- Fix - Allow PPE from pay page and don't use in-context checkout for PayPal Mark on checkout.
- Fix - Increase timeout to 30 to prevent error #3.
- Tweak - If the store owner decides to enable PayPal standard, respect that decision and remove EC from checkout screen.
- Tweak - Change place order button to "continue to payment".
- Tweak - Moved default button location to woocommerce_proceed_to_checkout hook.
- Tweak - Improved button appearance and look alongside regular checkout button.