Handles Billing Portal Session creation and deterministic browser redirect.
Summary
Functions
@spec browser_enter(Plug.Conn.t(), String.t()) :: Plug.Conn.t()
Browser-accessible Billing Portal Session URL.
PaperTiger does not host an interactive subscription-management page. Visiting the portal URL redirects to the session's return URL when present, or returns a deterministic completion response otherwise.
@spec create(Plug.Conn.t()) :: Plug.Conn.t()
Creates a Billing Portal Session.