Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hzargar2 committed Aug 1, 2023
1 parent 12de0c1 commit b54a4e5
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 b54a4e5

Please sign in to comment.