-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Updates #1187
API Updates #1187
Conversation
d8660b2
to
6ad8b31
Compare
@Getter | ||
@Setter | ||
@EqualsAndHashCode(callSuper = false) | ||
public static class SubscriptionUpdateProduct extends StripeObject { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one should be named Product
so the client_metadata internally is wrong
import org.junit.jupiter.api.Test; | ||
|
||
public class ConfigurationTest extends BaseStripeTest { | ||
public static final String SESSION_ID = "bps_123"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bpc_123
@@ -0,0 +1,40 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We shouldn't add this. stripe-mock should have the right fixtures instead so we should remove and fix the test above
src/test/java/com/stripe/functional/billingportal/ConfigurationTest.java
Outdated
Show resolved
Hide resolved
r? @remi-stripe
|
Codegen for openapi 403fdb8.
r? @richardm-stripe
cc @stripe/api-libraries
Changelog
BillingPortal.Configuration
configuration
andon_behalf_of
onSession#create
andBillingPortal.Session
WebhookEndpoint#create.enabled_events[]
andWebhookEndpoint#update.enabled_events[]
added new enum members:billing_portal.configuration.created and billing_portal.configuration.updated