diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php index c8fd30432902..1ea05337b475 100644 --- a/app/Models/Gateway.php +++ b/app/Models/Gateway.php @@ -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) {