Skip to content

Instantly share code, notes, and snippets.

@jsierles
Created February 20, 2020 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsierles/aaabeb8369cac69d3b60f6b97677ec3f to your computer and use it in GitHub Desktop.
Save jsierles/aaabeb8369cac69d3b60f6b97677ec3f to your computer and use it in GitHub Desktop.
current_subscription_phase = stripe_schedule.phases.first
stripe_schedule.save(
phases: [
current_subscription_phase,
{
start_date: current_subscription_phase.end_date,
plans: [
{ plan: target_plan.code }
]
}
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment