Willie
Results
1
comments of
Willie
Have you tried adding 'follow_redirects'? ``` $options = [ 'wp_api' => true, 'version' => 'wc/v3', 'verify_ssl' => false, 'timeout' => 180, 'follow_redirects' => true, ]; $client = new Client($url, $consumerKey,...