Class: WcoHosting::SubscriptionsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/wco_hosting/subscriptions_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#home

Instance Method Details

#createObject



4
5
6
7
8
9
# File 'app/controllers/wco_hosting/subscriptions_controller.rb', line 4

def create
  Stripe::Subscription.create({
    customer: 'cus_Na6dX7aXxi11N4',
    items: [{price: 'price_1MowQULkdIwHu7ixraBm864M'}],
  })
end