Skip to content

Commit 364f171

Browse files
authored
Merge pull request #96 from CyberSource/release-aug24
Release aug24
2 parents 0c00c9a + 3aa8245 commit 364f171

File tree

345 files changed

+5816
-21046
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

345 files changed

+5816
-21046
lines changed

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/AsymmetricKeyManagementApiTests.cs

-118
This file was deleted.

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/BatchesApiTests.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void GetBatchReportTest()
7373
// TODO uncomment below to test the method and replace null with proper value
7474
//string batchId = null;
7575
//var response = instance.GetBatchReport(batchId);
76-
//Assert.IsInstanceOf<InlineResponse2008> (response, "response is InlineResponse2008");
76+
//Assert.IsInstanceOf<InlineResponse2007> (response, "response is InlineResponse2007");
7777
}
7878

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

9191
/// <summary>
@@ -100,7 +100,7 @@ public void GetBatchesListTest()
100100
//string fromDate = null;
101101
//string toDate = null;
102102
//var response = instance.GetBatchesList(offset, limit, fromDate, toDate);
103-
//Assert.IsInstanceOf<InlineResponse2006> (response, "response is InlineResponse2006");
103+
//Assert.IsInstanceOf<InlineResponse2005> (response, "response is InlineResponse2005");
104104
}
105105

106106
/// <summary>

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/CreateNewWebhooksApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void FindProductsToSubscribeTest()
8585
// TODO uncomment below to test the method and replace null with proper value
8686
//string organizationId = null;
8787
//var response = instance.FindProductsToSubscribe(organizationId);
88-
//Assert.IsInstanceOf<List<InlineResponse2003>> (response, "response is List<InlineResponse2003>");
88+
//Assert.IsInstanceOf<List<InlineResponse2002>> (response, "response is List<InlineResponse2002>");
8989
}
9090

9191
/// <summary>

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/KeymanagementApiTests.cs

-88
This file was deleted.

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Api/KeymanagementpasswordApiTests.cs

-82
This file was deleted.

0 commit comments

Comments
 (0)