@alipay/ams-checkout 0.0.1710212811-dev.23 → 0.0.1710212811-dev.25

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.
@@ -125,11 +125,7 @@ var ApplePayService = /*#__PURE__*/function () {
125
125
  supportedNetworks: extendInfo === null || extendInfo === void 0 ? void 0 : extendInfo.supportedNetworks,
126
126
  countryCode: merchantInfo === null || merchantInfo === void 0 ? void 0 : merchantInfo.registeredCountry,
127
127
  currencyCode: paymentAmount === null || paymentAmount === void 0 ? void 0 : paymentAmount.currency,
128
- total: {
129
- type: 'final',
130
- label: merchantInfo === null || merchantInfo === void 0 ? void 0 : merchantInfo.merchantName,
131
- amount: paymentAmount === null || paymentAmount === void 0 ? void 0 : paymentAmount.value
132
- },
128
+ total: lineItem,
133
129
  recurringPaymentRequest: recurringRequest,
134
130
  lineItems: [lineItem]
135
131
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1710212811-dev.23",
3
+ "version": "0.0.1710212811-dev.25",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",