title | issue |
---|---|
Affiliate Tracking not working |
NEXT-11868 |
- Changed condition to add the affiliate or the campaign tracking params in the
checkAffiliateTracking
method of theAffiliateTrackingListener
class, so that it can be cached in the http cache without having the both parameters. - Changed condition of the
addAffiliateTracking
method in theCheckoutController
, so that it can be added the affiliate or the campaign tracking params from the session to dataBag without having the both parameters. - Changed condition of the
addAffiliateTracking
method in theCartOrderRouter
, so that it can be added the affiliate or the campaign tracking params from the dataBag to cart without having the both parameters.