We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c313940 commit 39a679fCopy full SHA for 39a679f
vpos/checkout/javascript/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bancard-connectors",
3
- "version": "3.0.0",
+ "version": "5.0.1",
4
"author": "Bruno Bradach <bruno.bradach@moove-it.com>",
5
"license": "MIT",
6
"devDependencies": {
vpos/checkout/javascript/src/bancard-checkout.js
@@ -142,6 +142,7 @@ const internalMethods = {
142
iframe.src = newIframeUrl;
143
iframe.style.width = '100%';
144
iframe.style.borderWidth = '0px';
145
+ iframe.allow = 'web-share';
146
147
iframeContainer.innerHTML = '';
148
iframeContainer.appendChild(iframe);
0 commit comments