mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:54:31 -04:00
Working on Payfast ITN
This commit is contained in:
parent
87e9c60f3b
commit
b34be02030
@ -162,10 +162,6 @@ class Gateway extends Eloquent
|
|||||||
*/
|
*/
|
||||||
public function getHelp()
|
public function getHelp()
|
||||||
{
|
{
|
||||||
if ($this->id == GATEWAY_PAYFAST) {
|
|
||||||
return trans('texts.gateway_help_' . $this->id);
|
|
||||||
}
|
|
||||||
|
|
||||||
$link = '';
|
$link = '';
|
||||||
|
|
||||||
if ($this->id == GATEWAY_AUTHORIZE_NET) {
|
if ($this->id == GATEWAY_AUTHORIZE_NET) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user