We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b487ae6 commit 683cb6cCopy full SHA for 683cb6c
.changeset/loud-rules-rescue.md
@@ -0,0 +1,5 @@
1
+---
2
+'@clerk/backend': minor
3
4
+
5
+Add missing payer field to BillingSubscriptionItemWebhookEventJSON
packages/backend/src/api/resources/JSON.ts
@@ -936,6 +936,7 @@ export interface BillingSubscriptionItemWebhookEventJSON extends ClerkResourceJS
936
publicly_visible: boolean;
937
} | null;
938
plan_id?: string | null;
939
+ payer?: BillingPayerJSON;
940
}
941
942
/**
0 commit comments