Skip to content

Commit 89dae33

Browse files
spec changes oct24
1 parent 276b1a7 commit 89dae33

File tree

293 files changed

+14319
-5586
lines changed

Some content is hidden

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

293 files changed

+14319
-5586
lines changed

Api/FlexAPIApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public ApiResponse< string > GenerateFlexAPICaptureContextWithHttpInfo (Generate
271271
if (generateFlexAPICaptureContextRequest != null && generateFlexAPICaptureContextRequest.GetType() != typeof(byte[]))
272272
{
273273
SdkTracker sdkTracker = new SdkTracker();
274-
generateFlexAPICaptureContextRequest = (GenerateFlexAPICaptureContextRequest)sdkTracker.InsertDeveloperIdTracker(generateFlexAPICaptureContextRequest, generateFlexAPICaptureContextRequest.GetType().Name, Configuration.ApiClient.Configuration.MerchantConfigDictionaryObj["runEnvironment"]);
274+
generateFlexAPICaptureContextRequest = (GenerateFlexAPICaptureContextRequest)sdkTracker.InsertDeveloperIdTracker(generateFlexAPICaptureContextRequest, generateFlexAPICaptureContextRequest.GetType().Name, Configuration.ApiClient.Configuration.MerchantConfigDictionaryObj["runEnvironment"], Configuration.ApiClient.Configuration.MerchantConfigDictionaryObj.ContainsKey("defaultDeveloperId")? Configuration.ApiClient.Configuration.MerchantConfigDictionaryObj["defaultDeveloperId"]:"");
275275
localVarPostBody = Configuration.ApiClient.Serialize(generateFlexAPICaptureContextRequest); // http body (model) parameter
276276
}
277277
else
@@ -372,7 +372,7 @@ public async System.Threading.Tasks.Task<ApiResponse<string>> GenerateFlexAPICap
372372
if (generateFlexAPICaptureContextRequest != null && generateFlexAPICaptureContextRequest.GetType() != typeof(byte[]))
373373
{
374374
SdkTracker sdkTracker = new SdkTracker();
375-
generateFlexAPICaptureContextRequest = (GenerateFlexAPICaptureContextRequest)sdkTracker.InsertDeveloperIdTracker(generateFlexAPICaptureContextRequest, generateFlexAPICaptureContextRequest.GetType().Name, Configuration.ApiClient.Configuration.MerchantConfigDictionaryObj["runEnvironment"]);
375+
generateFlexAPICaptureContextRequest = (GenerateFlexAPICaptureContextRequest)sdkTracker.InsertDeveloperIdTracker(generateFlexAPICaptureContextRequest, generateFlexAPICaptureContextRequest.GetType().Name, Configuration.ApiClient.Configuration.MerchantConfigDictionaryObj["runEnvironment"], Configuration.ApiClient.Configuration.MerchantConfigDictionaryObj.ContainsKey("defaultDeveloperId")? Configuration.ApiClient.Configuration.MerchantConfigDictionaryObj["defaultDeveloperId"]:"");
376376
localVarPostBody = Configuration.ApiClient.Serialize(generateFlexAPICaptureContextRequest); // http body (model) parameter
377377
}
378378
else

Api/MerchantBoardingApi.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ public void SetStatusCode(int? statusCode)
263263
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
264264
/// <param name="registrationId">Identifies the boarding registration to be updated</param>
265265
/// <returns>InlineResponse2001</returns>
266-
/// <remarks>DISCLAIMER : Cybersource may allow Customer to access, use, and/or test a Cybersource product or service that may still be in development or has not been market-tested ("Beta Product") solely for the purpose of evaluating the functionality or marketability of the Beta Product (a "Beta Evaluation"). Notwithstanding any language to the contrary, the following terms shall apply with respect to Customer's participation in any Beta Evaluation (and the Beta Product(s)) accessed thereunder): The Parties will enter into a separate form agreement detailing the scope of the Beta Evaluation, requirements, pricing, the length of the beta evaluation period ("Beta Product Form"). Beta Products are not, and may not become, Transaction Services and have not yet been publicly released and are offered for the sole purpose of internal testing and non-commercial evaluation. Customer's use of the Beta Product shall be solely for the purpose of conducting the Beta Evaluation. Customer accepts all risks arising out of the access and use of the Beta Products. Cybersource may, in its sole discretion, at any time, terminate or discontinue the Beta Evaluation. Customer acknowledges and agrees that any Beta Product may still be in development and that Beta Product is provided "AS IS" and may not perform at the level of a commercially available service, may not operate as expected and may be modified prior to release. CYBERSOURCE SHALL NOT BE RESPONSIBLE OR LIABLE UNDER ANY CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE RELATING TO A BETA PRODUCT OR THE BETA EVALUATION (A) FOR LOSS OR INACCURACY OF DATA OR COST OF PROCUREMENT OF SUBSTITUTE GOODS, SERVICES OR TECHNOLOGY, (B) ANY CLAIM, LOSSES, DAMAGES, OR CAUSE OF ACTION ARISING IN CONNECTION WITH THE BETA PRODUCT; OR (C) FOR ANY INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES INCLUDING, BUT NOT LIMITED TO, LOSS OF REVENUES AND LOSS OF PROFITS.</remarks>
267266
public InlineResponse2001 GetRegistration (string registrationId)
268267
{
269268
logger.Debug("CALLING API \"GetRegistration\" STARTED");
@@ -453,7 +452,6 @@ public async System.Threading.Tasks.Task<ApiResponse<InlineResponse2001>> GetReg
453452
/// <param name="postRegistrationBody">Boarding registration data</param>
454453
/// <param name="vCIdempotencyId">defines idempotency of the request (optional)</param>
455454
/// <returns>InlineResponse2012</returns>
456-
/// <remarks>DISCLAIMER : Cybersource may allow Customer to access, use, and/or test a Cybersource product or service that may still be in development or has not been market-tested ("Beta Product") solely for the purpose of evaluating the functionality or marketability of the Beta Product (a "Beta Evaluation"). Notwithstanding any language to the contrary, the following terms shall apply with respect to Customer's participation in any Beta Evaluation (and the Beta Product(s)) accessed thereunder): The Parties will enter into a separate form agreement detailing the scope of the Beta Evaluation, requirements, pricing, the length of the beta evaluation period ("Beta Product Form"). Beta Products are not, and may not become, Transaction Services and have not yet been publicly released and are offered for the sole purpose of internal testing and non-commercial evaluation. Customer's use of the Beta Product shall be solely for the purpose of conducting the Beta Evaluation. Customer accepts all risks arising out of the access and use of the Beta Products. Cybersource may, in its sole discretion, at any time, terminate or discontinue the Beta Evaluation. Customer acknowledges and agrees that any Beta Product may still be in development and that Beta Product is provided "AS IS" and may not perform at the level of a commercially available service, may not operate as expected and may be modified prior to release. CYBERSOURCE SHALL NOT BE RESPONSIBLE OR LIABLE UNDER ANY CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE RELATING TO A BETA PRODUCT OR THE BETA EVALUATION (A) FOR LOSS OR INACCURACY OF DATA OR COST OF PROCUREMENT OF SUBSTITUTE GOODS, SERVICES OR TECHNOLOGY, (B) ANY CLAIM, LOSSES, DAMAGES, OR CAUSE OF ACTION ARISING IN CONNECTION WITH THE BETA PRODUCT; OR (C) FOR ANY INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES INCLUDING, BUT NOT LIMITED TO, LOSS OF REVENUES AND LOSS OF PROFITS.</remarks>
457455
public InlineResponse2012 PostRegistration (PostRegistrationBody postRegistrationBody, string vCIdempotencyId = null)
458456
{
459457
logger.Debug("CALLING API \"PostRegistration\" STARTED");

0 commit comments

Comments
 (0)