SDekkers

Results 8 comments of SDekkers

I've found this error to show when trying to use the update call on a product, the root cause is the destination shop not accepting PUT requests (http 405 is...

@maab16 The key used was able to add products, but not update them.. I was able to reverse-engineer the response given by the API, which resulted in the below (did...

@maab16 Nothing special.. `Product::update($product->woocommerce_id, $data);` The PR I will add to the HTTPClient class in the `Automattic\WooCommerce` package to improve the error message when the API endpoint throws a HTTP...

Just my database, a separate modal with scraped products from a partner webshop. The issue here is that my clients webshop hasn't allowed PUT and DELETE requests on its webserver,...

As the guzzle7 PR was merged, is there any ETA on when a new release will be tagged?

> I think we can temporarily install the package from the master branch to use the merged Guzzle 7 PR. > > ```shell > composer require cloudflare/sdk:dev-master > ``` I...