update flow step to bid allbids

This commit is contained in:
Admin 2026-02-10 15:29:25 +07:00
parent f38b20c1bc
commit b4b12f033c
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ export class AllbidsProductBid extends ProductBid {
}
this.price_to_bid =
(response.aucBidIncrement || this.current_price) + this.plus_price;
(response.aucBidIncrement || this.reserve_price) + this.plus_price;
if (this.price_to_bid > this.max_price) {
console.log(