We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac68b6 commit 0bb780dCopy full SHA for 0bb780d
1 file changed
CustomerProfiles/get-hosted-profile-page.rb
@@ -16,7 +16,7 @@
16
17
18
request = GetHostedProfilePageRequest.new
19
- request.customerProfileId = '37680862'
+ request.customerProfileId = '37680862' # Insert a valid customer profile ID here. This ID will NOT work with the default credentials.
20
request.refId = ""
21
request.hostedProfileSettings = settings
22
@@ -30,4 +30,4 @@
30
puts "#{response.messages.messages[0].code}"
31
puts "#{response.messages.messages[0].text}"
32
raise "Failed to get hosted profile page with customer profile id #{request.customerProfileId}"
33
- end
+ end
0 commit comments