Skip to content

Instantly share code, notes, and snippets.

@rwillig
Created March 11, 2015 20:41
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 rwillig/20b411f15c6deb3c69ad to your computer and use it in GitHub Desktop.
Save rwillig/20b411f15c6deb3c69ad to your computer and use it in GitHub Desktop.
(defn stripe-init! []
(do
(.setPublishableKey js/Stripe @stripe-pub-key)
(reset! stripe-ready? true)))
(defn ensure-stripe []
(.getScript js/jQuery stripe-url #(stripe-init!)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment