getResponseCodes() public method

Get response codes
public getResponseCodes ( ) : array
return array
Example #1
0
 public function testGetResponseCodes()
 {
     $p = new Payment(new Authorize('API_LOGIN_ID', 'TRANS_KEY', Payment::TEST));
     $this->assertEquals(0, count($p->getResponseCodes()));
 }