mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Improved help for 2checkout.com
This commit is contained in:
parent
b5f606df47
commit
fdb2aefc66
@ -161,7 +161,10 @@ class Gateway extends Eloquent
|
||||
}
|
||||
|
||||
$key = 'texts.gateway_help_'.$this->id;
|
||||
$str = trans($key, ['link' => "<a href='$link' target='_blank'>Click here</a>"]);
|
||||
$str = trans($key, [
|
||||
'link' => "<a href='$link' target='_blank'>Click here</a>",
|
||||
'complete_link' => url('/complete'),
|
||||
]);
|
||||
|
||||
return $key != $str ? $str : '';
|
||||
}
|
||||
|
@ -387,7 +387,7 @@ $LANG = array(
|
||||
'gateway_help_1' => ':link to sign up for Authorize.net.',
|
||||
'gateway_help_2' => ':link to sign up for Authorize.net.',
|
||||
'gateway_help_17' => ':link to get your PayPal API signature.',
|
||||
'gateway_help_27' => ':link to sign up for TwoCheckout.',
|
||||
'gateway_help_27' => ':link to sign up for 2Checkout.com. To ensure payments are tracked set :complete_link as the redirect URL under Account > Site Management in the 2Checkout portal.',
|
||||
'more_designs' => 'More designs',
|
||||
'more_designs_title' => 'Additional Invoice Designs',
|
||||
'more_designs_cloud_header' => 'Go Pro for more invoice designs',
|
||||
|
Loading…
Reference in New Issue
Block a user