From 732cd01cf1deec4333c4942cbc5119fc411deb58 Mon Sep 17 00:00:00 2001 From: Abdelrahman Khattab Date: Tue, 12 Dec 2023 06:33:00 +0200 Subject: [PATCH] adding tag and merchant to split requests --- src/pages/iou/request/step/IOURequestStepConfirmation.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/iou/request/step/IOURequestStepConfirmation.js b/src/pages/iou/request/step/IOURequestStepConfirmation.js index e6995edce802..2216d4c30bdf 100644 --- a/src/pages/iou/request/step/IOURequestStepConfirmation.js +++ b/src/pages/iou/request/step/IOURequestStepConfirmation.js @@ -225,6 +225,8 @@ function IOURequestStepConfirmation({ trimmedComment, transaction.currency, transaction.category, + transaction.tag, + transaction.merchant, ); return; }