Top "Stripe-payments" questions

Stripe-payments refers to the libraries and API produced by the "Stripe" company for payment processing.

How to write integration tests for Stripe checkout on Rails?

I've hit the wall trying to write an integration test for Stripe's checkout.js [ https://checkout.stripe.com/checkout.js ] …

ruby-on-rails ruby-on-rails-3 testing capybara stripe-payments
Un-canceling a Stripe subscription

Suppose a user wants to cancel their subscription, so I issue a command like this: stripe_subscription.delete(at_period_…

stripe-payments