Vincent Gobi Huang

Results 3 comments of Vincent Gobi Huang

hello I found how to upgrade to v3, class-wc-api-client.php line 164 :v2->v3 class-wc-api-client-authentication.php line 104: $this->consumer_secret . '&'

public function generate_oauth_signature( $params, $http_method ) { return base64_encode( hash_hmac( self::HASH_ALGORITHM, $string_to_sign, $this->consumer_secret . '&', true ) ); after you update these you need to write other code for new...

yes I got an authentication error so I added & I coded with product bulk because I need to update lots of stock give you my code, for ref separate...