[fixed] - update
This commit is contained in:
@@ -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,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user