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

Refund Order Transactions are reported with the wrong amount #245

Open Noah-Silvera opened 1 year ago

Noah-Silvera commented 1 year ago

When you issue a refund for an order, the order transaction for the new amount is incorrect. The amount for the photo below after cancelling one of the items and refunding the amount should have been $5.00

Screen Shot 2023-09-25 at 11 26 11 AM

After a short investigate, this appears to be due to the payment_total being used to create the new order transaction not being the updated value at this time.

Noah-Silvera commented 1 year ago

I think we can solve this delaying the job by 3 seconds or something

Noah-Silvera commented 10 months ago

If this doesn't come up in manual testing on a solidus store with a sidekiq queue, we can call this closed

Noah-Silvera commented 10 months ago

Calling this done, will include any similar errors if they arise in outcome of #251