Skip to content

Commit

Permalink
to fix stripe webhook creation (setting connect flag to true)
Browse files Browse the repository at this point in the history
  • Loading branch information
fupelaqu committed Aug 8, 2024
1 parent 5c77754 commit 28f894c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ object StripeApi {
)
.setUrl(url)
.setApiVersion(WebhookEndpointCreateParams.ApiVersion.VERSION_2024_06_20)
.setConnect(true)
.build(),
requestOptions.build()
)
Expand Down

0 comments on commit 28f894c

Please sign in to comment.