Class: RogIQ::Commands::BillingStripe

Inherits:
Base
  • Object
show all
Defined in:
lib/rogiq/commands/billing_stripe.rb

Instance Method Summary collapse

Instance Method Details

#syncObject



7
8
9
10
11
12
# File 'lib/rogiq/commands/billing_stripe.rb', line 7

def sync
  RogIQ.load_rails!
  Rails.application.load_tasks
  Rake::Task["stripe:ensure_subscription_prices"].invoke
  fmt.success("stripe:ensure_subscription_prices complete.")
end