Skip to content

Remove deprecated plans#55

Merged
confact merged 2 commits intoconfact:masterfrom
atlantis:remove_deprecated_plans
Jan 7, 2023
Merged

Remove deprecated plans#55
confact merged 2 commits intoconfact:masterfrom
atlantis:remove_deprecated_plans

Conversation

@atlantis
Copy link
Contributor

Plans have been deprecated in favor of Prices (ref https://stripe.com/docs/api/plans), and trying to parse Plans is causing errors for me:

app_1            | Exception: Expected BeginObject but was BeginArray at line 53, column 13
app_1            |   parsing Stripe::Plan#tiers at line 52, column 11
app_1            |   parsing Stripe::Subscription::Item#plan at line 36, column 9
app_1            |   parsing Stripe::List(Stripe::Subscription::Item)#data at line 29, column 5
app_1            |   parsing Stripe::Subscription#items at line 27, column 3 (JSON::SerializableError)

@confact
Copy link
Owner

confact commented Jan 7, 2023

Thanks!

@confact confact merged commit 8a6775d into confact:master Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants