Skip to content

Commit fe54aaf

Browse files
authored
Merge pull request #214 from CyberSource/release/aug25
Release/aug25
2 parents b3151c5 + fc08bdc commit fe54aaf

File tree

213 files changed

+7630
-3315
lines changed

Some content is hidden

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

213 files changed

+7630
-3315
lines changed

Api/BatchesApi.cs

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

Api/BillingAgreementsApi.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@ public ApiResponse< PtsV2ModifyBillingAgreementPost201Response > BillingAgreemen
386386
localVarPostBody = modifyBillingAgreement; // byte array
387387
}
388388

389-
bool isMLESupportedByCybsForApi = true;
389+
String inboundMLEStatus = "optional";
390390
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
391-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "BillingAgreementsDeRegistration,BillingAgreementsDeRegistrationAsync,BillingAgreementsDeRegistrationWithHttpInfo,BillingAgreementsDeRegistrationAsyncWithHttpInfo"))
391+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "BillingAgreementsDeRegistration,BillingAgreementsDeRegistrationAsync,BillingAgreementsDeRegistrationWithHttpInfo,BillingAgreementsDeRegistrationAsyncWithHttpInfo"))
392392
{
393393
try
394394
{
@@ -508,9 +508,9 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2ModifyBillingAgreement
508508
localVarPostBody = modifyBillingAgreement; // byte array
509509
}
510510

511-
bool isMLESupportedByCybsForApi = true;
511+
String inboundMLEStatus = "optional";
512512
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
513-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "BillingAgreementsDeRegistration,BillingAgreementsDeRegistrationAsync,BillingAgreementsDeRegistrationWithHttpInfo,BillingAgreementsDeRegistrationAsyncWithHttpInfo"))
513+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "BillingAgreementsDeRegistration,BillingAgreementsDeRegistrationAsync,BillingAgreementsDeRegistrationWithHttpInfo,BillingAgreementsDeRegistrationAsyncWithHttpInfo"))
514514
{
515515
try
516516
{
@@ -628,9 +628,9 @@ public ApiResponse< PtsV2CreditsPost201Response1 > BillingAgreementsIntimationWi
628628
localVarPostBody = intimateBillingAgreement; // byte array
629629
}
630630

631-
bool isMLESupportedByCybsForApi = true;
631+
String inboundMLEStatus = "optional";
632632
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
633-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "BillingAgreementsIntimation,BillingAgreementsIntimationAsync,BillingAgreementsIntimationWithHttpInfo,BillingAgreementsIntimationAsyncWithHttpInfo"))
633+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "BillingAgreementsIntimation,BillingAgreementsIntimationAsync,BillingAgreementsIntimationWithHttpInfo,BillingAgreementsIntimationAsyncWithHttpInfo"))
634634
{
635635
try
636636
{
@@ -750,9 +750,9 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2CreditsPost201Response
750750
localVarPostBody = intimateBillingAgreement; // byte array
751751
}
752752

753-
bool isMLESupportedByCybsForApi = true;
753+
String inboundMLEStatus = "optional";
754754
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
755-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "BillingAgreementsIntimation,BillingAgreementsIntimationAsync,BillingAgreementsIntimationWithHttpInfo,BillingAgreementsIntimationAsyncWithHttpInfo"))
755+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "BillingAgreementsIntimation,BillingAgreementsIntimationAsync,BillingAgreementsIntimationWithHttpInfo,BillingAgreementsIntimationAsyncWithHttpInfo"))
756756
{
757757
try
758758
{
@@ -857,9 +857,9 @@ public ApiResponse< PtsV2CreateBillingAgreementPost201Response > BillingAgreemen
857857
localVarPostBody = createBillingAgreement; // byte array
858858
}
859859

860-
bool isMLESupportedByCybsForApi = true;
860+
String inboundMLEStatus = "optional";
861861
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
862-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "BillingAgreementsRegistration,BillingAgreementsRegistrationAsync,BillingAgreementsRegistrationWithHttpInfo,BillingAgreementsRegistrationAsyncWithHttpInfo"))
862+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "BillingAgreementsRegistration,BillingAgreementsRegistrationAsync,BillingAgreementsRegistrationWithHttpInfo,BillingAgreementsRegistrationAsyncWithHttpInfo"))
863863
{
864864
try
865865
{
@@ -966,9 +966,9 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2CreateBillingAgreement
966966
localVarPostBody = createBillingAgreement; // byte array
967967
}
968968

969-
bool isMLESupportedByCybsForApi = true;
969+
String inboundMLEStatus = "optional";
970970
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
971-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "BillingAgreementsRegistration,BillingAgreementsRegistrationAsync,BillingAgreementsRegistrationWithHttpInfo,BillingAgreementsRegistrationAsyncWithHttpInfo"))
971+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "BillingAgreementsRegistration,BillingAgreementsRegistrationAsync,BillingAgreementsRegistrationWithHttpInfo,BillingAgreementsRegistrationAsyncWithHttpInfo"))
972972
{
973973
try
974974
{

Api/BinLookupApi.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ public ApiResponse< InlineResponse2012 > GetAccountInfoWithHttpInfo (CreateBinLo
282282
localVarPostBody = createBinLookupRequest; // byte array
283283
}
284284

285-
bool isMLESupportedByCybsForApi = false;
285+
String inboundMLEStatus = "false";
286286
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
287-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "GetAccountInfo,GetAccountInfoAsync,GetAccountInfoWithHttpInfo,GetAccountInfoAsyncWithHttpInfo"))
287+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "GetAccountInfo,GetAccountInfoAsync,GetAccountInfoWithHttpInfo,GetAccountInfoAsyncWithHttpInfo"))
288288
{
289289
try
290290
{
@@ -391,9 +391,9 @@ public async System.Threading.Tasks.Task<ApiResponse<InlineResponse2012>> GetAcc
391391
localVarPostBody = createBinLookupRequest; // byte array
392392
}
393393

394-
bool isMLESupportedByCybsForApi = false;
394+
String inboundMLEStatus = "false";
395395
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
396-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "GetAccountInfo,GetAccountInfoAsync,GetAccountInfoWithHttpInfo,GetAccountInfoAsyncWithHttpInfo"))
396+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "GetAccountInfo,GetAccountInfoAsync,GetAccountInfoWithHttpInfo,GetAccountInfoAsyncWithHttpInfo"))
397397
{
398398
try
399399
{

Api/CaptureApi.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ public ApiResponse< PtsV2PaymentsCapturesPost201Response > CapturePaymentWithHtt
298298
localVarPostBody = capturePaymentRequest; // byte array
299299
}
300300

301-
bool isMLESupportedByCybsForApi = true;
301+
String inboundMLEStatus = "optional";
302302
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
303-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "CapturePayment,CapturePaymentAsync,CapturePaymentWithHttpInfo,CapturePaymentAsyncWithHttpInfo"))
303+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "CapturePayment,CapturePaymentAsync,CapturePaymentWithHttpInfo,CapturePaymentAsyncWithHttpInfo"))
304304
{
305305
try
306306
{
@@ -420,9 +420,9 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2PaymentsCapturesPost20
420420
localVarPostBody = capturePaymentRequest; // byte array
421421
}
422422

423-
bool isMLESupportedByCybsForApi = true;
423+
String inboundMLEStatus = "optional";
424424
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
425-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "CapturePayment,CapturePaymentAsync,CapturePaymentWithHttpInfo,CapturePaymentAsyncWithHttpInfo"))
425+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "CapturePayment,CapturePaymentAsync,CapturePaymentWithHttpInfo,CapturePaymentAsyncWithHttpInfo"))
426426
{
427427
try
428428
{

Api/ChargebackDetailsApi.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ public ApiResponse< ReportingV3ChargebackDetailsGet200Response > GetChargebackDe
319319
localVarHttpContentType = "multipart/form-data; boundary=" + filePostBodyAndDelimiter[1];
320320
}
321321

322-
bool isMLESupportedByCybsForApi = false;
322+
String inboundMLEStatus = "false";
323323
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
324-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "GetChargebackDetails,GetChargebackDetailsAsync,GetChargebackDetailsWithHttpInfo,GetChargebackDetailsAsyncWithHttpInfo"))
324+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "GetChargebackDetails,GetChargebackDetailsAsync,GetChargebackDetailsWithHttpInfo,GetChargebackDetailsAsyncWithHttpInfo"))
325325
{
326326
try
327327
{
@@ -457,9 +457,9 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ChargebackDetail
457457
localVarHttpContentType = "multipart/form-data; boundary=" + filePostBodyAndDelimiter[1];
458458
}
459459

460-
bool isMLESupportedByCybsForApi = false;
460+
String inboundMLEStatus = "false";
461461
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
462-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "GetChargebackDetails,GetChargebackDetailsAsync,GetChargebackDetailsWithHttpInfo,GetChargebackDetailsAsyncWithHttpInfo"))
462+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "GetChargebackDetails,GetChargebackDetailsAsync,GetChargebackDetailsWithHttpInfo,GetChargebackDetailsAsyncWithHttpInfo"))
463463
{
464464
try
465465
{

Api/ChargebackSummariesApi.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ public ApiResponse< ReportingV3ChargebackSummariesGet200Response > GetChargeback
319319
localVarHttpContentType = "multipart/form-data; boundary=" + filePostBodyAndDelimiter[1];
320320
}
321321

322-
bool isMLESupportedByCybsForApi = false;
322+
String inboundMLEStatus = "false";
323323
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
324-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "GetChargebackSummaries,GetChargebackSummariesAsync,GetChargebackSummariesWithHttpInfo,GetChargebackSummariesAsyncWithHttpInfo"))
324+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "GetChargebackSummaries,GetChargebackSummariesAsync,GetChargebackSummariesWithHttpInfo,GetChargebackSummariesAsyncWithHttpInfo"))
325325
{
326326
try
327327
{
@@ -457,9 +457,9 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ChargebackSummar
457457
localVarHttpContentType = "multipart/form-data; boundary=" + filePostBodyAndDelimiter[1];
458458
}
459459

460-
bool isMLESupportedByCybsForApi = false;
460+
String inboundMLEStatus = "false";
461461
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
462-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "GetChargebackSummaries,GetChargebackSummariesAsync,GetChargebackSummariesWithHttpInfo,GetChargebackSummariesAsyncWithHttpInfo"))
462+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "GetChargebackSummaries,GetChargebackSummariesAsync,GetChargebackSummariesWithHttpInfo,GetChargebackSummariesAsyncWithHttpInfo"))
463463
{
464464
try
465465
{

Api/ConversionDetailsApi.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ public ApiResponse< ReportingV3ConversionDetailsGet200Response > GetConversionDe
319319
localVarHttpContentType = "multipart/form-data; boundary=" + filePostBodyAndDelimiter[1];
320320
}
321321

322-
bool isMLESupportedByCybsForApi = false;
322+
String inboundMLEStatus = "false";
323323
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
324-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "GetConversionDetail,GetConversionDetailAsync,GetConversionDetailWithHttpInfo,GetConversionDetailAsyncWithHttpInfo"))
324+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "GetConversionDetail,GetConversionDetailAsync,GetConversionDetailWithHttpInfo,GetConversionDetailAsyncWithHttpInfo"))
325325
{
326326
try
327327
{
@@ -457,9 +457,9 @@ public async System.Threading.Tasks.Task<ApiResponse<ReportingV3ConversionDetail
457457
localVarHttpContentType = "multipart/form-data; boundary=" + filePostBodyAndDelimiter[1];
458458
}
459459

460-
bool isMLESupportedByCybsForApi = false;
460+
String inboundMLEStatus = "false";
461461
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
462-
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, isMLESupportedByCybsForApi, "GetConversionDetail,GetConversionDetailAsync,GetConversionDetailWithHttpInfo,GetConversionDetailAsyncWithHttpInfo"))
462+
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "GetConversionDetail,GetConversionDetailAsync,GetConversionDetailWithHttpInfo,GetConversionDetailAsyncWithHttpInfo"))
463463
{
464464
try
465465
{

0 commit comments

Comments
 (0)