You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -371,25 +371,25 @@ public async System.Threading.Tasks.Task<ApiResponse<RiskV1AuthenticationsPost20
371
371
/// Validate authentication results This call retrieves and validates the authentication results from issuer and allows the merchant to proceed with processing the payment.
372
372
/// </summary>
373
373
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
/// Validate authentication results This call retrieves and validates the authentication results from issuer and allows the merchant to proceed with processing the payment.
384
384
/// </summary>
385
385
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
386
-
/// <param name="request"></param>
386
+
/// <param name="validateRequest"></param>
387
387
/// <returns>ApiResponse of RiskV1AuthenticationResultsPost201Response</returns>
localVarPostBody=Configuration.ApiClient.Serialize(request);// http body (model) parameter
418
+
localVarPostBody=Configuration.ApiClient.Serialize(validateRequest);// http body (model) parameter
419
419
}
420
420
else
421
421
{
422
-
localVarPostBody=request;// byte array
422
+
localVarPostBody=validateRequest;// byte array
423
423
}
424
424
425
425
@@ -445,11 +445,11 @@ public ApiResponse< RiskV1AuthenticationResultsPost201Response > ValidateAuthent
445
445
/// Validate authentication results This call retrieves and validates the authentication results from issuer and allows the merchant to proceed with processing the payment.
446
446
/// </summary>
447
447
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
448
-
/// <param name="request"></param>
448
+
/// <param name="validateRequest"></param>
449
449
/// <returns>Task of RiskV1AuthenticationResultsPost201Response</returns>
@@ -458,13 +458,13 @@ public async System.Threading.Tasks.Task<RiskV1AuthenticationResultsPost201Respo
458
458
/// Validate authentication results This call retrieves and validates the authentication results from issuer and allows the merchant to proceed with processing the payment.
459
459
/// </summary>
460
460
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
461
-
/// <param name="request"></param>
461
+
/// <param name="validateRequest"></param>
462
462
/// <returns>Task of ApiResponse (RiskV1AuthenticationResultsPost201Response)</returns>
0 commit comments