Skip to content

Commit

Permalink
Update getTransactionDetails call to include additional parameters fo…
Browse files Browse the repository at this point in the history
…r improved transaction handling
  • Loading branch information
pasyukevich committed Jan 31, 2025
1 parent 95d0472 commit 60025b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3278,7 +3278,7 @@ function getUpdateMoneyRequestParams(
policy,
})
: undefined;
const transactionDetails = getTransactionDetails(updatedTransaction);
const transactionDetails = getTransactionDetails(updatedTransaction, undefined, true);

if (transactionDetails?.waypoints) {
// This needs to be a JSON string since we're sending this to the MapBox API
Expand Down

0 comments on commit 60025b5

Please sign in to comment.