Merge branch '455-resq-add-lazada-as-source-of-transactions-on-crm' into '453-resq-july-30-release'
Resolve "Resq - Add Lazada as Source of transactions on CRM" See merge request jankstudio/resq!530
This commit is contained in:
commit
4857645e18
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ class TransactionOrigin extends NameValue
|
|||
const VIP = 'vip';
|
||||
const MOBILE_APP = 'mobile_app';
|
||||
const WALK_IN = 'walk_in';
|
||||
const LAZADA = 'lazada';
|
||||
|
||||
// TODO: for now, resq also gets the walk-in option
|
||||
const COLLECTION = [
|
||||
|
|
@ -19,5 +20,6 @@ class TransactionOrigin extends NameValue
|
|||
'vip' => 'VIP',
|
||||
'mobile_app' => 'Mobile App',
|
||||
'walk_in' => 'Walk-in',
|
||||
'lazada' => 'Lazada',
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue