-
Notifications
You must be signed in to change notification settings - Fork 0
[DO NOT MERGE] Com 714 #662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
const hasSigned = await this.hasSignedDoc(mandate.everSignId); | ||
if (hasSigned) { | ||
this.$customers.saveSignedDoc({ _id: this.customer._id, mandateId: mandate._id }); | ||
window.userpilot.identify(this.$store.getters['main/user']._id, { signedMandate: 'yes' }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pourquoi tu as juste unidentify
ici alors que pour les souscriptions tu as track
et identify
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'est un oubli '-_-
} | ||
} | ||
} else { | ||
identifyUser(store.getters['main/user']) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tu ne reload pas ici ? pourquoi ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'est un oubli ''-_-
if (isIban) window.userpilot.track('iban_ok'); | ||
window.userpilot.identify(this.$store.getters['main/user']._id, { iban: 'yes' }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on ne regarde pas le couple bic et iban ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si, c'est corrigé !
Lorsque je charge la page j'obtient une erreur parce que mandate est undefined |
Corrigé ! |
Pour tester: créer un nouveau bénéficiaire puis un nouvel aidant, et userpilot s'occupe du reste (enfin presque^^).