Working on Payfast ITN

This commit is contained in:
Hillel Coren 2017-10-24 20:46:25 +03:00
parent 87e9c60f3b
commit b34be02030

View File

@ -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) {