diff --git a/auto-bid-tool/models/allbids.com.au/allbids-product-bid.js b/auto-bid-tool/models/allbids.com.au/allbids-product-bid.js index 2175bed..644c895 100644 --- a/auto-bid-tool/models/allbids.com.au/allbids-product-bid.js +++ b/auto-bid-tool/models/allbids.com.au/allbids-product-bid.js @@ -350,7 +350,7 @@ export class AllbidsProductBid extends ProductBid { } 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) { console.log(