Skip to content

Instantly share code, notes, and snippets.

Created August 10, 2015 20:57
Show Gist options
  • Save anonymous/b075c69694e3a0afdfc7 to your computer and use it in GitHub Desktop.
Save anonymous/b075c69694e3a0afdfc7 to your computer and use it in GitHub Desktop.
<% if @test["uid"] == "" %>
<h4>To be able to accept payments, <a href="https://connect.stripe.com/oauth/authorize?response_type=code&client_id=ca_5jCbETgyccr8GZURK0w57l5wQplxsfr4&scope=read_write">Connect with Stripe</a></h4>
<% else %>
<%= link_to "Deauthorize Stripe Account From Application", :controller => "login", :action => 'deauthorize' %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment