Source: show
# File app/actions/action/billing/free_stripe_order.rb, line 6 def initialize(member:, plan:) @status = "active" @object = "free" @total = 0 @sub_total = 0 @member = member @plan = plan @id = generate_id end