Sha256: cea284e52a2aff50fbd18ac285aa8e65b46a9765534fe5e38527da21c0ed4a92

Contents?: true

Size: 821 Bytes

Versions: 6

Compression:

Stored size: 821 Bytes

Contents

===============================================================================

Some setup you must do manually if you haven't yet:

    1. Register your Rails application on: https://dashboard.stripe.com/register
    2. Update the stripe PUBLISHABLE_KEY in "config/initializers/stripe.rb"
       For example:

       Stripe.api_key = ENV['STRIPE_SECRET_KEY']

    3. Update stripe PUBLISHABLE_KEY in the "views/stripe/checkouts/create.js.erb"
       For example:

       var stripe = Stripe(ENV["STRIPE_PUBLISHABLE_KEY"]);

    4. Update "controllers/stripe/checkouts_controller.rb" with stripe checkout
       line_items, success and failure callback URLs.

    5. Go to: http://localhost:3000/stripe/checkout and try the checkout flow.

===============================================================================

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
boring_generators-0.15.0 lib/generators/boring/payments/stripe/install/templates/README
boring_generators-0.14.0 lib/generators/boring/payments/stripe/install/templates/README
boring_generators-0.13.0 lib/generators/boring/payments/stripe/install/templates/README
boring_generators-0.12.0 lib/generators/boring/payments/stripe/install/templates/README
boring_generators-0.11.0 lib/generators/boring/payments/stripe/install/templates/README
boring_generators-0.10.0 lib/generators/boring/payments/stripe/install/templates/README