Resolve "Resq - dropdown for trade-in reason" #1352

Merged
korina.cordero merged 27 commits from 462-resq-dropdown-for-trade-in-reason into 465-resq-august-13-release 2020-08-10 07:53:01 +00:00
Showing only changes of commit 21c1535e89 - Show all commits

View file

@ -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',
];
}