Offline Payment re-factoring

This commit is contained in:
cuneytsenturk
2018-12-18 12:55:19 +03:00
parent 456335e05b
commit df5eb71cbb
32 changed files with 107 additions and 91 deletions

View File

@ -0,0 +1,21 @@
<?php
return [
'title' => 'Offline Payments',
'add_new' => 'Add New',
'edit' => 'Edit: :method',
'form' => [
'code' => 'Code',
'customer' => 'Show to Customer',
'order' => 'Order'
],
'payment_gateways' => 'Offline Payment Methods',
'confirm' => 'Confirm',
'loading' => 'Loading',
];