Merge branch '574-add-gcash-to-payment-method' into 'master-fix'
Resolve "Add GCash to Payment Method" See merge request jankstudio/resq!688
This commit is contained in:
commit
89b0dadad7
1 changed files with 2 additions and 0 deletions
|
|
@ -8,11 +8,13 @@ class ModeOfPayment extends NameValue
|
|||
const CREDIT_CARD = 'credit_card';
|
||||
const DEBIT_CARD = 'debit_card';
|
||||
const INSTALLMENT = 'installment';
|
||||
const GCASH = 'gcash';
|
||||
|
||||
const COLLECTION = [
|
||||
'cash' => 'Cash',
|
||||
'credit_card' => 'Credit Card',
|
||||
'debit_card' => 'Debit Card',
|
||||
'installment' => 'Installment - BDO',
|
||||
'gcash' => 'GCash',
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue