update flow step to bid allbids
This commit is contained in:
parent
5a5c9f5fba
commit
f38b20c1bc
|
|
@ -350,7 +350,7 @@ export class AllbidsProductBid extends ProductBid {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.price_to_bid =
|
this.price_to_bid =
|
||||||
(response.aucCurrentBid || this.current_price) + this.plus_price + 1;
|
(response.aucBidIncrement || this.current_price) + this.plus_price;
|
||||||
|
|
||||||
if (this.price_to_bid > this.max_price) {
|
if (this.price_to_bid > this.max_price) {
|
||||||
console.log(
|
console.log(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue