Closed amandasaffer closed 6 years ago
@joshrps Please accept this? Issue discussed here: https://github.com/joshrps/laravel-shopify-API-wrapper/issues/33
@joshrps Can you accept this issue? It do solve the reported problem.
src/RocketCode/Shopify/API.php
has yet to contain a default header of Content-Length: 0
.
This mostly occurs on empty POST requests, like on:
order/[order_id]/fulfilments/[fulfilment_id]/complete.json
To prevent Shopify from throwing 411 Length Required error.