Ejemplo de charge on demand con Ruby on Rails utilizando Conekta gem
0
stars
0
forks
source link
Subscription with Conekta API 1.0.0 in Rails 4.1
This app is an example of how to create a Plan, Subscription using Ruby on Rails with Conekta API 1.0.0
To run you need:
- Run
bundle update
install all gems
git clone git@github.com:conekta-examples/hello-conekta-ruby-subscription
- run
rake secret
and copy to config/secrets.yml.example
and save removing .example
extension.
- Then you need to create a Conekta Developer account and copy and paste the keys to
config/secrets.yml