I need to find cookie name and i try to use
import Cookies from "js-cookie"
const regexp = /^commercelayer_order-id/;
const orderId = Cookies.get(regexp)
i am stuck
I ve tried several ways to find by name , now i try a regexp.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I need to find cookie name and i try to use
import Cookies from "js-cookie"
const regexp = /^commercelayer_order-id/;
const orderId = Cookies.get(regexp)
i am stuck
I ve tried several ways to find by name , now i try a regexp.