Skip to content
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

Add support for the Session resource and APIs on the BillingPortal namespace #920

Merged
merged 2 commits into from
Apr 22, 2020

Conversation

remi-stripe
Copy link
Contributor

r? @richardm-stripe
cc @stripe/api-libraries

@@ -57,6 +57,7 @@ public static function convertToStripeObject($resp, $opts)
\Stripe\Balance::OBJECT_NAME => \Stripe\Balance::class,
\Stripe\BalanceTransaction::OBJECT_NAME => \Stripe\BalanceTransaction::class,
\Stripe\BankAccount::OBJECT_NAME => \Stripe\BankAccount::class,
\Stripe\BillingPortal\Session::OBJECT_NAME => \Stripe\BillingPortal\Session::class,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flagging this wasn't codegen-ed yet and I had to manually fix it and we should prioritize. I would have missed it if I had not added tests.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

@remi-stripe remi-stripe force-pushed the remi/codegen-824d494 branch from a13dc80 to 7d784d4 Compare April 22, 2020 17:59
@remi-stripe remi-stripe merged commit b9c11d9 into master Apr 22, 2020
@remi-stripe remi-stripe deleted the remi/codegen-824d494 branch April 22, 2020 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants