Skip to content

Releases: woocommerce/woocommerce-gateway-paypal-express-checkout

Version 1.4.3

16 Aug 13:34
Compare
Choose a tag to compare
  • 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

19 Jul 16:29
Compare
Choose a tag to compare
  • 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

28 Jun 15:53
Compare
Choose a tag to compare
  • 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

08 Jun 11:49
Compare
Choose a tag to compare
  • 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

05 Jun 12:35
Compare
Choose a tag to compare
  • 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

27 Apr 22:58
Compare
Choose a tag to compare
  • 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

04 Apr 16:00
Compare
Choose a tag to compare
  • Fix - Prevent conflict with other gateways.
  • Fix - Compatibility with WooCommerce 3.0, including ensuring the customer address is saved correctly.

1.1.2

20 Aug 22:01
Compare
Choose a tag to compare
  • Fix - Make sure translations are loaded properly.
  • Fix - Added IPN (Instant Payment Notification) handler.
  • Fix - Make sure guest payment is enabled by default.

1.1.1

09 Aug 14:14
Compare
Choose a tag to compare
  • Fixed fatal error prior to PHP 5.5 caused by passing empty() a non-variables.

1.1.0

09 Aug 02:54
Compare
Choose a tag to compare
  • 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.