mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/components/SidebarPlugin/SideBar.vue
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
2506480a52
commit
861fc21766
@ -114,7 +114,7 @@ export default {
|
|||||||
getElopageLink() {
|
getElopageLink() {
|
||||||
return this.$store.state.hasElopage
|
return this.$store.state.hasElopage
|
||||||
? `https://elopage.com/s/gradido/sign_in?locale=${this.$i18n.locale}`
|
? `https://elopage.com/s/gradido/sign_in?locale=${this.$i18n.locale}`
|
||||||
: `https://elopage.com/s/gradido/basic-de/payment?locale=${this.$i18n.locale}&prid=111&pid=${this.$store.state.publisherId}&firstName=${this.$store.state.firstName}&lastName=${this.$store.state.lastName}&email=${this.$store.state.email}`
|
: encodeURL(`https://elopage.com/s/gradido/basic-de/payment?locale=${this.$i18n.locale}&prid=111&pid=${this.$store.state.publisherId}&firstName=${this.$store.state.firstName}&lastName=${this.$store.state.lastName}&email=${this.$store.state.email})`
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user