| Line 30... |
Line 30... |
| 30 |
private ContactDetails billingDetails;
|
30 |
private ContactDetails billingDetails;
|
| 31 |
private String paymentOption = null;
|
31 |
private String paymentOption = null;
|
| 32 |
private double amount;
|
32 |
private double amount;
|
| 33 |
private String accountId = "21137";
|
33 |
private String accountId = "21137";
|
| 34 |
private StringBuilder description;
|
34 |
private StringBuilder description;
|
| 35 |
private final String CHANNEL = "0";
|
35 |
private final String CHANNEL = "10";
|
| 36 |
private final static String CURRENCY = "INR";
|
36 |
private final static String CURRENCY = "INR";
|
| 37 |
private final static String RETURNURL = "http://www.shop2020.in/hdfc-pay-response";
|
37 |
private final static String RETURNURL = "http://www.shop2020.in/hdfc-pay-response";
|
| 38 |
private final static String MODE = "LIVE";
|
38 |
private final static String MODE = "LIVE";
|
| 39 |
private final static String ALGO = "MD5";
|
39 |
private final static String ALGO = "MD5";
|
| 40 |
private final static String COUNTRY = "IND";
|
40 |
private final static String COUNTRY = "IND";
|