- #1362 API Updates
- Add support for
login_page
onBillingPortal.Configuration
- Add support for
- #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
andSetupIntent.setup_error
type to beStripeObject
.- Addresses #1353. The library today does not actually return a
ErrorObject
for these fields, so the type annotation was incorrect.
- Addresses #1353. The library today does not actually return a
- Update
- #1356 Add beta readme.md section