Add credit card amex to mode of payment. #703
This commit is contained in:
parent
5352f16b83
commit
dae8fe7051
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ class ModeOfPayment extends NameValue
|
||||||
const DEBIT_CARD = 'debit_card';
|
const DEBIT_CARD = 'debit_card';
|
||||||
const INSTALLMENT = 'installment';
|
const INSTALLMENT = 'installment';
|
||||||
const GCASH = 'gcash';
|
const GCASH = 'gcash';
|
||||||
|
const CREDIT_CARD_AMEX = 'credit_card_amex';
|
||||||
|
|
||||||
const COLLECTION = [
|
const COLLECTION = [
|
||||||
'cash' => 'Cash',
|
'cash' => 'Cash',
|
||||||
|
|
@ -16,5 +17,6 @@ class ModeOfPayment extends NameValue
|
||||||
'debit_card' => 'Debit Card',
|
'debit_card' => 'Debit Card',
|
||||||
'installment' => 'Installment - BDO',
|
'installment' => 'Installment - BDO',
|
||||||
'gcash' => 'GCash',
|
'gcash' => 'GCash',
|
||||||
|
'credit_card_amex' => 'Credit Card - AMEX',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue