@alipay/ams-checkout 0.0.1730878287-dev.10 → 0.0.1730878287-dev.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,6 +27,7 @@ export var createIframe = function createIframe(containerId) {
27
27
  iframe.style.border = none;
28
28
  iframe.style.opacity = none;
29
29
  iframe.style.overflow = 'hidden';
30
+ iframe.allow = "payment *";
30
31
  return iframe;
31
32
  };
32
33
  export var startSizeChangeAnim = function startSizeChangeAnim(target, height, animationStyleId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1730878287-dev.10",
3
+ "version": "0.0.1730878287-dev.11",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",