staging #17
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -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