Skip to content

Commit

Permalink
adding tag and merchant to split requests
Browse files Browse the repository at this point in the history
  • Loading branch information
abzokhattab committed Dec 12, 2023
1 parent 6450cf9 commit 732cd01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/iou/request/step/IOURequestStepConfirmation.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ function IOURequestStepConfirmation({
trimmedComment,
transaction.currency,
transaction.category,
transaction.tag,
transaction.merchant,
);
return;
}
Expand Down

0 comments on commit 732cd01

Please sign in to comment.