Add GCash to payment methods. #574
This commit is contained in:
parent
dc8adbd139
commit
3eaa307ac0
1 changed files with 2 additions and 0 deletions
|
|
@ -8,11 +8,13 @@ class ModeOfPayment extends NameValue
|
||||||
const CREDIT_CARD = 'credit_card';
|
const CREDIT_CARD = 'credit_card';
|
||||||
const DEBIT_CARD = 'debit_card';
|
const DEBIT_CARD = 'debit_card';
|
||||||
const INSTALLMENT = 'installment';
|
const INSTALLMENT = 'installment';
|
||||||
|
const GCASH = 'gcash';
|
||||||
|
|
||||||
const COLLECTION = [
|
const COLLECTION = [
|
||||||
'cash' => 'Cash',
|
'cash' => 'Cash',
|
||||||
'credit_card' => 'Credit Card',
|
'credit_card' => 'Credit Card',
|
||||||
'debit_card' => 'Debit Card',
|
'debit_card' => 'Debit Card',
|
||||||
'installment' => 'Installment - BDO',
|
'installment' => 'Installment - BDO',
|
||||||
|
'gcash' => 'GCash',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue