My Rails 4.0 app is able to charge a payment successfully when running on localhost, but the same app deployed to Heroku fails. My Stripe logs say that the 'card' field is empty. I feel that the code is legit, but that something is failing between Bootstrap, Heroku, and Stripe. I have been sure to precompile assets before pushing to Heroku. Any ideas?
Asked
Active
Viewed 191 times
0
-
Let me check your Code and get right back to you ! – Mini John Jul 01 '14 at 15:27
-
Try adding some log statements to your JavaScript code (logging to the JavaScript console) to debug. – Daniel Kehoe Jul 01 '14 at 20:11