mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
Currently Stripe prices search is omitting a price for an unknown reason. Changed our fetch logic to use `list` instead of `search` allows us to work around the issue. It's unknown on the performance impact of using `list` vs `search`