Merge pull request 'update flow step to bid allbids' (#120) from main into staging
Reviewed-on: #120
This commit is contained in:
commit
7b0d06142d
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue