fix: remove unused parameters from stringifyMandiri call in verifySignature function
Deploy Application / deploy (push) Successful in 40s
Details
Deploy Application / deploy (push) Successful in 40s
Details
This commit is contained in:
parent
30a93df340
commit
93d710af84
|
|
@ -35,8 +35,6 @@ export default async function ({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const hashBody = await stringifyMandiri({
|
const hashBody = await stringifyMandiri({
|
||||||
user,
|
|
||||||
session,
|
|
||||||
data: get(data, "requestbody"),
|
data: get(data, "requestbody"),
|
||||||
});
|
});
|
||||||
const stringToSign = pattern
|
const stringToSign = pattern
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue