Skip to content

Commit 239ef3d

Browse files
committed
auto gen code
1 parent 43997f1 commit 239ef3d

File tree

61 files changed

+314
-314
lines changed

Some content is hidden

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

61 files changed

+314
-314
lines changed

lib/cybersource_rest_client/api/batches_api.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ def get_batch_report_with_http_info(batch_id, opts = {})
7676
else
7777
post_body = nil
7878
end
79-
is_mle_supported_by_cybs_for_api = false
80-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_batch_report","get_batch_report_with_http_info"])
79+
inbound_mle_status = "false"
80+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_batch_report","get_batch_report_with_http_info"])
8181
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
8282
end
8383
auth_names = []
@@ -155,8 +155,8 @@ def get_batch_status_with_http_info(batch_id, opts = {})
155155
else
156156
post_body = nil
157157
end
158-
is_mle_supported_by_cybs_for_api = false
159-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_batch_status","get_batch_status_with_http_info"])
158+
inbound_mle_status = "false"
159+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_batch_status","get_batch_status_with_http_info"])
160160
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
161161
end
162162
auth_names = []
@@ -236,8 +236,8 @@ def get_batches_list_with_http_info(opts = {})
236236
else
237237
post_body = nil
238238
end
239-
is_mle_supported_by_cybs_for_api = false
240-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_batches_list","get_batches_list_with_http_info"])
239+
inbound_mle_status = "false"
240+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_batches_list","get_batches_list_with_http_info"])
241241
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
242242
end
243243
auth_names = []
@@ -309,8 +309,8 @@ def post_batch_with_http_info(body, opts = {})
309309
post_body = @api_client.object_to_http_body(body)
310310
sdk_tracker = SdkTracker.new
311311
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'Body', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
312-
is_mle_supported_by_cybs_for_api = false
313-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["post_batch","post_batch_with_http_info"])
312+
inbound_mle_status = "false"
313+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["post_batch","post_batch_with_http_info"])
314314
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
315315
end
316316
auth_names = []

lib/cybersource_rest_client/api/billing_agreements_api.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ def billing_agreements_de_registration_with_http_info(modify_billing_agreement,
7676
post_body = @api_client.object_to_http_body(modify_billing_agreement)
7777
sdk_tracker = SdkTracker.new
7878
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'ModifyBillingAgreement', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
79-
is_mle_supported_by_cybs_for_api = true
80-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["billing_agreements_de_registration","billing_agreements_de_registration_with_http_info"])
79+
inbound_mle_status = "false"
80+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["billing_agreements_de_registration","billing_agreements_de_registration_with_http_info"])
8181
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
8282
end
8383
auth_names = []
@@ -155,8 +155,8 @@ def billing_agreements_intimation_with_http_info(intimate_billing_agreement, id,
155155
post_body = @api_client.object_to_http_body(intimate_billing_agreement)
156156
sdk_tracker = SdkTracker.new
157157
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'IntimateBillingAgreement', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
158-
is_mle_supported_by_cybs_for_api = true
159-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["billing_agreements_intimation","billing_agreements_intimation_with_http_info"])
158+
inbound_mle_status = "false"
159+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["billing_agreements_intimation","billing_agreements_intimation_with_http_info"])
160160
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
161161
end
162162
auth_names = []
@@ -228,8 +228,8 @@ def billing_agreements_registration_with_http_info(create_billing_agreement, opt
228228
post_body = @api_client.object_to_http_body(create_billing_agreement)
229229
sdk_tracker = SdkTracker.new
230230
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateBillingAgreement', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
231-
is_mle_supported_by_cybs_for_api = true
232-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["billing_agreements_registration","billing_agreements_registration_with_http_info"])
231+
inbound_mle_status = "false"
232+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["billing_agreements_registration","billing_agreements_registration_with_http_info"])
233233
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
234234
end
235235
auth_names = []

lib/cybersource_rest_client/api/bin_lookup_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ def get_account_info_with_http_info(create_bin_lookup_request, opts = {})
7171
post_body = @api_client.object_to_http_body(create_bin_lookup_request)
7272
sdk_tracker = SdkTracker.new
7373
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateBinLookupRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
74-
is_mle_supported_by_cybs_for_api = false
75-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_account_info","get_account_info_with_http_info"])
74+
inbound_mle_status = "false"
75+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_account_info","get_account_info_with_http_info"])
7676
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
7777
end
7878
auth_names = []

lib/cybersource_rest_client/api/capture_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ def capture_payment_with_http_info(capture_payment_request, id, opts = {})
7676
post_body = @api_client.object_to_http_body(capture_payment_request)
7777
sdk_tracker = SdkTracker.new
7878
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CapturePaymentRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
79-
is_mle_supported_by_cybs_for_api = true
80-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["capture_payment","capture_payment_with_http_info"])
79+
inbound_mle_status = "false"
80+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["capture_payment","capture_payment_with_http_info"])
8181
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
8282
end
8383
auth_names = []

lib/cybersource_rest_client/api/chargeback_details_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ def get_chargeback_details_with_http_info(start_time, end_time, opts = {})
8787
else
8888
post_body = nil
8989
end
90-
is_mle_supported_by_cybs_for_api = false
91-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_chargeback_details","get_chargeback_details_with_http_info"])
90+
inbound_mle_status = "false"
91+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_chargeback_details","get_chargeback_details_with_http_info"])
9292
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
9393
end
9494
auth_names = []

lib/cybersource_rest_client/api/chargeback_summaries_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ def get_chargeback_summaries_with_http_info(start_time, end_time, opts = {})
8787
else
8888
post_body = nil
8989
end
90-
is_mle_supported_by_cybs_for_api = false
91-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_chargeback_summaries","get_chargeback_summaries_with_http_info"])
90+
inbound_mle_status = "false"
91+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_chargeback_summaries","get_chargeback_summaries_with_http_info"])
9292
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
9393
end
9494
auth_names = []

lib/cybersource_rest_client/api/conversion_details_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ def get_conversion_detail_with_http_info(start_time, end_time, opts = {})
8787
else
8888
post_body = nil
8989
end
90-
is_mle_supported_by_cybs_for_api = false
91-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["get_conversion_detail","get_conversion_detail_with_http_info"])
90+
inbound_mle_status = "false"
91+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_conversion_detail","get_conversion_detail_with_http_info"])
9292
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
9393
end
9494
auth_names = []

lib/cybersource_rest_client/api/create_new_webhooks_api.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def find_products_to_subscribe_with_http_info(organization_id, opts = {})
7272
else
7373
post_body = nil
7474
end
75-
is_mle_supported_by_cybs_for_api = false
76-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["find_products_to_subscribe","find_products_to_subscribe_with_http_info"])
75+
inbound_mle_status = "false"
76+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["find_products_to_subscribe","find_products_to_subscribe_with_http_info"])
7777
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
7878
end
7979
auth_names = []
@@ -141,8 +141,8 @@ def notification_subscriptions_v2_webhooks_post_with_http_info(opts = {})
141141
post_body = @api_client.object_to_http_body(opts[:'create_webhook'])
142142
sdk_tracker = SdkTracker.new
143143
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateWebhook', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
144-
is_mle_supported_by_cybs_for_api = false
145-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["notification_subscriptions_v2_webhooks_post","notification_subscriptions_v2_webhooks_post_with_http_info"])
144+
inbound_mle_status = "false"
145+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["notification_subscriptions_v2_webhooks_post","notification_subscriptions_v2_webhooks_post_with_http_info"])
146146
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
147147
end
148148
auth_names = []
@@ -235,8 +235,8 @@ def save_sym_egress_key_with_http_info(v_c_sender_organization_id, v_c_permissio
235235
post_body = @api_client.object_to_http_body(opts[:'save_sym_egress_key'])
236236
sdk_tracker = SdkTracker.new
237237
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'SaveSymEgressKey', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
238-
is_mle_supported_by_cybs_for_api = false
239-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["save_sym_egress_key","save_sym_egress_key_with_http_info"])
238+
inbound_mle_status = "false"
239+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["save_sym_egress_key","save_sym_egress_key_with_http_info"])
240240
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
241241
end
242242
auth_names = []

lib/cybersource_rest_client/api/credit_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def create_credit_with_http_info(create_credit_request, opts = {})
7070
post_body = @api_client.object_to_http_body(create_credit_request)
7171
sdk_tracker = SdkTracker.new
7272
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'CreateCreditRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
73-
is_mle_supported_by_cybs_for_api = true
74-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["create_credit","create_credit_with_http_info"])
73+
inbound_mle_status = "false"
74+
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["create_credit","create_credit_with_http_info"])
7575
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
7676
end
7777
auth_names = []

lib/cybersource_rest_client/api/customer_api.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)