cb-api 6.3.1 → 6.3.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,7 @@ module Cb
|
|
18
18
|
ret += "<EmailAddress>#{@email}</EmailAddress>"
|
19
19
|
ret += "<JobDID>#{@job_did}</JobDID>"
|
20
20
|
ret += "<SiteID>#{@site_id}</SiteID>"
|
21
|
-
ret += "<IPath>#{@ipath}</IPath>"
|
21
|
+
ret += "<IPath>#{@ipath[0..9]}</IPath>"
|
22
22
|
ret += "<IsExternalLinkApply>#{@is_external_link_apply}</IsExternalLinkApply>"
|
23
23
|
ret += "<HostSite>#{Cb.configuration.host_site}</HostSite>"
|
24
24
|
ret += "</Request>"
|
data/lib/cb/version.rb
CHANGED