Details
Description
in the widets
<set field="baseEcommerceSecureUrl"
value="${baseSecureUrl}/ecommerce/control/"/>
has a trailing forward slash
then the added url has a leading forward slash
/orderstatus?orderId=
so you get
/ecommerce/control//orderstatus?orderId=
removed the trailing forward slash