Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODEGEN_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cd4bf5c733abad0866909d0fcb66d936b11a5fd9
13577a2743a2f8ccf95e55820cd36714187e7dea
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2393
v2432
1 change: 1 addition & 0 deletions src/main/java/com/stripe/EventNotificationCallback.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// File copied from our code generator; changes here will be overwritten.
package com.stripe;

import com.stripe.model.v2.core.EventNotification;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// File copied from our code generator; changes here will be overwritten.
package com.stripe;

import com.stripe.model.v2.core.EventNotification;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// File copied from our code generator; changes here will be overwritten.
package com.stripe;

import com.stripe.exception.SignatureVerificationException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// File copied from our code generator; changes here will be overwritten.
package com.stripe;

// event-notification-class-imports: The beginning of the section generated from our OpenAPI spec
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// File copied from our code generator; changes here will be overwritten.
package com.stripe;

import com.stripe.model.v2.core.EventNotification;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// File copied from our code generator; changes here will be overwritten.
package com.stripe;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// File copied from our code generator; changes here will be overwritten.
package com.stripe.examples;

import com.stripe.StripeClient;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// File copied from our code generator; changes here will be overwritten.
package com.stripe;

import static org.junit.jupiter.api.Assertions.assertEquals;
Expand Down
Loading