@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.
@@ -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
|