From 8bd0c7c355c5a2a561b801e2b2260b836ba301e2 Mon Sep 17 00:00:00 2001 From: Swapnil Bendal <84583651+Swapnil155@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:33:07 +0530 Subject: [PATCH] [fixed] - update --- src/api/icici.api.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/api/icici.api.js b/src/api/icici.api.js index b5f17bd..7e44e58 100644 --- a/src/api/icici.api.js +++ b/src/api/icici.api.js @@ -1,6 +1,8 @@ +const { default: axios } = require("axios") + module.exports = { Registration: async (encryptedData) => { - const { data, } = await axios.post( + const { data } = await axios.post( 'https://apibankingonesandbox.icicibank.com/api/Corporate/CIB_SV/v1/Create', encryptedData, {