diff --git a/src/model/registerConsent.model.ts b/src/model/registerConsent.model.ts index 23ecde62..d9562c4d 100644 --- a/src/model/registerConsent.model.ts +++ b/src/model/registerConsent.model.ts @@ -173,6 +173,9 @@ export class RegisterConsentModel const payload: fspiopAPI.Schemas.ParticipantsTypeIDSubIDPostRequest = { fspId: this.config.authServiceParticipantFSPId } + console.log({ alsParticipantURI, payload, axiosConfig }) + this.logger.push({ alsParticipantURI, payload, axiosConfig }) + .log('Testing') const res = await axios.post(alsParticipantURI, payload, axiosConfig) this.logger.push({ res, channel }) .log('POST /participants/{Type}/{ID} call sent to ALS, listening on response')