| Line 73... |
Line 73... |
| 73 |
//private static final String SMS_GATEWAY = "http://103.15.179.45:8085/SMSGateway/sendingSMS";
|
73 |
//private static final String SMS_GATEWAY = "http://103.15.179.45:8085/SMSGateway/sendingSMS";
|
| 74 |
private static final String SMS_GATEWAY = "http://103.15.179.45:8085/MessagingGateway/SendTransSMS";
|
74 |
private static final String SMS_GATEWAY = "http://103.15.179.45:8085/MessagingGateway/SendTransSMS";
|
| 75 |
private static Map<Long, String> allProviders;
|
75 |
private static Map<Long, String> allProviders;
|
| 76 |
public static Map<RechargeOrderStatus, String> rechargeStatusMap = new HashMap<>();
|
76 |
public static Map<RechargeOrderStatus, String> rechargeStatusMap = new HashMap<>();
|
| 77 |
public static OrderStatusGroups ORDER_STATUS_GROUPS = new OrderStatusGroups();
|
77 |
public static OrderStatusGroups ORDER_STATUS_GROUPS = new OrderStatusGroups();
|
| - |
|
78 |
public static final String SYSTEM_PARTNER="testpxps@gmail.com";
|
| 78 |
|
79 |
|
| 79 |
static {
|
80 |
static {
|
| 80 |
helpMap.put(Integer.valueOf(1), "Your VC number starts with 0 and is 11 digits long.");
|
81 |
helpMap.put(Integer.valueOf(1), "Your VC number starts with 0 and is 11 digits long.");
|
| 81 |
helpMap.put(Integer.valueOf(2), "Smart card number starts with 2 and is 12 digits long.");
|
82 |
helpMap.put(Integer.valueOf(2), "Smart card number starts with 2 and is 12 digits long.");
|
| 82 |
helpMap.put(Integer.valueOf(3), "Smart card number starts with 4 and is 11 digits long.");
|
83 |
helpMap.put(Integer.valueOf(3), "Smart card number starts with 4 and is 11 digits long.");
|