aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-06-07 15:27:47 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-06-07 15:27:47 +0200
commit86b7201575d440a524c99a3276bec88fbc531fdb (patch)
tree0a74609bad35ec587bfc361e85353852c21f53fa /src/containers
parentMerge branch 'chore/electron-5.0.1' into release/5.2.0-beta.1 (diff)
downloadferdium-app-86b7201575d440a524c99a3276bec88fbc531fdb.tar.gz
ferdium-app-86b7201575d440a524c99a3276bec88fbc531fdb.tar.zst
ferdium-app-86b7201575d440a524c99a3276bec88fbc531fdb.zip
enable webview for subscription overlay
Diffstat (limited to 'src/containers')
-rw-r--r--src/containers/subscription/SubscriptionFormScreen.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/containers/subscription/SubscriptionFormScreen.js b/src/containers/subscription/SubscriptionFormScreen.js
index cb67ee7f2..aa1166f5e 100644
--- a/src/containers/subscription/SubscriptionFormScreen.js
+++ b/src/containers/subscription/SubscriptionFormScreen.js
@@ -56,6 +56,7 @@ export default @inject('stores', 'actions') @observer class SubscriptionFormScre
56 minWidth: 600, 56 minWidth: 600,
57 webPreferences: { 57 webPreferences: {
58 nodeIntegration: true, 58 nodeIntegration: true,
59 webviewTag: true,
59 }, 60 },
60 }); 61 });
61 paymentWindow.loadURL(`file://${__dirname}/../../index.html#/payment/${encodeURIComponent(hostedPage.url)}`); 62 paymentWindow.loadURL(`file://${__dirname}/../../index.html#/payment/${encodeURIComponent(hostedPage.url)}`);