Skip to content
Snippets Groups Projects
Commit 794b4789 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

feat(account): Store expiration date in account

parent b7155d14
No related branches found
No related tags found
1 merge request!19Feat/us858 save expiration date
Pipeline #42535 passed
......@@ -168,6 +168,7 @@ async function start(fields, cozyParameters) {
await saveAccountData(this.accountId, {
...accountData.data,
consentId: consent.ID,
expirationDate: contractEndDate,
})
} else {
log('info', 'Alternate start...')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment