module UserUpgradesHelper def stripe_button(desc, cost) html = %{
#{hidden_field_tag(:desc, desc)}
} raw(html) end end