示例#1
0
 public function setUp()
 {
     $this->_installmentActive = false;
     $this->_additionalSaveSettings = array('payment/mundipagg_creditcardoneinstallment/active' => 1, 'payment/mundipagg_creditcard/active' => 1, 'payment/mundipagg_twocreditcards/active' => 1, 'payment/mundipagg_threecreditcards/active' => 1, 'payment/mundipagg_fourcreditcards/active' => 1, 'payment/mundipagg_fivecreditcards/active' => 1);
     $this->setAllFakeCc();
     parent::setUp();
 }
示例#2
0
 public function setUp()
 {
     $this->_installmentActive = false;
     $this->_additionalSaveSettings['payment/mundipagg_boleto/active'] = '1';
     parent::setUp();
 }