aaronflorey / laravel-shopify

MIT License
10 stars 14 forks source link

The client should no longer handle the 201 status code as an error #5

Open bogdanghervan opened 8 years ago

bogdanghervan commented 8 years ago

The makeRequest method should no longer error out on 201 Created. The Shopify API returns this status code when an entity is created. Here's an example: https://help.shopify.com/api/reference/product#create