Add debit card to the mode of payment. #500 #1396
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ class CMBModeOfPayment extends NameValue
|
||||||
const CREDIT_CARD = 'credit_card';
|
const CREDIT_CARD = 'credit_card';
|
||||||
const ONLINE_TRANSFER = 'online_transfer';
|
const ONLINE_TRANSFER = 'online_transfer';
|
||||||
const E_WALLET = 'e_wallet';
|
const E_WALLET = 'e_wallet';
|
||||||
|
const DEBIT_CARD = 'debit_card';
|
||||||
|
|
||||||
const COLLECTION = [
|
const COLLECTION = [
|
||||||
'cash' => 'Cash',
|
'cash' => 'Cash',
|
||||||
|
|
@ -18,5 +19,6 @@ class CMBModeOfPayment extends NameValue
|
||||||
'credit_card' => 'Credit Card',
|
'credit_card' => 'Credit Card',
|
||||||
'online_transfer' => 'Online Transfer',
|
'online_transfer' => 'Online Transfer',
|
||||||
'e_wallet' => 'E-Wallet',
|
'e_wallet' => 'E-Wallet',
|
||||||
|
'debit_card' => 'Debit Card',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue