Skip to content

Commit

Permalink
Update Cc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopazz authored Jun 15, 2020
1 parent 7165d32 commit 1a5c0c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Model/Method/Cc.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ private function getAcquirer(){
if ($pm == 'privatelabel') $name = Acquirers::VERANCARD;
if ($pm == 'stone') $name = Acquirers::STONE;
if ($pm == 'worldpay') $name = Acquirers::WORLDPAY;
if ($pm == 'zoop') $name = Acquirers::ZOOP;
if ($pm == 'gateway') $name = Acquirers::AZPAY;

return $name;
Expand Down Expand Up @@ -724,4 +725,4 @@ public function validate()

return $this;
}
}
}

0 comments on commit 1a5c0c2

Please sign in to comment.