Skip to content

Commit

Permalink
Add tax_rate to converter
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvanvliet committed May 8, 2019
1 parent 95eff1c commit ac93197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/stripe/converter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ defmodule Stripe.Converter do
source
subscription
subscription_item
tax_rate
transfer
transfer_reversal
token
Expand Down
4 changes: 2 additions & 2 deletions lib/stripe/subscriptions/tax_rate.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ defmodule Stripe.TaxRate do
active: boolean,
created: Stripe.timestamp(),
description: String.t() | nil,
display_name: String.t() | nil,
display_name: String.t(),
inclusive: boolean,
jurisdiction: String.t() | nil,
livemode: boolean,
metadata: Stripe.Types.metadata(),
percentage: number | nil
percentage: number
}

defstruct [
Expand Down

0 comments on commit ac93197

Please sign in to comment.