mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:34:30 -04: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;
|
$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 : '';
|
return $key != $str ? $str : '';
|
||||||
}
|
}
|
||||||
|
@ -387,7 +387,7 @@ $LANG = array(
|
|||||||
'gateway_help_1' => ':link to sign up for Authorize.net.',
|
'gateway_help_1' => ':link to sign up for Authorize.net.',
|
||||||
'gateway_help_2' => ':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_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' => 'More designs',
|
||||||
'more_designs_title' => 'Additional Invoice Designs',
|
'more_designs_title' => 'Additional Invoice Designs',
|
||||||
'more_designs_cloud_header' => 'Go Pro for more invoice designs',
|
'more_designs_cloud_header' => 'Go Pro for more invoice designs',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user