Resolve "Superficial UAT changes for release" #864

Merged
jankstudio merged 12 commits from 66-superficial-uat-changes-for-release into master 2018-04-03 05:55:22 +00:00
Showing only changes of commit 496b032e70 - Show all commits

View file

@ -13,6 +13,6 @@ class ModeOfPayment extends NameValue
'cash' => 'Cash',
'credit_card' => 'Credit Card',
'debit_card' => 'Debit Card',
'installment' => 'Installment',
'installment' => 'Installment - BDO',
];
}