Skip to content

Commit

Permalink
Merge pull request #107 from CyberSource/release-jan25
Browse files Browse the repository at this point in the history
Release jan25
  • Loading branch information
jbransvisa authored Feb 4, 2025
2 parents 0a747c5 + 039bd9d commit 86e362f
Show file tree
Hide file tree
Showing 1,557 changed files with 20,752 additions and 12,831 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ public void GetInstrumentIdentifierTest()
// TODO uncomment below to test the method and replace null with proper value
//string instrumentIdentifierId = null;
//string profileId = null;
//var response = instance.GetInstrumentIdentifier(instrumentIdentifierId, profileId);
//bool? retrieveBinDetails = null;
//var response = instance.GetInstrumentIdentifier(instrumentIdentifierId, profileId, retrieveBinDetails);
//Assert.IsInstanceOf<PostInstrumentIdentifierRequest> (response, "response is PostInstrumentIdentifierRequest");
}

Expand All @@ -99,9 +100,10 @@ public void GetInstrumentIdentifierPaymentInstrumentsListTest()
// TODO uncomment below to test the method and replace null with proper value
//string instrumentIdentifierId = null;
//string profileId = null;
//bool? retrieveBinDetails = null;
//long? offset = null;
//long? limit = null;
//var response = instance.GetInstrumentIdentifierPaymentInstrumentsList(instrumentIdentifierId, profileId, offset, limit);
//var response = instance.GetInstrumentIdentifierPaymentInstrumentsList(instrumentIdentifierId, profileId, retrieveBinDetails, offset, limit);
//Assert.IsInstanceOf<PaymentInstrumentList1> (response, "response is PaymentInstrumentList1");
}

Expand All @@ -115,8 +117,9 @@ public void PatchInstrumentIdentifierTest()
//string instrumentIdentifierId = null;
//PatchInstrumentIdentifierRequest patchInstrumentIdentifierRequest = null;
//string profileId = null;
//bool? retrieveBinDetails = null;
//string ifMatch = null;
//var response = instance.PatchInstrumentIdentifier(instrumentIdentifierId, patchInstrumentIdentifierRequest, profileId, ifMatch);
//var response = instance.PatchInstrumentIdentifier(instrumentIdentifierId, patchInstrumentIdentifierRequest, profileId, retrieveBinDetails, ifMatch);
//Assert.IsInstanceOf<PatchInstrumentIdentifierRequest> (response, "response is PatchInstrumentIdentifierRequest");
}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ public void GetPaymentInstrumentTest()
// TODO uncomment below to test the method and replace null with proper value
//string paymentInstrumentId = null;
//string profileId = null;
//var response = instance.GetPaymentInstrument(paymentInstrumentId, profileId);
//bool? retrieveBinDetails = null;
//var response = instance.GetPaymentInstrument(paymentInstrumentId, profileId, retrieveBinDetails);
//Assert.IsInstanceOf<PostPaymentInstrumentRequest> (response, "response is PostPaymentInstrumentRequest");
}

Expand All @@ -100,8 +101,9 @@ public void PatchPaymentInstrumentTest()
//string paymentInstrumentId = null;
//PatchPaymentInstrumentRequest patchPaymentInstrumentRequest = null;
//string profileId = null;
//bool? retrieveBinDetails = null;
//string ifMatch = null;
//var response = instance.PatchPaymentInstrument(paymentInstrumentId, patchPaymentInstrumentRequest, profileId, ifMatch);
//var response = instance.PatchPaymentInstrument(paymentInstrumentId, patchPaymentInstrumentRequest, profileId, retrieveBinDetails, ifMatch);
//Assert.IsInstanceOf<PatchPaymentInstrumentRequest> (response, "response is PatchPaymentInstrumentRequest");
}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,14 @@ public void RecurringPaymentInformationTest()
// TODO unit test for the property 'RecurringPaymentInformation'
}
/// <summary>
/// Test the property 'UnscheduledPaymentInformation'
/// </summary>
[Test]
public void UnscheduledPaymentInformationTest()
{
// TODO unit test for the property 'UnscheduledPaymentInformation'
}
/// <summary>
/// Test the property 'HostedPaymentInformation'
/// </summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ public void AllowedCardNetworksTest()
// TODO unit test for the property 'AllowedCardNetworks'
}
/// <summary>
/// Test the property 'CheckoutApiInitialization'
/// Test the property 'AllowedPaymentTypes'
/// </summary>
[Test]
public void CheckoutApiInitializationTest()
public void AllowedPaymentTypesTest()
{
// TODO unit test for the property 'CheckoutApiInitialization'
// TODO unit test for the property 'AllowedPaymentTypes'
}

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,6 @@ public void OrderInformationTest()
{
// TODO unit test for the property 'OrderInformation'
}
/// <summary>
/// Test the property 'CheckoutApiInitialization'
/// </summary>
[Test]
public void CheckoutApiInitializationTest()
{
// TODO unit test for the property 'CheckoutApiInitialization'
}

}

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ public void PaymentInformationTest()
{
// TODO unit test for the property 'PaymentInformation'
}
/// <summary>
/// Test the property 'AggregatorInformation'
/// </summary>
[Test]
public void AggregatorInformationTest()
{
// TODO unit test for the property 'AggregatorInformation'
}

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ public void MetadataTest()
{
// TODO unit test for the property 'Metadata'
}
/// <summary>
/// Test the property 'Embedded'
/// </summary>
[Test]
public void EmbeddedTest()
{
// TODO unit test for the property 'Embedded'
}

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ public void MetadataTest()
{
// TODO unit test for the property 'Metadata'
}
/// <summary>
/// Test the property 'Embedded'
/// </summary>
[Test]
public void EmbeddedTest()
{
// TODO unit test for the property 'Embedded'
}

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ public void MetadataTest()
{
// TODO unit test for the property 'Metadata'
}
/// <summary>
/// Test the property 'Embedded'
/// </summary>
[Test]
public void EmbeddedTest()
{
// TODO unit test for the property 'Embedded'
}

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ public void MerchantAdviceTest()
// TODO unit test for the property 'MerchantAdvice'
}
/// <summary>
/// Test the property 'MerchantRiskPrediction'
/// </summary>
[Test]
public void MerchantRiskPredictionTest()
{
// TODO unit test for the property 'MerchantRiskPrediction'
}
/// <summary>
/// Test the property 'SellerProtection'
/// </summary>
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,14 @@ public void DirectoryServerTransactionIdTest()
// TODO unit test for the property 'DirectoryServerTransactionId'
}
/// <summary>
/// Test the property 'DataQualityIndicator'
/// </summary>
[Test]
public void DataQualityIndicatorTest()
{
// TODO unit test for the property 'DataQualityIndicator'
}
/// <summary>
/// Test the property 'AuthenticationResult'
/// </summary>
[Test]
Expand Down
Loading

0 comments on commit 86e362f

Please sign in to comment.