@alipay/ams-checkout 0.0.1783403875-dev.1 → 0.0.1783403875-dev.2

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.
@@ -608,7 +608,8 @@ var ElementController = /*#__PURE__*/function () {
608
608
  }, {
609
609
  msg: safeStringify({
610
610
  hasBeforeConfirmForApplePay: hasBeforeConfirmForApplePay,
611
- isApplePay: isApplePay
611
+ isApplePay: isApplePay,
612
+ amount: "".concat(submitParams === null || submitParams === void 0 ? void 0 : submitParams.amount, ", ").concat(submitParams === null || submitParams === void 0 ? void 0 : submitParams.currency)
612
613
  })
613
614
  });
614
615
  _this3.elementProcessors[ElementType.payment].setOnBeforeConfirm(hasBeforeConfirmForApplePay ? submitParams.onBeforeConfirm : null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1783403875-dev.1",
3
+ "version": "0.0.1783403875-dev.2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "exports": {