mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 13:14:30 -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()
|
||||
{
|
||||
if ($this->id == GATEWAY_PAYFAST) {
|
||||
return trans('texts.gateway_help_' . $this->id);
|
||||
}
|
||||
|
||||
$link = '';
|
||||
|
||||
if ($this->id == GATEWAY_AUTHORIZE_NET) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user