コード例 #1
0
 /**
  * @test
  *
  */
 public function testUpdateTokenExpirationShouldReturnOk()
 {
     $testConfig = new TestServicesConfig();
     $chargeSvc = new HpsCreditService($testConfig::validMultiUseConfig());
     $response = $chargeSvc->updateTokenExpiration(TestCreditCard::validMastercardMUT(), 1, 2019);
     $this->assertEquals("0", $response->responseCode);
 }