- #1362 API Updates
- Add support for
login_page
on BillingPortal.Configuration
- #1360 Add test coverage using Coveralls
- #1361 fix: Fix type hints for error objects.
- Update
Invoice.last_finalization_error
, PaymentIntent.last_payment_error
, SetupAttempt.setup_error
and SetupIntent.setup_error
type to be StripeObject
.
- Addresses #1353. The library today does not actually return a
ErrorObject
for these fields, so the type annotation was incorrect.
- #1356 Add beta readme.md section
See the changelog for more details.