SuperGoodSoft / solidus_taxjar

Support for using TaxJar to handle tax calculations in Solidus
BSD 3-Clause "New" or "Revised" License
12 stars 12 forks source link

Updating address should update order details on TaxJar #222

Closed nvandoorn closed 1 year ago

nvandoorn commented 1 year ago

If address details are updated on an order, they are never re-synced to TaxJar. This is because order_recalculated never fires when an address is updated.

nvandoorn commented 1 year ago

We have decided this is too specific and we may need to retry updating an order for many reasons. Continued here: #224