public function setUp()
 {
     $this->_paymentType = 'threecreditcards';
     $this->_ccLength = 3;
     parent::setUp();
 }
Example #2
0
 public function setUp()
 {
     $this->_paymentType = 'creditcard';
     parent::setUp();
 }
 public function setUp()
 {
     $this->_paymentType = 'creditcardoneinstallment';
     parent::setUp();
 }
 public function setUp()
 {
     $this->_paymentType = 'fourcreditcards';
     $this->_ccLength = 4;
     parent::setUp();
 }