@@ -75,8 +75,8 @@ def delete_customer_with_http_info(customer_id, opts = {})
7575 else
7676 post_body = nil
7777 end
78- is_mle_supported_by_cybs_for_api = false
79- if MLEUtility . check_is_mle_for_API ( @api_client . merchantconfig , is_mle_supported_by_cybs_for_api , [ "delete_customer" , "delete_customer_with_http_info" ] )
78+ inbound_mle_status = " false"
79+ if MLEUtility . check_is_mle_for_API ( @api_client . merchantconfig , inbound_mle_status , [ "delete_customer" , "delete_customer_with_http_info" ] )
8080 post_body = MLEUtility . encrypt_request_payload ( @api_client . merchantconfig , post_body )
8181 end
8282 auth_names = [ ]
@@ -152,8 +152,8 @@ def get_customer_with_http_info(customer_id, opts = {})
152152 else
153153 post_body = nil
154154 end
155- is_mle_supported_by_cybs_for_api = false
156- if MLEUtility . check_is_mle_for_API ( @api_client . merchantconfig , is_mle_supported_by_cybs_for_api , [ "get_customer" , "get_customer_with_http_info" ] )
155+ inbound_mle_status = " false"
156+ if MLEUtility . check_is_mle_for_API ( @api_client . merchantconfig , inbound_mle_status , [ "get_customer" , "get_customer_with_http_info" ] )
157157 post_body = MLEUtility . encrypt_request_payload ( @api_client . merchantconfig , post_body )
158158 end
159159 auth_names = [ ]
@@ -237,8 +237,8 @@ def patch_customer_with_http_info(customer_id, patch_customer_request, opts = {}
237237 post_body = @api_client . object_to_http_body ( patch_customer_request )
238238 sdk_tracker = SdkTracker . new
239239 post_body = sdk_tracker . insert_developer_id_tracker ( post_body , 'PatchCustomerRequest' , @api_client . config . host , @api_client . merchantconfig . defaultDeveloperId )
240- is_mle_supported_by_cybs_for_api = false
241- if MLEUtility . check_is_mle_for_API ( @api_client . merchantconfig , is_mle_supported_by_cybs_for_api , [ "patch_customer" , "patch_customer_with_http_info" ] )
240+ inbound_mle_status = " false"
241+ if MLEUtility . check_is_mle_for_API ( @api_client . merchantconfig , inbound_mle_status , [ "patch_customer" , "patch_customer_with_http_info" ] )
242242 post_body = MLEUtility . encrypt_request_payload ( @api_client . merchantconfig , post_body )
243243 end
244244 auth_names = [ ]
@@ -313,8 +313,8 @@ def post_customer_with_http_info(post_customer_request, opts = {})
313313 post_body = @api_client . object_to_http_body ( post_customer_request )
314314 sdk_tracker = SdkTracker . new
315315 post_body = sdk_tracker . insert_developer_id_tracker ( post_body , 'PostCustomerRequest' , @api_client . config . host , @api_client . merchantconfig . defaultDeveloperId )
316- is_mle_supported_by_cybs_for_api = false
317- if MLEUtility . check_is_mle_for_API ( @api_client . merchantconfig , is_mle_supported_by_cybs_for_api , [ "post_customer" , "post_customer_with_http_info" ] )
316+ inbound_mle_status = " false"
317+ if MLEUtility . check_is_mle_for_API ( @api_client . merchantconfig , inbound_mle_status , [ "post_customer" , "post_customer_with_http_info" ] )
318318 post_body = MLEUtility . encrypt_request_payload ( @api_client . merchantconfig , post_body )
319319 end
320320 auth_names = [ ]
0 commit comments