Add Lazada to Transaction Origin. #455
This commit is contained in:
parent
7b8fe8c9e6
commit
21c1535e89
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ class TransactionOrigin extends NameValue
|
||||||
const VIP = 'vip';
|
const VIP = 'vip';
|
||||||
const MOBILE_APP = 'mobile_app';
|
const MOBILE_APP = 'mobile_app';
|
||||||
const WALK_IN = 'walk_in';
|
const WALK_IN = 'walk_in';
|
||||||
|
const LAZADA = 'lazada';
|
||||||
|
|
||||||
// TODO: for now, resq also gets the walk-in option
|
// TODO: for now, resq also gets the walk-in option
|
||||||
const COLLECTION = [
|
const COLLECTION = [
|
||||||
|
|
@ -19,5 +20,6 @@ class TransactionOrigin extends NameValue
|
||||||
'vip' => 'VIP',
|
'vip' => 'VIP',
|
||||||
'mobile_app' => 'Mobile App',
|
'mobile_app' => 'Mobile App',
|
||||||
'walk_in' => 'Walk-in',
|
'walk_in' => 'Walk-in',
|
||||||
|
'lazada' => 'Lazada',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue