| Line 17... |
Line 17... |
| 17 |
SUCCESS, // HDFC Status: CAPTURED; EBS Status: Captured
|
17 |
SUCCESS, // HDFC Status: CAPTURED; EBS Status: Captured
|
| 18 |
FAILED, // HDFC status: NOT CAPTURED, DENIED BY RISK, HOST TIMEOUT, CANCELLED
|
18 |
FAILED, // HDFC status: NOT CAPTURED, DENIED BY RISK, HOST TIMEOUT, CANCELLED
|
| 19 |
AUTHORIZED, // EBS Status: Pending, HDFC Status: APPROVED
|
19 |
AUTHORIZED, // EBS Status: Pending, HDFC Status: APPROVED
|
| 20 |
PARTIALLY_CAPTURED, //In case of COD
|
20 |
PARTIALLY_CAPTURED, //In case of COD
|
| 21 |
CAPTURE_IN_PROCESS, // In case first few attempts to capture failed due to transient connections issues
|
21 |
CAPTURE_IN_PROCESS, // In case first few attempts to capture failed due to transient connections issues
|
| 22 |
PROVISIONALLY_CAPTURED // In case payment is not getting
|
22 |
PROVISIONALLY_CAPTURED, // In case payment is not getting
|
| - |
|
23 |
REFUNDED
|
| 23 |
}
|
24 |
}
|
| 24 |
|
25 |
|
| 25 |
// If new paymethod is added here, sales database for pentaho must also be updated.
|
26 |
// If new paymethod is added here, sales database for pentaho must also be updated.
|
| 26 |
const map<string,string> PAYMENT_METHOD = {
|
27 |
const map<string,string> PAYMENT_METHOD = {
|
| 27 |
'1001' : 'EBS-TEST Payment'
|
28 |
'1001' : 'EBS-TEST Payment'
|