mirror of
https://github.com/documenso/documenso.git
synced 2026-07-04 10:04:56 +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`