Skip to content

Commit 0c14f15

Browse files
authored
Merge pull request #184 from CyberSource/release-aug24
Release aug24
2 parents b23af86 + ec4c76e commit 0c14f15

File tree

349 files changed

+5825
-21055
lines changed

Some content is hidden

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

349 files changed

+5825
-21055
lines changed

Api/AsymmetricKeyManagementApi.cs

Lines changed: 0 additions & 1159 deletions
This file was deleted.

Api/BatchesApi.cs

Lines changed: 74 additions & 74 deletions
Large diffs are not rendered by default.

Api/BillingAgreementsApi.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ public ApiResponse< PtsV2ModifyBillingAgreementPost201Response > BillingAgreemen
412412
}
413413

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

@@ -526,7 +526,7 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2ModifyBillingAgreement
526526
}
527527

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

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

@@ -752,7 +752,7 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2CreditsPost201Response
752752
}
753753

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

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

@@ -952,7 +952,7 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2CreateBillingAgreement
952952
}
953953

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

Api/BinLookupApi.cs

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

Api/CaptureApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ public ApiResponse< PtsV2PaymentsCapturesPost201Response > CapturePaymentWithHtt
324324
}
325325

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

@@ -438,7 +438,7 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2PaymentsCapturesPost20
438438
}
439439

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

Api/ChargebackDetailsApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public ApiResponse< ReportingV3ChargebackDetailsGet200Response > GetChargebackDe
330330
}
331331

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

@@ -446,7 +446,7 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ChargebackDetail
446446
}
447447

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

Api/ChargebackSummariesApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public ApiResponse< ReportingV3ChargebackSummariesGet200Response > GetChargeback
330330
}
331331

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

@@ -446,7 +446,7 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ChargebackSummar
446446
}
447447

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

Api/ConversionDetailsApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public ApiResponse< ReportingV3ConversionDetailsGet200Response > GetConversionDe
330330
}
331331

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

@@ -446,7 +446,7 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ConversionDetail
446446
}
447447

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

0 commit comments

Comments
 (0)