Code locationservices/checkout/cache.ts:47
45const key = `cart:${userId}:${JSON.stringify(items)}`;4647CheckoutCache.set(key, payload, { ttl: 60 });48return payload;49}45const key = `cart:${userId}:${JSON.stringify(items)}`;4647CheckoutCache.set(key, payload, { ttl: 60 });48return payload;49}