Source: show
# File app/actions/action/billing/charge.rb, line 213 def initialize @id = SecureRandom.uuid @status = "succeeded" @amount = 0 @object = "payment_intent" end