epicodus/epicenter

View on GitHub
app/assets/javascripts/stripe_key.js.erb

Summary

Maintainability
Test Coverage
Stripe.setPublishableKey("<%= ENV['STRIPE_PUBLIC_KEY'] %>");
Stripe.key // this is a hack that magically makes bank_accounts_pages:25 and 36 pass