Hi there! Im new here!
This is my first post!
For the admin UI you guys use the Shopify billing check or check manually via a middleware?
Like im chekcing directly with:
const { hasActivePayment } = await billing.check();
Or should I check in my DB where I store the paymant webhook data.