Update payment details other text

This commit is contained in:
Hillel Coren 2017-06-28 22:01:12 +03:00
parent ee42bed5f3
commit b5c86f8435
2 changed files with 2 additions and 2 deletions

View File

@ -361,7 +361,7 @@ class BasePaymentDriver
if ($total != $invoice->getRequestedAmount()) {
$item = new Item([
'name' => trans('texts.other'),
'name' => trans('texts.taxes_and_fees'),
'description' => '',
'price' => $invoice->getRequestedAmount() - $total,
'quantity' => 1,

View File

@ -2289,7 +2289,7 @@ $LANG = array(
'deleted_recurring_expense' => 'Successfully deleted project',
'deleted_recurring_expense' => 'Successfully deleted :count projects',
'view_recurring_expense' => 'View Recurring Expense',
'other' => 'Other',
'taxes_and_fees' => 'Taxes and fees',
'import_failed' => 'Import Failed',
'recurring_prefix' => 'Recurring Prefix',
'options' => 'Options',