Add more requested JO rejection reasons #800
This commit is contained in:
parent
bff1f7ff73
commit
57b4227da9
1 changed files with 25 additions and 11 deletions
|
|
@ -15,6 +15,13 @@ class JORejectionReason extends NameValue
|
||||||
const STORE_CLOSED = 'store_closed';
|
const STORE_CLOSED = 'store_closed';
|
||||||
const NO_CREDIT_CARD = 'no_credit_card';
|
const NO_CREDIT_CARD = 'no_credit_card';
|
||||||
const DISCOUNT = 'discount';
|
const DISCOUNT = 'discount';
|
||||||
|
const STORE_CLOSED_SCHEDULED = 'store_closed_scheduled';
|
||||||
|
const STORE_CLOSED_HALF_DAY = 'store_closed_half_day';
|
||||||
|
const STORE_CLOSED_NO_ADVISE = 'store_closed_no_advise';
|
||||||
|
const PRIORITY_HUB_WTY_CLAIM = 'priority_hub_wty_claim';
|
||||||
|
const PRIORITY_HUB_JUMPSTART = 'priority_hub_jumpstart';
|
||||||
|
const PRIORITY_HUB_RESQ_REQUEST = 'priority_hub_resq_req';
|
||||||
|
const CUSTOMER_REQUEST = 'customer_request';
|
||||||
|
|
||||||
const COLLECTION = [
|
const COLLECTION = [
|
||||||
'administrative' => 'ADMINISTRATIVE',
|
'administrative' => 'ADMINISTRATIVE',
|
||||||
|
|
@ -28,6 +35,13 @@ class JORejectionReason extends NameValue
|
||||||
'store_closed' => 'STORE CLOSED',
|
'store_closed' => 'STORE CLOSED',
|
||||||
'no_credit_card' => 'NO CREDIT CARD PAYMENT / NO TERMINAL',
|
'no_credit_card' => 'NO CREDIT CARD PAYMENT / NO TERMINAL',
|
||||||
'discount' => 'DISCOUNT',
|
'discount' => 'DISCOUNT',
|
||||||
|
'store_closed_scheduled' => 'STORE CLOSED (ON SCHEDULE)',
|
||||||
|
'store_closed_half_day' => 'STORE CLOSED (HALF DAY)',
|
||||||
|
'store_closed_no_advise' => 'STORE CLOSED (NO ADVISE)',
|
||||||
|
'priority_hub_wty_claim' => 'PRIORITY HUB OUTLET FOR WARRANTY CLAIM',
|
||||||
|
'priority_hub_jumpstart' => 'PRIORITY HUB OUTLET FOR JUMPSTART',
|
||||||
|
'priority_hub_resq_req' => 'PRIORITY HUB OUTLET FOR RESQ-Q REQUEST',
|
||||||
|
'customer_request' => 'CUSTOMER REQUEST',
|
||||||
];
|
];
|
||||||
|
|
||||||
const BLACKLIST = [
|
const BLACKLIST = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue