mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 17:44:32 -04:00
Show WePay's fees
This commit is contained in:
parent
6cc84ddfab
commit
618ed868e6
@ -2041,6 +2041,7 @@ $LANG = array(
|
|||||||
'changes_take_effect_immediately' => 'Note: changes take effect immediately',
|
'changes_take_effect_immediately' => 'Note: changes take effect immediately',
|
||||||
'wepay_account_description' => 'Payment gateway for Invoice Ninja',
|
'wepay_account_description' => 'Payment gateway for Invoice Ninja',
|
||||||
'payment_error_code' => 'There was an error processing your payment [:code]. Please try again later.',
|
'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.',
|
||||||
|
|
||||||
|
|
||||||
);
|
);
|
||||||
|
@ -70,7 +70,8 @@
|
|||||||
|
|
||||||
{!! Former::checkbox('tos_agree')->label(' ')->text(trans('texts.wepay_tos_agree',
|
{!! 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>']
|
['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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user