update flow step to bid allbids #119

Merged
zelda merged 1 commits from main into staging 2026-02-10 19:28:03 +11:00
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.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(