[fixed] - update

This commit is contained in:
Swapnil Bendal
2024-09-18 16:33:07 +05:30
parent 54bf1c4eb9
commit 8bd0c7c355

View File

@@ -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,
{