Skip to content

Commit 39a679f

Browse files
committed
[PEV20-624] Allow web share
1 parent c313940 commit 39a679f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

vpos/checkout/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bancard-connectors",
3-
"version": "3.0.0",
3+
"version": "5.0.1",
44
"author": "Bruno Bradach <bruno.bradach@moove-it.com>",
55
"license": "MIT",
66
"devDependencies": {

vpos/checkout/javascript/src/bancard-checkout.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ const internalMethods = {
142142
iframe.src = newIframeUrl;
143143
iframe.style.width = '100%';
144144
iframe.style.borderWidth = '0px';
145+
iframe.allow = 'web-share';
145146

146147
iframeContainer.innerHTML = '';
147148
iframeContainer.appendChild(iframe);

0 commit comments

Comments
 (0)