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

Sort order transactions by created_at #237

Closed nvandoorn closed 1 year ago

nvandoorn commented 1 year ago

Prior to this commit, we ran into issues retrieving the latest order transaction as many contained the same transaction date. To fix, we add secondary sorting ordered by created_at.

What is the goal of this PR?

How do you manually test these changes? (if applicable)

  1. Do a thing
    • [ ] Assert a result

Merge Checklist

Screenshots