diff --git a/utils/response.ts b/utils/response.ts index 903bd09..2bfd9af 100644 --- a/utils/response.ts +++ b/utils/response.ts @@ -194,7 +194,7 @@ const signResponseXML = async (xml: string, signingKey: any, publicKey: any): Pr // @ts-ignore sig.keyInfoProvider = new GetKeyInfo(publicKey, { - prefix: 'ds', + prefix: '', }); sig.signingKey = signingKey;