vinsol-spree-contrib / spree_taxjar

Spree Taxjar is a US sales tax extension for Spree using the Taxjar service
BSD 3-Clause "New" or "Revised" License
6 stars 22 forks source link

[Edge Case] Order transaction not created on Taxjar Dashboard #14

Open pikender opened 7 years ago

pikender commented 7 years ago

Scenario

If network error occurs while hitting the api for order create, page reload creates the new payment but doesn't retry/create transaction on taxjar dashboard

Implications

As most of taxjar users also file sales tax remittance through taxjar and might not compare differences with spree orders. It could lead to incorrect filing and might result in fines.

Something to be aware of but not a frequent problem, hopefully, as most of servers are on cloud and pretty well maintained 😊

pikender commented 7 years ago

It's comes more under Re-conciliation b/w records on SpreeCommerce Store and Taxjar Transactions. It would be a next version change.