Tek Raj

Results 6 issues of Tek Raj

The sample data shows that signature along with data is required, { "data": {Signed Data JSON}, "signature": "Base 64 encoded signature string" } But in my purchase receipt I only...

In order to generate woo-commerce valid product, there should be taxonomy option, product_type. Without it product cannot be fetched with wc_get_product apis. Are you going to add it or we...

While creating an article, and inserting images, the editor converts the images into base64 and we need to insert all the string into database and render it as On doing...

Hello, I am trying to upload image to etsy with this package. I did the following for performing the operation. ` public async post(path: string, params: any, content: any, type:...

Hi, I was trying to re-queue message at certain conditions. As you described in doc, I tried by responding false but it did,t work. I wanted to try what you...

I tried your sdk for wall-mart integration but it failed at the very beginning. I did the dollowing thing: require_once 'vendor/autoload.php'; use Walmart\Feed; $client = new Feed([ 'consumerId' => 'MYCONSUMERKEY',...