There was an error while loading. Please reload this page.
1 parent b60a93f commit 4ddadadCopy full SHA for 4ddadad
1 file changed
packages/better-auth/src/index.ts
@@ -22,7 +22,7 @@ declare module "@better-auth/core" {
22
export const chargebee = <O extends ChargebeeOptions>(options: O) => {
23
const cb = options.chargebeeClient;
24
// @ts-expect-error - __clientIdentifier is not typed
25
- cb.__clientIdentifier("chargebee-js-framework-adapters");
+ cb.__clientIdentifier("better-auth 1.0.0-beta.1");
26
return {
27
id: "chargebee",
28
schema: getSchema(options),
0 commit comments