Skip to content

3.1.2

Compare
Choose a tag to compare
released this 03 Jun 11:20
· 547 commits to master since this release

Refactoring

  • PHP 7 return type hinting in place where applicable
  • Classes imported with 'use' statements
  • PHPDocs updated
  • Various refactoring with returns, logic operators etc

Added

  • Callback to delete stored card in Braintree when Customer deletes card in account

Fixed

  • Vaulted cards now work with 3DS
  • Order button "unstuck" after invalid card details/failed payment
  • Stop cards always being stored after successful order
  • No cart session exception handled correctly (https://github.com/shilpambb)
  • PayPal
    • Credit instalments now sorted on Product page
    • Billing address now updated correctly
    • Quote updater no longer throws an error if store uses DB table prefix
    • Shipping address now used for Virtual Products
    • Voucher redirect loop fixed
    • 2nd address line now included (https://github.com/igor-imaginemage)
    • Credit calculator now uses correct total values (https://github.com/diazwatson)
  • Apple Pay
    • Shipping cost is no longer added multiple times
    • Apple Pay dialog now shows correct total on initial popup