Skip to content

Commit

Permalink
Merge pull request #96 from CyberSource/release-aug24
Browse files Browse the repository at this point in the history
Release aug24
  • Loading branch information
gaubansa authored Aug 28, 2024
2 parents 0c00c9a + 3aa8245 commit 364f171
Show file tree
Hide file tree
Showing 345 changed files with 5,816 additions and 21,046 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void GetBatchReportTest()
// TODO uncomment below to test the method and replace null with proper value
//string batchId = null;
//var response = instance.GetBatchReport(batchId);
//Assert.IsInstanceOf<InlineResponse2008> (response, "response is InlineResponse2008");
//Assert.IsInstanceOf<InlineResponse2007> (response, "response is InlineResponse2007");
}

/// <summary>
Expand All @@ -85,7 +85,7 @@ public void GetBatchStatusTest()
// TODO uncomment below to test the method and replace null with proper value
//string batchId = null;
//var response = instance.GetBatchStatus(batchId);
//Assert.IsInstanceOf<InlineResponse2007> (response, "response is InlineResponse2007");
//Assert.IsInstanceOf<InlineResponse2006> (response, "response is InlineResponse2006");
}

/// <summary>
Expand All @@ -100,7 +100,7 @@ public void GetBatchesListTest()
//string fromDate = null;
//string toDate = null;
//var response = instance.GetBatchesList(offset, limit, fromDate, toDate);
//Assert.IsInstanceOf<InlineResponse2006> (response, "response is InlineResponse2006");
//Assert.IsInstanceOf<InlineResponse2005> (response, "response is InlineResponse2005");
}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void FindProductsToSubscribeTest()
// TODO uncomment below to test the method and replace null with proper value
//string organizationId = null;
//var response = instance.FindProductsToSubscribe(organizationId);
//Assert.IsInstanceOf<List<InlineResponse2003>> (response, "response is List<InlineResponse2003>");
//Assert.IsInstanceOf<List<InlineResponse2002>> (response, "response is List<InlineResponse2002>");
}

/// <summary>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 364f171

Please sign in to comment.