@pisell/pisellos 0.0.290 → 0.0.291
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.
|
@@ -1531,7 +1531,7 @@ export var CheckoutImpl = /*#__PURE__*/function (_BaseModule) {
|
|
|
1531
1531
|
|
|
1532
1532
|
// 更新 stateAmount 为剩余未支付金额
|
|
1533
1533
|
_context18.next = 24;
|
|
1534
|
-
return this.updateStateAmountToRemaining();
|
|
1534
|
+
return this.updateStateAmountToRemaining(false);
|
|
1535
1535
|
case 24:
|
|
1536
1536
|
_context18.next = 26;
|
|
1537
1537
|
return this.core.effects.emit(CheckoutHooks.OnPaymentStarted, {
|
|
@@ -966,7 +966,7 @@ var CheckoutImpl = class extends import_BaseModule.BaseModule {
|
|
|
966
966
|
}
|
|
967
967
|
this.store.currentOrder = updatedOrder;
|
|
968
968
|
}
|
|
969
|
-
await this.updateStateAmountToRemaining();
|
|
969
|
+
await this.updateStateAmountToRemaining(false);
|
|
970
970
|
await this.core.effects.emit(import_types.CheckoutHooks.OnPaymentStarted, {
|
|
971
971
|
orderUuid: this.store.currentOrder.uuid,
|
|
972
972
|
paymentMethodCode: "VOUCHER_BATCH",
|