Skip to content

2.0-beta10

Compare
Choose a tag to compare
@alecritson alecritson released this 18 Feb 13:33
· 272 commits to main since this release
647306d

Added

  • Added support for Laravel 9
  • Added new TaxBreakdown and TaxBreakdownAmount Data Transfer Objects. (#173)
  • Added setCartLine method to the system tax driver. (#173)
  • GetCandy will now automatically prefer multiple default addresses for shipping and billing. By @nicolalazzaro

Changed

  • The taxBreakdown method on the tax driver now uses Data Transfer Objects. (#173)
  • The CalculateLine action will now take in to account whether a unit price has already been set. By @ryanmitchell

Fixed

  • GetCandy will now register it's bindings in the boot method of the service providers. By @edcoreweb
  • The Cart actions to calculate the totals will now use the Taxes facade correctly.