getResponseCode() public méthode

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