Buying doesn't have a 'bidAmount', so the message was saying that 'Purchasing (null) failed', which was silly. Fixed.
| 893 | 946 | |
|---|---|---|
| 28 | 28 | |
| 29 | 29 | switch (bidResult) { |
| 30 | 30 | 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."; | |
| 32 | 32 | break; |
| 33 | 33 | case com.jbidwatcher.auction.AuctionServerInterface.BID_ERROR_ENDED: |
| 34 | 34 | case AuctionServerInterface.BID_ERROR_CANNOT: |
