| Line 47... |
Line 47... |
| 47 |
private static Map<String, String> FailureReasonMap;
|
47 |
private static Map<String, String> FailureReasonMap;
|
| 48 |
static {
|
48 |
static {
|
| 49 |
FailureReasonMap = new HashMap<String, String>();
|
49 |
FailureReasonMap = new HashMap<String, String>();
|
| 50 |
FailureReasonMap.put("Invalid Amount", "the amount you tried seems to be invalid. Please try another amount.");
|
50 |
FailureReasonMap.put("Invalid Amount", "the amount you tried seems to be invalid. Please try another amount.");
|
| 51 |
FailureReasonMap.put("Customer Exceeded Daily Limit", "you have exceeded daily recharge limit for this number. Please try after 12 hours.");
|
51 |
FailureReasonMap.put("Customer Exceeded Daily Limit", "you have exceeded daily recharge limit for this number. Please try after 12 hours.");
|
| 52 |
FailureReasonMap.put("Invalid Mobile Number", "it seems that your mobile number is not being recognized by selected operator. Please make sure the number you tried is correct.");
|
52 |
FailureReasonMap.put("Invalid Device Number", "it seems that your device number is not being recognized by selected operator. Please make sure the number you tried is correct.");
|
| 53 |
}
|
53 |
}
|
| 54 |
|
54 |
|
| 55 |
long merchantPaymentId;
|
55 |
long merchantPaymentId;
|
| 56 |
RechargeOrder rechargeOrder = null;
|
56 |
RechargeOrder rechargeOrder = null;
|
| 57 |
String message = null;
|
57 |
String message = null;
|