From 861fc217662b62a7c5270bf2a4288fc63a4510eb Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Wed, 13 Oct 2021 05:35:48 +0200 Subject: [PATCH] Update frontend/src/components/SidebarPlugin/SideBar.vue Co-authored-by: Moriz Wahl --- frontend/src/components/SidebarPlugin/SideBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/SidebarPlugin/SideBar.vue b/frontend/src/components/SidebarPlugin/SideBar.vue index 9dc0a2765..5971b7b4e 100755 --- a/frontend/src/components/SidebarPlugin/SideBar.vue +++ b/frontend/src/components/SidebarPlugin/SideBar.vue @@ -114,7 +114,7 @@ export default { getElopageLink() { return this.$store.state.hasElopage ? `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})` }, }, }