Skip to content

Commit

Permalink
Add receipt_url to the return charge data. (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
zgohr authored and snewcomer committed Mar 6, 2019
1 parent 2d037d3 commit 8c091d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/stripe/core_resources/charge.ex
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ defmodule Stripe.Charge do
paid: boolean,
receipt_email: String.t() | nil,
receipt_number: String.t() | nil,
receipt_url: String.t() | nil,
refunded: boolean,
refunds: Stripe.List.t(Stripe.Refund.t()),
review: Stripe.id() | Stripe.Review.t() | nil,
Expand Down Expand Up @@ -118,6 +119,7 @@ defmodule Stripe.Charge do
:paid,
:receipt_email,
:receipt_number,
:receipt_url,
:refunded,
:refunds,
:review,
Expand Down

0 comments on commit 8c091d4

Please sign in to comment.