Merge pull request 'staging' (#17) from staging into production
Reviewed-on: #17
This commit is contained in:
commit
a63d3a6dd9
|
|
@ -123,12 +123,10 @@ export class LangtonsProductBid extends ProductBid {
|
|||
{
|
||||
model: result?.pid || null,
|
||||
lot_id: result?.lotId || null,
|
||||
reserve_price: 21, //test
|
||||
// reserve_price: result.lotData?.minimumBid || null,
|
||||
// current_price: result.lotData?.currentMaxBid || null,
|
||||
current_price: 20, // test
|
||||
// close_time: close_time && !this.close_time ? String(close_time) : null,
|
||||
reserve_price: result.lotData?.minimumBid || null,
|
||||
current_price: result.lotData?.currentMaxBid || null,
|
||||
close_time: close_time ? String(close_time) : null,
|
||||
// close_time: close_time && !this.close_time ? String(close_time) : null,
|
||||
name,
|
||||
},
|
||||
// [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue