@alipay/ams-checkout 0.0.1711691167-dev.16 → 0.0.1711691167-dev.18

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.
@@ -54,7 +54,7 @@ var ComponentApp = /*#__PURE__*/function () {
54
54
  _defineProperty(this, "_merchantAppointParam", void 0);
55
55
  _defineProperty(this, "_webAppHeartBeatTimeoutId", void 0);
56
56
  _defineProperty(this, "_webAppHeartBeatTimeoutFn", void 0);
57
- this._appVersion = '1.13.0';
57
+ this._appVersion = '1.12.0';
58
58
  this._isInitComponent = false;
59
59
  this._selector = "#".concat(COMPONENT_SECTION_ID);
60
60
  this.createIframeNode = function () {
@@ -146,6 +146,7 @@ export var PaypalBusSubscriber = /*#__PURE__*/function (_BusSubscriber) {
146
146
  if (PaypalMethodEnum.PAYPAL_VAULT === paymentMethodType) {
147
147
  urlSearchParams.append('vault', 'true');
148
148
  }
149
+ urlSearchParams.append('enable-funding', 'paylater');
149
150
  src += urlSearchParams.toString();
150
151
  script.src = src;
151
152
  script.setAttribute('data-user-id-token', accessToken);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1711691167-dev.16",
3
+ "version": "0.0.1711691167-dev.18",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",