Join Slack
Powered by
<@U947A8SBX> most probably you have `&` that n...
# advancedpdf
m
michoel
01/28/2020, 6:14 AM
@D17339
most probably you have
&
that needs to be correctly encoded for XML (changed to
&
)
d
D17339
01/28/2020, 8:05 AM
This is the line of code which is causing issue
D17339
01/28/2020, 8:05 AM
<a style="color: #F0722E" target="_new" href="
https://wwwappsandbox.ups.com/WebTracking?TypeOfInquiryNumber=T&InquiryNumber=$
{package.packagetrackingnumber}">${package.packagetrackingnumber}</a></BR>
m
michoel
01/28/2020, 8:28 AM
Change
&InquiryNumber=
to
&InquiryNumber=
👍 1
Open in Slack
Previous
Next