Skip to content

Commit

Permalink
Removed quantity getter in Stripe::Subscription (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarronnier authored May 27, 2021
1 parent 2ddc6d4 commit 7545f69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stripe/objects/core/subscription.cr
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class Stripe::Subscription
getter livemode : Bool?
getter latest_invoice : String? | Stripe::Invoice?
getter pending_setup_intent : String? | Stripe::SetupIntent?
getter quantity : Int32
getter schedule : String?

getter plan : Stripe::Plan?
Expand Down

0 comments on commit 7545f69

Please sign in to comment.