Skip to content

Commit 56b5ec1

Browse files
committed
Update device_de_association_v3_api.rb
1 parent 0d460c5 commit 56b5ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cybersource_rest_client/api/device_de_association_v3_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def post_de_associate_v3_terminal_with_http_info(device_de_associate_v3_request,
6969
# http body (model)
7070
post_body = @api_client.object_to_http_body(device_de_associate_v3_request)
7171
sdk_tracker = SdkTracker.new
72-
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'Array<DeviceDeAssociateV3Request>', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
72+
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'DeviceDeAssociateV3Request', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
7373
is_mle_supported_by_cybs_for_api = false
7474
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, is_mle_supported_by_cybs_for_api, ["post_de_associate_v3_terminal","post_de_associate_v3_terminal_with_http_info"])
7575
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)

0 commit comments

Comments
 (0)