@alipay/ams-checkout 1.15.0 → 1.15.1

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.
@@ -56,7 +56,7 @@ var ComponentApp = /*#__PURE__*/function () {
56
56
  _defineProperty(this, "_multipleCallbackEvents", void 0);
57
57
  _defineProperty(this, "_merchantAppointParam", void 0);
58
58
  _defineProperty(this, "_webAppHeartBeatTimeoutFn", void 0);
59
- this._appVersion = '1.15.0';
59
+ this._appVersion = '1.15.1';
60
60
  this._isInitComponent = false;
61
61
  this._selector = "#".concat(COMPONENT_SECTION_ID);
62
62
  this.createIframeNode = function () {
@@ -124,7 +124,7 @@ export var PaypalBusSubscriber = /*#__PURE__*/function (_BusSubscriber) {
124
124
  locale: locale,
125
125
  'client-id': channelMerchantAccountId
126
126
  });
127
- var disableFundingArr = [];
127
+ var disableFundingArr = ['bancontact', 'blik', 'eps', 'giropay', 'ideal', 'mercadopago', 'mybank', 'p24', 'sepa', 'sofort'];
128
128
  if (blockPayPalCreditButton && !displayPayPalPayLaterButtonOnly) {
129
129
  disableFundingArr.push('card');
130
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",