getResponse() public method

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