mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-10 00:02:25 -04:00
When additional filters were provided for pagination like an expansion or a predicate, they would not propagate to any call after the first. This patch addresses that issue by storing all filters and moving them to any new page objects being created. Fixes #331.