示例#1
0
 public function test053SaleGift2Reversal()
 {
     $response = $this->giftService->sale(4.0)->withCard($this->giftCard2())->execute();
     $this->assertEquals(true, $response != null);
     $this->assertEquals('0', $response->responseCode);
     self::$transactionId53 = $response->transactionId;
 }