Home
last modified time | relevance | path

Searched refs:BID_NOT_AVAILABLE_FOR_PURCHASE (Results 1 – 2 of 2) sorted by relevance

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/auction/
H A DAuctionServerInterface.java38 …int BID_NOT_AVAILABLE_FOR_PURCHASE=22; // Item is not available for purchase (generally on eBay US… field
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/auction/server/ebay/
H A DebayBidder.java78 …tHash.put("this item is not available for purchase", AuctionServer.BID_NOT_AVAILABLE_FOR_PURCHASE); in ebayBidder()