예제 #1
0
 public function test041VoidGsb()
 {
     $voidResponse = $this->service->void(self::$transactionId39)->execute();
     $this->assertEquals(true, $voidResponse != null);
     $this->assertEquals('00', $voidResponse->responseCode);
 }