Skip to content

Commit

Permalink
Desabilitando pagamento via boleto no admin, pois não está funcionand…
Browse files Browse the repository at this point in the history
…o corretamente ainda.
  • Loading branch information
EduardoIugu committed Aug 16, 2018
1 parent 9e40163 commit 9ea7b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/community/Inovarti/Iugu/Model/Boleto.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Inovarti_Iugu_Model_Boleto extends Mage_Payment_Model_Method_Abstract
protected $_isGateway = true;
protected $_canUseForMultishipping = false;
protected $_isInitializeNeeded = true;
protected $_canUseInternal = false;

public function assignData($data)
{
Expand Down

0 comments on commit 9ea7b87

Please sign in to comment.