Skip to content

Commit

Permalink
Update CAS transaction to the upper limit 250
Browse files Browse the repository at this point in the history
  • Loading branch information
bcgov-hl committed Jul 17, 2024
1 parent ea78d80 commit 8d0eb68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/config/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -225,8 +226,6 @@ D365_CONFIGURATION=$(jq << JSON
"trailertransactionType": "BT",
"messageVersionNumber": "0001",
"feederNumber": "3540",
"PayableInDays": 5,
"DaysToCorrectPayments": 3,
"InvoiceHeader": {
"headertransactionType": "IH",
"invoiceType": "ST",
Expand Down

0 comments on commit 8d0eb68

Please sign in to comment.