Skip to content

Commit 683cb6c

Browse files
Wendrowiec13wobsoriano
authored andcommitted
fix(backend): Add payer field to BillingSubscriptionItemWebhookEventJSON (#7024)
Co-authored-by: Robert Soriano <sorianorobertc@gmail.com>
1 parent b487ae6 commit 683cb6c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/loud-rules-rescue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,7 @@ export interface BillingSubscriptionItemWebhookEventJSON extends ClerkResourceJS
936936
publicly_visible: boolean;
937937
} | null;
938938
plan_id?: string | null;
939+
payer?: BillingPayerJSON;
939940
}
940941

941942
/**

0 commit comments

Comments
 (0)