From b34be0203054629aacb3b4743df1ca39e5b4bbf7 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 24 Oct 2017 20:46:25 +0300 Subject: [PATCH] Working on Payfast ITN --- app/Models/Gateway.php | 4 ---- 1 file changed, 4 deletions(-) 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) {