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
..
2021-11-24 19:19:45 +05:30
2022-06-08 16:30:44 +05:30
2021-11-05 11:16:29 +05:30
2022-11-25 00:21:33 +01:00
2022-12-01 23:35:21 +05:30