nsweeting/shopify

Using fixtures when searching via query params

johnmosesman opened this issue · 1 comments

Is there support for using the fixture files when searching via query parameters? If so what is the file format name, or does it look inside the fixture data?

Ex: Shopify.session |> Shopify.Order.all(%{order_number: 1024, status: "any"})

Hi there. The mock adapter does not have a query params support yet, however I just implemented a basic support in this pull request.