getResponse() 공개 메소드

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