From 56967904dd0e8e4a3f73be59023c5a8bd4377498 Mon Sep 17 00:00:00 2001 From: Muhammad Fadli Date: Wed, 20 Sep 2023 23:54:58 +0700 Subject: [PATCH] - fix code voca in subcategory column --- src/helper/irs-api.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/helper/irs-api.ts b/src/helper/irs-api.ts index 1092505..a079e08 100644 --- a/src/helper/irs-api.ts +++ b/src/helper/irs-api.ts @@ -42,7 +42,8 @@ export const doTransaction = async ( .digest('hex'); const options = { - headers: {'Content-Type': 'application/json'}, + headers: {'Content-Type': 'application/json', + 'X-Merchant': `${merchantId}`}, }; const mergedDestination = destination;