Example, the below URL resolves and discount is applied to basket
When redirect is added to the above URL, the discount is ignored and not added to basket.
Why? Bug?
Example, the below URL resolves and discount is applied to basket
When redirect is added to the above URL, the discount is ignored and not added to basket.
Why? Bug?
We found the issue…
Instead of passing “…&discount=discountCode” you must use “…&discount=discountCode”