Skip to content

Commit

Permalink
set canUseInternal to return false as if true magento assumes some bl…
Browse files Browse the repository at this point in the history
…ock exists if enabled for admin
  • Loading branch information
[email protected] committed Jan 22, 2018
1 parent 6420db4 commit 83de904
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 83de904

Please sign in to comment.