fix:支付

This commit is contained in:
momo 2023-09-26 17:18:04 +08:00
parent c46d9d8fd9
commit 0989faf35a

View File

@ -453,7 +453,7 @@ func (d *defaultOrder) CreatePrePaymentByBalance(ctx context.Context, in *Create
Currency: in.Currency,
Method: payConfig.Stripe.PayType,
OrderSn: in.OrderSn,
PayStage: 1,
PayStage: 2,
Total: OrderPayTotal{
Amount: amount,
Label: "支付尾款后期统一调整",