Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hzargar2 committed Sep 5, 2023
1 parent a9bd65b commit bcdef4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/product_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impl<'a> ProductSearchParams<'a> {
impl Product {
/// Searches for a product.
///
/// For more details see <https://stripe.com/docs/api/prices/search>.
/// For more details see <https://stripe.com/docs/api/products/search>.
pub fn search(client: &Client, params: ProductSearchParams) -> Response<SearchList<Product>> {
client.get_query("/products/search", params)
}
Expand Down

0 comments on commit bcdef4f

Please sign in to comment.