pay

Payments for Ruby on Rails apps

MIT License

Downloads
818.3K
Stars
1.8K
Committers
109
pay - v6.0.2

Published by excid3 almost 2 years ago

pay - v6.0.1

Published by excid3 almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/pay-rails/pay/compare/v6.0.0...v6.0.1

pay - v6.0.0

Published by excid3 almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/pay-rails/pay/compare/v5.0.4...v6.0.0

pay - v5.0.4

Published by excid3 almost 2 years ago

What's Changed

Full Changelog: https://github.com/pay-rails/pay/compare/v5.0.3...v5.0.4

pay - v5.0.3

Published by excid3 about 2 years ago

Full Changelog: https://github.com/pay-rails/pay/compare/v5.0.2...v5.0.3

  • Fixes change_quantity for old Pay::Subscription records where subscription_items is nil and not an array. This was intended to always be backwards compatible, we just missed a safety check for nil and now that's fixed. πŸ‘ - @excid3
pay - v5.0.2

Published by excid3 about 2 years ago

What's Changed

  • Update installation doc to v5 by @bvalentino in https://github.com/pay-rails/pay/pull/677
  • Add metered_subscription_item to Pay::Subscriptions to easily retrieve the metered subscription item for Stripe subscriptions - @excid3
  • Add not_fake_processor scope to Pay::Customer - @excid3

New Contributors

Full Changelog: https://github.com/pay-rails/pay/compare/v5.0.1...v5.0.2

pay - v5.0.1

Published by excid3 about 2 years ago

Full Changelog: https://github.com/pay-rails/pay/compare/v5.0.0...v5.0.1

  • Fixes Stripe API version
pay - v5.0.0

Published by excid3 about 2 years ago

What's Changed

Full Changelog: https://github.com/pay-rails/pay/compare/v4.2.1...v5.0.0

pay - v4.0.2

Published by excid3 about 2 years ago

This release adds support for the Stripe client_reference_id to associate customers, charges, and subscriptions with a model in your Rails app automatically.

This is perfect for pairing with the new Pricing Tables that Stripe recently launched.

What's Changed

Full Changelog: https://github.com/pay-rails/pay/compare/v4.0.1...v4.0.2

pay - Initial Release (Fixed)

Published by jasoncharnes over 7 years ago

There was a dependency issue with the initial release.