staging #17

Merged
zelda merged 2 commits from staging into production 2025-04-18 19:30:04 +10:00
1 changed files with 3 additions and 5 deletions
Showing only changes of commit 17d6b90cbc - Show all commits

View File

@ -123,12 +123,10 @@ export class LangtonsProductBid extends ProductBid {
{ {
model: result?.pid || null, model: result?.pid || null,
lot_id: result?.lotId || null, lot_id: result?.lotId || null,
reserve_price: 21, //test reserve_price: result.lotData?.minimumBid || null,
// reserve_price: result.lotData?.minimumBid || null, current_price: result.lotData?.currentMaxBid || null,
// current_price: result.lotData?.currentMaxBid || null,
current_price: 20, // test
// close_time: close_time && !this.close_time ? String(close_time) : null,
close_time: close_time ? String(close_time) : null, close_time: close_time ? String(close_time) : null,
// close_time: close_time && !this.close_time ? String(close_time) : null,
name, name,
}, },
// [], // [],