Resolve "Resq - September 10 release" #1414

Merged
jankstudio merged 67 commits from 485-resq-september-10-release into master 2020-10-12 14:43:29 +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',
];
}