getResponseCode() 공개 메소드

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