public function setUp()
 {
     $this->request = new AIMAuthorizeRequest($this->getHttpClient(), $this->getHttpRequest());
     $card = $this->getValidCard();
     $card['email'] = '*****@*****.**';
     $this->request->initialize(array('clientIp' => '10.0.0.1', 'amount' => '12.00', 'customerId' => 'cust-id', 'card' => $card, 'duplicateWindow' => 0));
 }
 public function setUp()
 {
     $this->request = new AIMAuthorizeRequest($this->getHttpClient(), $this->getHttpRequest());
     $this->request->initialize(array('clientIp' => '10.0.0.1', 'amount' => '12.00', 'customerId' => 'cust-id', 'card' => $this->getValidCard()));
 }