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)
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)
Merge Checklist
Screenshots