close #1055 Added: Portal Invoice payment hosted credit card style
This commit is contained in:
@ -141,6 +141,16 @@ return [
|
||||
'group_by' => 'Group By',
|
||||
'accounting' => 'Accounting',
|
||||
|
||||
'month' => 'Month',
|
||||
'year' => 'Year',
|
||||
|
||||
'card' => [
|
||||
'name' => 'Name on Card',
|
||||
'number' => 'Card Number',
|
||||
'expiration_date' => 'Expiration Date',
|
||||
'cvv' => 'Card CVV',
|
||||
],
|
||||
|
||||
'title' => [
|
||||
'new' => 'New :type',
|
||||
'edit' => 'Edit :type',
|
||||
|
Reference in New Issue
Block a user