1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Show WePay's fees

This commit is contained in:
Hillel Coren 2016-07-18 23:10:04 +03:00
parent 6cc84ddfab
commit 618ed868e6
2 changed files with 3 additions and 1 deletions

View File

@ -2041,6 +2041,7 @@ $LANG = array(
'changes_take_effect_immediately' => 'Note: changes take effect immediately',
'wepay_account_description' => 'Payment gateway for Invoice Ninja',
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
'standard_fees_apply' => 'Standard fees apply: 2.9% + $0.30 per successful charge.',
);

View File

@ -70,7 +70,8 @@
{!! Former::checkbox('tos_agree')->label(' ')->text(trans('texts.wepay_tos_agree',
['link'=>'<a id="wepay-tos-link" href="https://go.wepay.com/terms-of-service-us" target="_blank">'.trans('texts.wepay_tos_link_text').'</a>']
))->value('true') !!}
))->value('true')
->inlineHelp('standard_fees_apply') !!}
</div>
</div>