mirror of
https://github.com/documenso/documenso.git
synced 2026-07-03 09:40:43 +10:00
255c33cdab
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`