Skip to content

Commit

Permalink
Merge pull request #6 from aligent/fix/disableadmin
Browse files Browse the repository at this point in the history
set canUseInternal to return false as if true magento assumes some bl…
  • Loading branch information
Matthew O'Loughlin authored Jan 22, 2018
2 parents 3252311 + 83de904 commit f03c7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public function canVoid()
*/
public function canUseInternal()
{
return true;
return false;
}

/**
Expand Down

0 comments on commit f03c7e6

Please sign in to comment.