This repository was archived by the owner on Jul 15, 2020. It is now read-only.

Description
I created a simple sample piggybak app. I am trying to integrate it with stripe, but I am getting Payment stripe token can't be blank error.
I was able to successfully add all stripe keys as recommended in the README. You can have a look at the commit which integrates stripe to my application.
To reproduce the issue -
- Clone Sample Piggybak App and run it locally
- Sign-up
- Add a product with variant from rails admin
- Add product to cart and try to checkout.