From 8d0eb682cda51eb3b7e231b4f966519f391efb78 Mon Sep 17 00:00:00 2001 From: "hoang.le" Date: Wed, 17 Jul 2024 13:52:57 -0700 Subject: [PATCH] Update CAS transaction to the upper limit 250 --- tools/config/update-configmap.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/config/update-configmap.sh b/tools/config/update-configmap.sh index 26b780d9..c289453a 100644 --- a/tools/config/update-configmap.sh +++ b/tools/config/update-configmap.sh @@ -215,7 +215,8 @@ D365_CONFIGURATION=$(jq << JSON "KeyValue": "", "MinsToCache": 5, "DaysToCorrectPayments": 3, - "transactionCount": 5, + "PayableInDays": 5, + "transactionCount": 250, "clientCode": "62", "cGIBatchNumber": "623540001", "oracleBatchNumber": "001", @@ -225,8 +226,6 @@ D365_CONFIGURATION=$(jq << JSON "trailertransactionType": "BT", "messageVersionNumber": "0001", "feederNumber": "3540", - "PayableInDays": 5, - "DaysToCorrectPayments": 3, "InvoiceHeader": { "headertransactionType": "IH", "invoiceType": "ST",