Skip to content

Commit f6a50c4

Browse files
committed
Update api.mustache
1 parent 5cef951 commit f6a50c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator/cybersource-csharp-template/api.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ namespace {{packageName}}.{{apiPackage}}
344344
{{/bodyParam}}
345345

346346
String inboundMLEStatus = "{{#vendorExtensions.x-devcenter-metaData.inboundMLEStatus}}{{vendorExtensions.x-devcenter-metaData.inboundMLEStatus}}{{/vendorExtensions.x-devcenter-metaData.inboundMLEStatus}}{{^vendorExtensions.x-devcenter-metaData.inboundMLEStatus}}false{{/vendorExtensions.x-devcenter-metaData.inboundMLEStatus}}";
347+
MerchantConfig merchantConfig = new MerchantConfig(Configuration.MerchantConfigDictionaryObj, Configuration.MapToControlMLEonAPI);
347348
if (MLEUtility.CheckIsMLEForAPI(merchantConfig, inboundMLEStatus, "{{operationId}},{{operationId}}Async,{{operationId}}WithHttpInfo,{{operationId}}AsyncWithHttpInfo"))
348349
{
349350
try

0 commit comments

Comments
 (0)