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