Skip to content

Commit

Permalink
Merge pull request #184 from CyberSource/release-aug24
Browse files Browse the repository at this point in the history
Release aug24
  • Loading branch information
gaubansa authored Aug 28, 2024
2 parents b23af86 + ec4c76e commit 0c14f15
Show file tree
Hide file tree
Showing 349 changed files with 5,825 additions and 21,055 deletions.
1,159 changes: 0 additions & 1,159 deletions Api/AsymmetricKeyManagementApi.cs

This file was deleted.

148 changes: 74 additions & 74 deletions Api/BatchesApi.cs

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions Api/BillingAgreementsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ public ApiResponse< PtsV2ModifyBillingAgreementPost201Response > BillingAgreemen
}

return new ApiResponse<PtsV2ModifyBillingAgreementPost201Response>(localVarStatusCode,
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
(PtsV2ModifyBillingAgreementPost201Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2ModifyBillingAgreementPost201Response))); // Return statement
}

Expand Down Expand Up @@ -526,7 +526,7 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2ModifyBillingAgreement
}

return new ApiResponse<PtsV2ModifyBillingAgreementPost201Response>(localVarStatusCode,
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
(PtsV2ModifyBillingAgreementPost201Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2ModifyBillingAgreementPost201Response))); // Return statement
}
/// <summary>
Expand Down Expand Up @@ -638,7 +638,7 @@ public ApiResponse< PtsV2CreditsPost201Response1 > BillingAgreementsIntimationWi
}

return new ApiResponse<PtsV2CreditsPost201Response1>(localVarStatusCode,
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
(PtsV2CreditsPost201Response1) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2CreditsPost201Response1))); // Return statement
}

Expand Down Expand Up @@ -752,7 +752,7 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2CreditsPost201Response
}

return new ApiResponse<PtsV2CreditsPost201Response1>(localVarStatusCode,
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
(PtsV2CreditsPost201Response1) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2CreditsPost201Response1))); // Return statement
}
/// <summary>
Expand Down Expand Up @@ -851,7 +851,7 @@ public ApiResponse< PtsV2CreateBillingAgreementPost201Response > BillingAgreemen
}

return new ApiResponse<PtsV2CreateBillingAgreementPost201Response>(localVarStatusCode,
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
(PtsV2CreateBillingAgreementPost201Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2CreateBillingAgreementPost201Response))); // Return statement
}

Expand Down Expand Up @@ -952,7 +952,7 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2CreateBillingAgreement
}

return new ApiResponse<PtsV2CreateBillingAgreementPost201Response>(localVarStatusCode,
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
(PtsV2CreateBillingAgreementPost201Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2CreateBillingAgreementPost201Response))); // Return statement
}
}
Expand Down
24 changes: 12 additions & 12 deletions Api/BinLookupApi.cs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Api/CaptureApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public ApiResponse< PtsV2PaymentsCapturesPost201Response > CapturePaymentWithHtt
}

return new ApiResponse<PtsV2PaymentsCapturesPost201Response>(localVarStatusCode,
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
(PtsV2PaymentsCapturesPost201Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2PaymentsCapturesPost201Response))); // Return statement
}

Expand Down Expand Up @@ -438,7 +438,7 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2PaymentsCapturesPost20
}

return new ApiResponse<PtsV2PaymentsCapturesPost201Response>(localVarStatusCode,
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
(PtsV2PaymentsCapturesPost201Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(PtsV2PaymentsCapturesPost201Response))); // Return statement
}
}
Expand Down
4 changes: 2 additions & 2 deletions Api/ChargebackDetailsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public ApiResponse< ReportingV3ChargebackDetailsGet200Response > GetChargebackDe
}

return new ApiResponse<ReportingV3ChargebackDetailsGet200Response>(localVarStatusCode,
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
(ReportingV3ChargebackDetailsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(ReportingV3ChargebackDetailsGet200Response))); // Return statement
}

Expand Down Expand Up @@ -446,7 +446,7 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ChargebackDetail
}

return new ApiResponse<ReportingV3ChargebackDetailsGet200Response>(localVarStatusCode,
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
(ReportingV3ChargebackDetailsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(ReportingV3ChargebackDetailsGet200Response))); // Return statement
}
}
Expand Down
4 changes: 2 additions & 2 deletions Api/ChargebackSummariesApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public ApiResponse< ReportingV3ChargebackSummariesGet200Response > GetChargeback
}

return new ApiResponse<ReportingV3ChargebackSummariesGet200Response>(localVarStatusCode,
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
(ReportingV3ChargebackSummariesGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(ReportingV3ChargebackSummariesGet200Response))); // Return statement
}

Expand Down Expand Up @@ -446,7 +446,7 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ChargebackSummar
}

return new ApiResponse<ReportingV3ChargebackSummariesGet200Response>(localVarStatusCode,
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
(ReportingV3ChargebackSummariesGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(ReportingV3ChargebackSummariesGet200Response))); // Return statement
}
}
Expand Down
4 changes: 2 additions & 2 deletions Api/ConversionDetailsApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public ApiResponse< ReportingV3ConversionDetailsGet200Response > GetConversionDe
}

return new ApiResponse<ReportingV3ConversionDetailsGet200Response>(localVarStatusCode,
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
(ReportingV3ConversionDetailsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(ReportingV3ConversionDetailsGet200Response))); // Return statement
}

Expand Down Expand Up @@ -446,7 +446,7 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ConversionDetail
}

return new ApiResponse<ReportingV3ConversionDetailsGet200Response>(localVarStatusCode,
localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),
localVarResponse.Headers.GroupBy(h => h.Name).ToDictionary(x => x.Key, x => string.Join(", ", x.Select(h => h.Value.ToString()))),
(ReportingV3ConversionDetailsGet200Response) Configuration.ApiClient.Deserialize(localVarResponse, typeof(ReportingV3ConversionDetailsGet200Response))); // Return statement
}
}
Expand Down
Loading

0 comments on commit 0c14f15

Please sign in to comment.