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

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.
@@ -226,7 +226,7 @@ export var createIframe = function createIframe(mode, platform) {
226
226
  iframe.style.opacity = none;
227
227
  iframe.style.overflow = 'hidden';
228
228
  // iframe设置支持第三方支付
229
- iframe.allow = 'payment';
229
+ iframe.allow = 'payment *';
230
230
  return iframe;
231
231
  };
232
232
  export var createPreloadIframe = function createPreloadIframe(channelType, version) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1730878287-dev.11",
3
+ "version": "0.0.1730878287-dev.12",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",