Bug #57
closedBo Registration - EasyPayStatusCheck.jsp hit error for the browser response back time
0%
Description
Bo Registration:
============
EasyPayStatusCheck.jsp hit error for the browser response back time.
Log:
15:31:37,687 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 64 in the jsp file: /EasypayStatusCheck.jsp The method setOrderId(String) in the type PayCreditCardHandler is not applicable for the arguments (int) 61: 62: payCreditCardHandler = new PayCreditCardHandler(); 63: payCreditCardHandler.setConnection(con); 64: payCreditCardHandler.setOrderId(tmOrder); 65: easyPayInterfaceBean = payCreditCardHandler.getCardDetailsByOrderId(); 66: 67: if (easyPayInterfaceBean != null){
Updated by chin-yeh almost 14 years ago
[nicholas] invalid argument changed from int to string
Updated by Chee-Hoong almost 14 years ago
- Status changed from Feedback to In Progress
invalid data type fixed.
Updated by chin-yeh almost 14 years ago
Chee-Hoong wrote:
invalid data type fixed.
has it been fixed?
Updated by Chee-Hoong almost 14 years ago
- Status changed from In Progress to Feedback
- Assignee changed from Chee-Hoong to chin-yeh
fixed, tested, and commited
Updated by chin-yeh almost 14 years ago
- Status changed from Feedback to In Progress
- Assignee changed from chin-yeh to Chee-Hoong
please double check if it's been fixed.
Updated by Chee-Hoong almost 14 years ago
- Status changed from In Progress to Feedback
- Assignee changed from Chee-Hoong to chin-yeh
payment reach end of stage with receipt displayed (for "others" credit card)
url link not found for US credit card
Updated by chin-yeh almost 14 years ago
- Assignee changed from chin-yeh to Chee-Hoong
Do capture the full error message next time.
By the way, the error occured because the receipt URLs were not authorized. After added those URLs into merchant a/c, the error is not occured anymore.
Updated by Chee-Hoong almost 14 years ago
the US credit card is tested after the URL can be link.
no error and transaction is success with receipt displayed on the page
Updated by Chee-Hoong almost 14 years ago
- Assignee changed from Chee-Hoong to chin-yeh
the US credit card is tested after the URL can be link.
no error and transaction is success with receipt displayed on the page
Updated by chin-yeh almost 14 years ago
- Status changed from Feedback to Closed
- Resolution set to Fixed