From b4b12f033cfa9c161e695f5887eba9dfee84fad7 Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 10 Feb 2026 15:29:25 +0700 Subject: [PATCH] update flow step to bid allbids --- auto-bid-tool/models/allbids.com.au/allbids-product-bid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 644c895..8c9f655 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.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(