close #1055 Added: Portal Invoice payment hosted credit card style

This commit is contained in:
Cüneyt Şentürk
2019-12-30 18:35:23 +03:00
parent 913756a954
commit 7e4148aaba
5 changed files with 543 additions and 242 deletions

View File

@ -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',