Skip to content

Commit 86e362f

Browse files
authored
Merge pull request #107 from CyberSource/release-jan25
Release jan25
2 parents 0a747c5 + 039bd9d commit 86e362f

File tree

1,557 files changed

+20752
-12831
lines changed

Some content is hidden

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

1,557 files changed

+20752
-12831
lines changed

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

+8-4
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ public void GetInstrumentIdentifierTest()
8686
// TODO uncomment below to test the method and replace null with proper value
8787
//string instrumentIdentifierId = null;
8888
//string profileId = null;
89-
//var response = instance.GetInstrumentIdentifier(instrumentIdentifierId, profileId);
89+
//bool? retrieveBinDetails = null;
90+
//var response = instance.GetInstrumentIdentifier(instrumentIdentifierId, profileId, retrieveBinDetails);
9091
//Assert.IsInstanceOf<PostInstrumentIdentifierRequest> (response, "response is PostInstrumentIdentifierRequest");
9192
}
9293

@@ -99,9 +100,10 @@ public void GetInstrumentIdentifierPaymentInstrumentsListTest()
99100
// TODO uncomment below to test the method and replace null with proper value
100101
//string instrumentIdentifierId = null;
101102
//string profileId = null;
103+
//bool? retrieveBinDetails = null;
102104
//long? offset = null;
103105
//long? limit = null;
104-
//var response = instance.GetInstrumentIdentifierPaymentInstrumentsList(instrumentIdentifierId, profileId, offset, limit);
106+
//var response = instance.GetInstrumentIdentifierPaymentInstrumentsList(instrumentIdentifierId, profileId, retrieveBinDetails, offset, limit);
105107
//Assert.IsInstanceOf<PaymentInstrumentList1> (response, "response is PaymentInstrumentList1");
106108
}
107109

@@ -115,8 +117,9 @@ public void PatchInstrumentIdentifierTest()
115117
//string instrumentIdentifierId = null;
116118
//PatchInstrumentIdentifierRequest patchInstrumentIdentifierRequest = null;
117119
//string profileId = null;
120+
//bool? retrieveBinDetails = null;
118121
//string ifMatch = null;
119-
//var response = instance.PatchInstrumentIdentifier(instrumentIdentifierId, patchInstrumentIdentifierRequest, profileId, ifMatch);
122+
//var response = instance.PatchInstrumentIdentifier(instrumentIdentifierId, patchInstrumentIdentifierRequest, profileId, retrieveBinDetails, ifMatch);
120123
//Assert.IsInstanceOf<PatchInstrumentIdentifierRequest> (response, "response is PatchInstrumentIdentifierRequest");
121124
}
122125

@@ -129,7 +132,8 @@ public void PostInstrumentIdentifierTest()
129132
// TODO uncomment below to test the method and replace null with proper value
130133
//PostInstrumentIdentifierRequest postInstrumentIdentifierRequest = null;
131134
//string profileId = null;
132-
//var response = instance.PostInstrumentIdentifier(postInstrumentIdentifierRequest, profileId);
135+
//bool? retrieveBinDetails = null;
136+
//var response = instance.PostInstrumentIdentifier(postInstrumentIdentifierRequest, profileId, retrieveBinDetails);
133137
//Assert.IsInstanceOf<PostInstrumentIdentifierRequest> (response, "response is PostInstrumentIdentifierRequest");
134138
}
135139

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

+6-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ public void GetPaymentInstrumentTest()
8686
// TODO uncomment below to test the method and replace null with proper value
8787
//string paymentInstrumentId = null;
8888
//string profileId = null;
89-
//var response = instance.GetPaymentInstrument(paymentInstrumentId, profileId);
89+
//bool? retrieveBinDetails = null;
90+
//var response = instance.GetPaymentInstrument(paymentInstrumentId, profileId, retrieveBinDetails);
9091
//Assert.IsInstanceOf<PostPaymentInstrumentRequest> (response, "response is PostPaymentInstrumentRequest");
9192
}
9293

@@ -100,8 +101,9 @@ public void PatchPaymentInstrumentTest()
100101
//string paymentInstrumentId = null;
101102
//PatchPaymentInstrumentRequest patchPaymentInstrumentRequest = null;
102103
//string profileId = null;
104+
//bool? retrieveBinDetails = null;
103105
//string ifMatch = null;
104-
//var response = instance.PatchPaymentInstrument(paymentInstrumentId, patchPaymentInstrumentRequest, profileId, ifMatch);
106+
//var response = instance.PatchPaymentInstrument(paymentInstrumentId, patchPaymentInstrumentRequest, profileId, retrieveBinDetails, ifMatch);
105107
//Assert.IsInstanceOf<PatchPaymentInstrumentRequest> (response, "response is PatchPaymentInstrumentRequest");
106108
}
107109

@@ -114,7 +116,8 @@ public void PostPaymentInstrumentTest()
114116
// TODO uncomment below to test the method and replace null with proper value
115117
//PostPaymentInstrumentRequest postPaymentInstrumentRequest = null;
116118
//string profileId = null;
117-
//var response = instance.PostPaymentInstrument(postPaymentInstrumentRequest, profileId);
119+
//bool? retrieveBinDetails = null;
120+
//var response = instance.PostPaymentInstrument(postPaymentInstrumentRequest, profileId, retrieveBinDetails);
118121
//Assert.IsInstanceOf<PostPaymentInstrumentRequest> (response, "response is PostPaymentInstrumentRequest");
119122
}
120123

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/CreatePaymentRequestTests.cs

+8
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,14 @@ public void RecurringPaymentInformationTest()
273273
// TODO unit test for the property 'RecurringPaymentInformation'
274274
}
275275
/// <summary>
276+
/// Test the property 'UnscheduledPaymentInformation'
277+
/// </summary>
278+
[Test]
279+
public void UnscheduledPaymentInformationTest()
280+
{
281+
// TODO unit test for the property 'UnscheduledPaymentInformation'
282+
}
283+
/// <summary>
276284
/// Test the property 'HostedPaymentInformation'
277285
/// </summary>
278286
[Test]

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/GenerateCaptureContextRequestTests.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ public void AllowedCardNetworksTest()
8989
// TODO unit test for the property 'AllowedCardNetworks'
9090
}
9191
/// <summary>
92-
/// Test the property 'CheckoutApiInitialization'
92+
/// Test the property 'AllowedPaymentTypes'
9393
/// </summary>
9494
[Test]
95-
public void CheckoutApiInitializationTest()
95+
public void AllowedPaymentTypesTest()
9696
{
97-
// TODO unit test for the property 'CheckoutApiInitialization'
97+
// TODO unit test for the property 'AllowedPaymentTypes'
9898
}
9999

100100
}

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/GenerateUnifiedCheckoutCaptureContextRequestTests.cs

-8
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,6 @@ public void OrderInformationTest()
128128
{
129129
// TODO unit test for the property 'OrderInformation'
130130
}
131-
/// <summary>
132-
/// Test the property 'CheckoutApiInitialization'
133-
/// </summary>
134-
[Test]
135-
public void CheckoutApiInitializationTest()
136-
{
137-
// TODO unit test for the property 'CheckoutApiInitialization'
138-
}
139131

140132
}
141133

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/Microformv2sessionsCheckoutApiInitializationTests.cs

-150
This file was deleted.

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/OctCreatePaymentRequestTests.cs

+8
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@ public void PaymentInformationTest()
120120
{
121121
// TODO unit test for the property 'PaymentInformation'
122122
}
123+
/// <summary>
124+
/// Test the property 'AggregatorInformation'
125+
/// </summary>
126+
[Test]
127+
public void AggregatorInformationTest()
128+
{
129+
// TODO unit test for the property 'AggregatorInformation'
130+
}
123131

124132
}
125133

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/PatchInstrumentIdentifierRequestTests.cs

+8
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ public void MetadataTest()
168168
{
169169
// TODO unit test for the property 'Metadata'
170170
}
171+
/// <summary>
172+
/// Test the property 'Embedded'
173+
/// </summary>
174+
[Test]
175+
public void EmbeddedTest()
176+
{
177+
// TODO unit test for the property 'Embedded'
178+
}
171179

172180
}
173181

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/PostInstrumentIdentifierEnrollmentRequestTests.cs

+8
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ public void MetadataTest()
168168
{
169169
// TODO unit test for the property 'Metadata'
170170
}
171+
/// <summary>
172+
/// Test the property 'Embedded'
173+
/// </summary>
174+
[Test]
175+
public void EmbeddedTest()
176+
{
177+
// TODO unit test for the property 'Embedded'
178+
}
171179

172180
}
173181

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/PostInstrumentIdentifierRequestTests.cs

+8
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,14 @@ public void MetadataTest()
168168
{
169169
// TODO unit test for the property 'Metadata'
170170
}
171+
/// <summary>
172+
/// Test the property 'Embedded'
173+
/// </summary>
174+
[Test]
175+
public void EmbeddedTest()
176+
{
177+
// TODO unit test for the property 'Embedded'
178+
}
171179

172180
}
173181

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/PtsV2IncrementalAuthorizationPatch201ResponseProcessorInformationTests.cs

+8
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ public void MerchantAdviceTest()
121121
// TODO unit test for the property 'MerchantAdvice'
122122
}
123123
/// <summary>
124+
/// Test the property 'MerchantRiskPrediction'
125+
/// </summary>
126+
[Test]
127+
public void MerchantRiskPredictionTest()
128+
{
129+
// TODO unit test for the property 'MerchantRiskPrediction'
130+
}
131+
/// <summary>
124132
/// Test the property 'SellerProtection'
125133
/// </summary>
126134
[Test]

cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/PtsV2PaymentsPost201ResponseConsumerAuthenticationInformationTests.cs

+8
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,14 @@ public void DirectoryServerTransactionIdTest()
361361
// TODO unit test for the property 'DirectoryServerTransactionId'
362362
}
363363
/// <summary>
364+
/// Test the property 'DataQualityIndicator'
365+
/// </summary>
366+
[Test]
367+
public void DataQualityIndicatorTest()
368+
{
369+
// TODO unit test for the property 'DataQualityIndicator'
370+
}
371+
/// <summary>
364372
/// Test the property 'AuthenticationResult'
365373
/// </summary>
366374
[Test]

0 commit comments

Comments
 (0)