pay-rails / pay

Payments for Ruby on Rails apps
https://github.com/pay-rails/pay
MIT License
1.98k stars 316 forks source link

Enhance Stripe billing portal documentation adding return_url option #1092

Closed Mth0158 closed 1 month ago

Mth0158 commented 1 month ago

Pull Request

Summary: I wanted to customize the return url used by Stripe checkout UI:

image

Related Issue: N/A

Description: The gem allows it, but it's not documented, hence my PR. https://github.com/pay-rails/pay/blob/33b8c2e9606dac1ff6c78c2e5bd6ce6f7b2a9b0f/app/models/pay/stripe/customer.rb#L226

Testing: N/A

Screenshots (if applicable): N/A

Checklist:

Additional Notes: N/A