| Line 214... |
Line 214... |
| 214 |
return new String[]{"false", "RECHARGE IN PROCESS", "Your Payment is successful.We have put your recharge under process." +
|
214 |
return new String[]{"false", "RECHARGE IN PROCESS", "Your Payment is successful.We have put your recharge under process." +
|
| 215 |
" Please wait while we check with the operator."};
|
215 |
" Please wait while we check with the operator."};
|
| 216 |
}
|
216 |
}
|
| 217 |
}
|
217 |
}
|
| 218 |
else if (status.equals(RechargeOrderStatus.RECHARGE_FAILED) || status.equals(RechargeOrderStatus.RECHARGE_FAILED_REFUNDED)){
|
218 |
else if (status.equals(RechargeOrderStatus.RECHARGE_FAILED) || status.equals(RechargeOrderStatus.RECHARGE_FAILED_REFUNDED)){
|
| 219 |
return new String[]{"false", "RECHARGE IN PROCESS", "Your Payment was successful but unfortunately the recharge failed.Don't worry your payment is safe with us."
|
219 |
return new String[]{"false", "RECHARGE FAILED", "Your Payment was successful but unfortunately the recharge failed.Don't worry your payment is safe with us."
|
| 220 |
+ " The entire Amount has been refunded to your wallet."};
|
220 |
+ " The entire Amount has been refunded to your wallet."};
|
| 221 |
} else if(status.equals(RechargeOrderStatus.RECHARGE_SUCCESSFUL)){
|
221 |
} else if(status.equals(RechargeOrderStatus.RECHARGE_SUCCESSFUL)){
|
| 222 |
return new String[] {"false", "SUCCESS", "Congratulations! Your device is successfully recharged."};
|
222 |
return new String[] {"false", "SUCCESS", "Congratulations! Your device is successfully recharged."};
|
| 223 |
} else if (status.equals(RechargeOrderStatus.PARTIALLY_REFUNDED) || status.equals(RechargeOrderStatus.REFUNDED)) {
|
223 |
} else if (status.equals(RechargeOrderStatus.PARTIALLY_REFUNDED) || status.equals(RechargeOrderStatus.REFUNDED)) {
|
| 224 |
return new String[]{"false", "PAYMENT REFUNDED","The payment associated with this recharge order has been refunded."};
|
224 |
return new String[]{"false", "PAYMENT REFUNDED","The payment associated with this recharge order has been refunded."};
|