getResponseCode() public method

Get response code
public getResponseCode ( ) : string
return string
Example #1
0
 public function testGetResponseCode()
 {
     $p = new Payment(new Authorize('API_LOGIN_ID', 'TRANS_KEY', Payment::TEST));
     $this->assertNull($p->getResponseCode());
 }