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

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.
@@ -146,7 +146,6 @@ 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');
150
149
  src += urlSearchParams.toString();
151
150
  script.src = src;
152
151
  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.18",
3
+ "version": "0.0.1711691167-dev.19",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",