Relabel installment to installment - BDO #66

This commit is contained in:
Kendrick Chan 2018-04-03 13:45:23 +08:00
parent 27073a8c79
commit 496b032e70

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