2019-08-27 16:28:35 +10:00

11 lines
214 B
Ruby

# This is for building http responses with Fabricate
# Usage: Fabricate(:customer).to_json
# See: https://stripe.com/docs/api
module DiscourseDonations
class StripeResponse
attr_accessor :to_json
end
end