Skip to content

Commit 3e87c32

Browse files
Update generated code for v2432 and 7d0f8311ea4a48c7cfbe79290c34cd562cbfbb7a
1 parent 76fbb74 commit 3e87c32

10 files changed

Lines changed: 10 additions & 2 deletions

CODEGEN_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cd4bf5c733abad0866909d0fcb66d936b11a5fd9
1+
7d0f8311ea4a48c7cfbe79290c34cd562cbfbb7a

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2393
1+
v2432

src/Examples/V2/EventNotificationHandlerEndpoint.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// File copied from our code generator; changes here will be overwritten.
12
namespace Examples.V2
23
{
34
#pragma warning disable SA1101 // Prefix local calls with this

src/Stripe.net/Infrastructure/Public/StripeEventNotificationEventArgs.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// File copied from our code generator; changes here will be overwritten.
12
namespace Stripe
23
{
34
using System;

src/Stripe.net/Infrastructure/Public/StripeEventNotificationHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// File copied from our code generator; changes here will be overwritten.
12
namespace Stripe
23
{
34
using System;

src/Stripe.net/Infrastructure/Public/StripeEventNotificationHandlerBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// File copied from our code generator; changes here will be overwritten.
12
namespace Stripe
23
{
34
using System;

src/Stripe.net/Infrastructure/Public/StripeEventNotificationHandlerWithoutVerification.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// File copied from our code generator; changes here will be overwritten.
12
namespace Stripe
23
{
34
using System;

src/Stripe.net/Infrastructure/StripeUnhandledEventNotificationEventArgs.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// File copied from our code generator; changes here will be overwritten.
12
namespace Stripe
23
{
34
using System;

src/Stripe.net/Infrastructure/UnhandledNotificationDetails.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// File copied from our code generator; changes here will be overwritten.
12
namespace Stripe
23
{
34
/// <summary>

src/StripeTests/Infrastructure/Public/StripeEventNotificationHandlerTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// File copied from our code generator; changes here will be overwritten.
12
namespace StripeTests
23
{
34
using System;

0 commit comments

Comments
 (0)