@alipay/ams-checkout 0.0.1710212811-dev.8 → 0.0.1710212811-dev.9

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.
@@ -24,6 +24,7 @@ declare class ApplePayComponent extends CoreInstance {
24
24
  * @returns
25
25
  */
26
26
  canMakePayments(subTypeEnum?: ApplePaySubTypeEnum): boolean;
27
+ isAppPayEnabled(): boolean;
27
28
  /**
28
29
  * Submit Pay
29
30
  * @param paymentSessionData
@@ -140,6 +140,11 @@ var ApplePayComponent = /*#__PURE__*/function (_CoreInstance) {
140
140
  value: function canMakePayments(subTypeEnum) {
141
141
  return ApplePayService.canMakePayments(subTypeEnum);
142
142
  }
143
+ }, {
144
+ key: "isAppPayEnabled",
145
+ value: function isAppPayEnabled() {
146
+ return true;
147
+ }
143
148
 
144
149
  /**
145
150
  * Submit Pay
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1710212811-dev.8",
3
+ "version": "0.0.1710212811-dev.9",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",