No content to show
User Activity
Hello @snakecase ,Thank you for providing a solution to my question. I appreciate your assistance. Additionally, I have a few more questions.As per documentation we need to create a post api `/api/select-plan`.
1. Do we need to create the UI for sel...
export async function requestBilling(res, next) { const plans = Object.keys(billingConfig); const session = getCurrentSession(res); const hasPayment = await shopify.api.billing.check({ session, plans: plans, isTest: true , }); if (hasP...
05-23-2023
2023-05-23 08:05:55 │ backend │ const session = res.locals.shopify.session;2023-05-23 08:05:55 │ backend │ ^2023-05-23 08:05:55 │ backend │2023-05-23 08:05:55 │ backend │ TypeError: Cannot read properties of undefined (reading 'shopify')