Skip to content

Commit

Permalink
Add necessary fields to thin_event
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Oct 1, 2024
1 parent a450f6e commit a49ac73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/stripe/thin_event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ def initialize(event_payload = {})
@type = event_payload[:type]
@created = event_payload[:created]
@context = event_payload[:context]
@livemode = event_payload[:livemode]
@related_object = event_payload[:related_object]
@reason = event_payload[:reason]
end
end
end

0 comments on commit a49ac73

Please sign in to comment.