Sabu Siyad b6bd408f19
fix(ecommerce): remove query parameters from referer
inclusion of query parameters results in logic failure

example:
- logic check if referrer is `all-products`
- `http://shop.example/all-products` -> `all-products`, valid outcome
- `http://shop.example/all-products?start=1` -> `all-products?start=1`,
  invalid outcome

Signed-off-by: Sabu Siyad <hello@ssiyad.com>
2022-12-08 16:47:50 +05:30
..
2022-11-30 23:57:26 +05:30
2022-12-07 17:50:35 +05:30
2022-11-30 17:12:06 +05:30
2022-11-23 17:47:05 +05:30
2022-12-01 23:35:21 +05:30