avatar

946

Buying doesn't have a 'bidAmount', so the message was saying that 'Purchasing (null) failed', which was silly. Fixed.

by mrs, 09 Jun, 2009 11:10 AM
893 946  
2828 
2929     switch (bidResult) {
3030       case AuctionServerInterface.BID_ERROR_UNKNOWN:
31         bidResultString = "Purchasing " + bidAmount + " apparently failed for an unknown reason.  Check the auction in the browser, to see if it went through anyway.";
31         bidResultString = "Purchasing apparently failed for an unknown reason.  Check the auction in the browser, to see if it went through anyway.";
3232         break;
3333       case com.jbidwatcher.auction.AuctionServerInterface.BID_ERROR_ENDED:
3434       case AuctionServerInterface.BID_ERROR_CANNOT: