Skip to content

Commit 0bb780d

Browse files
committed
Update get-hosted-profile-page.rb
Included comment about valid customer profile ID for the given credentials.
1 parent 0ac68b6 commit 0bb780d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CustomerProfiles/get-hosted-profile-page.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
request = GetHostedProfilePageRequest.new
19-
request.customerProfileId = '37680862'
19+
request.customerProfileId = '37680862' # Insert a valid customer profile ID here. This ID will NOT work with the default credentials.
2020
request.refId = ""
2121
request.hostedProfileSettings = settings
2222

@@ -30,4 +30,4 @@
3030
puts "#{response.messages.messages[0].code}"
3131
puts "#{response.messages.messages[0].text}"
3232
raise "Failed to get hosted profile page with customer profile id #{request.customerProfileId}"
33-
end
33+
end

0 commit comments

Comments
 (0)