Skip to content

Commit 89a649a

Browse files
committed
Automated release commit on 10-FEBRUARY-2026
1 parent 070b77e commit 89a649a

449 files changed

Lines changed: 18428 additions & 14980 deletions

File tree

Some content is hidden

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void BankAccountValidationRequestTest()
7373
// TODO uncomment below to test the method and replace null with proper value
7474
//AccountValidationsRequest accountValidationsRequest = null;
7575
//var response = instance.BankAccountValidationRequest(accountValidationsRequest);
76-
//Assert.IsInstanceOf<InlineResponse20014> (response, "response is InlineResponse20014");
76+
//Assert.IsInstanceOf<InlineResponse20015> (response, "response is InlineResponse20015");
7777
}
7878

7979
}

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

Lines changed: 3 additions & 3 deletions
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<InlineResponse20013> (response, "response is InlineResponse20013");
76+
//Assert.IsInstanceOf<InlineResponse20014> (response, "response is InlineResponse20014");
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<InlineResponse20012> (response, "response is InlineResponse20012");
88+
//Assert.IsInstanceOf<InlineResponse20013> (response, "response is InlineResponse20013");
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<InlineResponse20011> (response, "response is InlineResponse20011");
103+
//Assert.IsInstanceOf<InlineResponse20012> (response, "response is InlineResponse20012");
104104
}
105105

106106
/// <summary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void GetAccountInfoTest()
7373
// TODO uncomment below to test the method and replace null with proper value
7474
//CreateBinLookupRequest createBinLookupRequest = null;
7575
//var response = instance.GetAccountInfo(createBinLookupRequest);
76-
//Assert.IsInstanceOf<InlineResponse2012> (response, "response is InlineResponse2012");
76+
//Assert.IsInstanceOf<InlineResponse2013> (response, "response is InlineResponse2013");
7777
}
7878

7979
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void FindProductsToSubscribeTest()
7373
// TODO uncomment below to test the method and replace null with proper value
7474
//string organizationId = null;
7575
//var response = instance.FindProductsToSubscribe(organizationId);
76-
//Assert.IsInstanceOf<List<InlineResponse2005>> (response, "response is List<InlineResponse2005>");
76+
//Assert.IsInstanceOf<List<InlineResponse2006>> (response, "response is List<InlineResponse2006>");
7777
}
7878

7979
/// <summary>
@@ -85,7 +85,7 @@ public void NotificationSubscriptionsV2WebhooksPostTest()
8585
// TODO uncomment below to test the method and replace null with proper value
8686
//CreateWebhook createWebhook = null;
8787
//var response = instance.NotificationSubscriptionsV2WebhooksPost(createWebhook);
88-
//Assert.IsInstanceOf<InlineResponse2015> (response, "response is InlineResponse2015");
88+
//Assert.IsInstanceOf<InlineResponse2016> (response, "response is InlineResponse2016");
8989
}
9090

9191
/// <summary>
@@ -100,7 +100,7 @@ public void SaveSymEgressKeyTest()
100100
//string vCCorrelationId = null;
101101
//SaveSymEgressKey saveSymEgressKey = null;
102102
//var response = instance.SaveSymEgressKey(vCSenderOrganizationId, vCPermissions, vCCorrelationId, saveSymEgressKey);
103-
//Assert.IsInstanceOf<InlineResponse2014> (response, "response is InlineResponse2014");
103+
//Assert.IsInstanceOf<InlineResponse2015> (response, "response is InlineResponse2015");
104104
}
105105

106106
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void ActionDecisionManagerCaseTest()
7474
//string id = null;
7575
//CaseManagementActionsRequest caseManagementActionsRequest = null;
7676
//var response = instance.ActionDecisionManagerCase(id, caseManagementActionsRequest);
77-
//Assert.IsInstanceOf<InlineResponse2002> (response, "response is InlineResponse2002");
77+
//Assert.IsInstanceOf<InlineResponse2003> (response, "response is InlineResponse2003");
7878
}
7979

8080
/// <summary>
@@ -100,7 +100,7 @@ public void CommentDecisionManagerCaseTest()
100100
//string id = null;
101101
//CaseManagementCommentsRequest caseManagementCommentsRequest = null;
102102
//var response = instance.CommentDecisionManagerCase(id, caseManagementCommentsRequest);
103-
//Assert.IsInstanceOf<InlineResponse2011> (response, "response is InlineResponse2011");
103+
//Assert.IsInstanceOf<InlineResponse2012> (response, "response is InlineResponse2012");
104104
}
105105

106106
/// <summary>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void PostDeAssociateV3TerminalTest()
8585
// TODO uncomment below to test the method and replace null with proper value
8686
//List<DeviceDeAssociateV3Request> deviceDeAssociateV3Request = null;
8787
//var response = instance.PostDeAssociateV3Terminal(deviceDeAssociateV3Request);
88-
//Assert.IsInstanceOf<List<InlineResponse2009>> (response, "response is List<InlineResponse2009>");
88+
//Assert.IsInstanceOf<List<InlineResponse20010>> (response, "response is List<InlineResponse20010>");
8989
}
9090

9191
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void PostSearchQueryTest()
7373
// TODO uncomment below to test the method and replace null with proper value
7474
//PostDeviceSearchRequest postDeviceSearchRequest = null;
7575
//var response = instance.PostSearchQuery(postDeviceSearchRequest);
76-
//Assert.IsInstanceOf<InlineResponse2008> (response, "response is InlineResponse2008");
76+
//Assert.IsInstanceOf<InlineResponse2009> (response, "response is InlineResponse2009");
7777
}
7878

7979
/// <summary>
@@ -85,7 +85,7 @@ public void PostSearchQueryV3Test()
8585
// TODO uncomment below to test the method and replace null with proper value
8686
//PostDeviceSearchRequestV3 postDeviceSearchRequestV3 = null;
8787
//var response = instance.PostSearchQueryV3(postDeviceSearchRequestV3);
88-
//Assert.IsInstanceOf<InlineResponse20010> (response, "response is InlineResponse20010");
88+
//Assert.IsInstanceOf<InlineResponse20011> (response, "response is InlineResponse20011");
8989
}
9090

9191
}

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ public void InstanceTest()
7171
public void GetInvoiceSettingsTest()
7272
{
7373
// TODO uncomment below to test the method and replace null with proper value
74-
//var response = instance.GetInvoiceSettings();
74+
//string productType = null;
75+
//var response = instance.GetInvoiceSettings(productType);
7576
//Assert.IsInstanceOf<InvoicingV2InvoiceSettingsGet200Response> (response, "response is InvoicingV2InvoiceSettingsGet200Response");
7677
}
7778

@@ -83,7 +84,8 @@ public void UpdateInvoiceSettingsTest()
8384
{
8485
// TODO uncomment below to test the method and replace null with proper value
8586
//InvoiceSettingsRequest invoiceSettingsRequest = null;
86-
//var response = instance.UpdateInvoiceSettings(invoiceSettingsRequest);
87+
//string productType = null;
88+
//var response = instance.UpdateInvoiceSettings(invoiceSettingsRequest, productType);
8789
//Assert.IsInstanceOf<InvoicingV2InvoiceSettingsGet200Response> (response, "response is InvoicingV2InvoiceSettingsGet200Response");
8890
}
8991

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void GetWebhookSubscriptionByIdTest()
8585
// TODO uncomment below to test the method and replace null with proper value
8686
//string webhookId = null;
8787
//var response = instance.GetWebhookSubscriptionById(webhookId);
88-
//Assert.IsInstanceOf<InlineResponse2015> (response, "response is InlineResponse2015");
88+
//Assert.IsInstanceOf<InlineResponse2016> (response, "response is InlineResponse2016");
8989
}
9090

9191
/// <summary>
@@ -99,7 +99,7 @@ public void GetWebhookSubscriptionsByOrgTest()
9999
//string productId = null;
100100
//string eventType = null;
101101
//var response = instance.GetWebhookSubscriptionsByOrg(organizationId, productId, eventType);
102-
//Assert.IsInstanceOf<List<InlineResponse2006>> (response, "response is List<InlineResponse2006>");
102+
//Assert.IsInstanceOf<List<InlineResponse2007>> (response, "response is List<InlineResponse2007>");
103103
}
104104

105105
/// <summary>
@@ -111,7 +111,7 @@ public void NotificationSubscriptionsV1WebhooksWebhookIdPostTest()
111111
// TODO uncomment below to test the method and replace null with proper value
112112
//string webhookId = null;
113113
//var response = instance.NotificationSubscriptionsV1WebhooksWebhookIdPost(webhookId);
114-
//Assert.IsInstanceOf<InlineResponse2016> (response, "response is InlineResponse2016");
114+
//Assert.IsInstanceOf<InlineResponse2017> (response, "response is InlineResponse2017");
115115
}
116116

117117
/// <summary>
@@ -124,7 +124,7 @@ public void NotificationSubscriptionsV2WebhooksWebhookIdPatchTest()
124124
//string webhookId = null;
125125
//UpdateWebhook updateWebhook = null;
126126
//var response = instance.NotificationSubscriptionsV2WebhooksWebhookIdPatch(webhookId, updateWebhook);
127-
//Assert.IsInstanceOf<InlineResponse2007> (response, "response is InlineResponse2007");
127+
//Assert.IsInstanceOf<InlineResponse2008> (response, "response is InlineResponse2008");
128128
}
129129

130130
/// <summary>
@@ -152,7 +152,7 @@ public void SaveAsymEgressKeyTest()
152152
//SaveAsymEgressKey saveAsymEgressKey = null;
153153
//string vCCorrelationId = null;
154154
//var response = instance.SaveAsymEgressKey(vCSenderOrganizationId, vCPermissions, saveAsymEgressKey, vCCorrelationId);
155-
//Assert.IsInstanceOf<InlineResponse2017> (response, "response is InlineResponse2017");
155+
//Assert.IsInstanceOf<InlineResponse2018> (response, "response is InlineResponse2018");
156156
}
157157

158158
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void GetRegistrationTest()
7373
// TODO uncomment below to test the method and replace null with proper value
7474
//string registrationId = null;
7575
//var response = instance.GetRegistration(registrationId);
76-
//Assert.IsInstanceOf<InlineResponse2004> (response, "response is InlineResponse2004");
76+
//Assert.IsInstanceOf<InlineResponse2005> (response, "response is InlineResponse2005");
7777
}
7878

7979
/// <summary>
@@ -86,7 +86,7 @@ public void PostRegistrationTest()
8686
//PostRegistrationBody postRegistrationBody = null;
8787
//string vCIdempotencyId = null;
8888
//var response = instance.PostRegistration(postRegistrationBody, vCIdempotencyId);
89-
//Assert.IsInstanceOf<InlineResponse2013> (response, "response is InlineResponse2013");
89+
//Assert.IsInstanceOf<InlineResponse2014> (response, "response is InlineResponse2014");
9090
}
9191

9292
}

0 commit comments

Comments
 (0)