public function testGetSettledBatchListForMonth()
 {
     $this->markTestSkipped('Ignoring for Travis. Will fix after release.');
     //TODO
     $request = new AuthorizeNetTD();
     $response = $request->getSettledBatchListForMonth();
     $this->assertTrue($response->isOk());
 }
 public function testGetSettledBatchListForMonth()
 {
     $request = new AuthorizeNetTD();
     $response = $request->getSettledBatchListForMonth();
     $this->assertTrue($response->isOk());
 }