| Line 81... |
Line 81... |
| 81 |
PLACED_ANOTHER_ORDER("Customer has placed another order buying different product"),
|
81 |
PLACED_ANOTHER_ORDER("Customer has placed another order buying different product"),
|
| 82 |
USER_WANTS_DELAYED_DELIVERY("Customer wants order to be delivered after promised and expected date"),
|
82 |
USER_WANTS_DELAYED_DELIVERY("Customer wants order to be delivered after promised and expected date"),
|
| 83 |
COLOR_OUT_OF_STOCK("Order Item(s) not present in the requested color"),
|
83 |
COLOR_OUT_OF_STOCK("Order Item(s) not present in the requested color"),
|
| 84 |
CUSTOMER_WANTS_OPEN_DELIVERY("Customer wants to pay money after seeing the product"),
|
84 |
CUSTOMER_WANTS_OPEN_DELIVERY("Customer wants to pay money after seeing the product"),
|
| 85 |
CUSTOMER_DENIED_PLACING_ORDER("Customer denied placing any order on our site"),
|
85 |
CUSTOMER_DENIED_PLACING_ORDER("Customer denied placing any order on our site"),
|
| - |
|
86 |
PAYMENT_FLAGGED_BY_GATEWAY("This payment is flagged"),
|
| 86 |
OTHER("Order cancelled because of some miscellaneous reason");
|
87 |
OTHER("Order cancelled because of some miscellaneous reason");
|
| 87 |
|
88 |
|
| 88 |
private String description;
|
89 |
private String description;
|
| 89 |
|
90 |
|
| 90 |
CODCancelMatrix(String description) {
|
91 |
CODCancelMatrix(String description) {
|