Skip to content

Commit

Permalink
fixed issue in continue function by changing the message hash (Ref: s…
Browse files Browse the repository at this point in the history
  • Loading branch information
mgokul595 committed May 15, 2017
1 parent 99f2fb0 commit 384a48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/marketingcloudsdk/soap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class SoapResponse < MarketingCloudSDK::Response
def continue
rsp = nil
if more?
rsp = unpack @client.soap_client.call(:retrieve, :message => {'ContinueRequest' => request_id})
rsp = unpack @client.soap_client.call(:retrieve, :message => {'RetrieveRequest' => {'ContinueRequest' => request_id}})
else
puts 'No more data'
end
Expand Down

0 comments on commit 384a48a

Please sign in to comment.