1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 12:12:48 +01:00

Improved help for 2checkout.com

This commit is contained in:
Hillel Coren 2016-07-04 22:26:41 +03:00
parent b5f606df47
commit fdb2aefc66
2 changed files with 5 additions and 2 deletions

View File

@ -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 : '';
}

View File

@ -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',