nasa8x / printify-api

Printify's REST API allows your application to manage a Printify shop on behalf of a Printify Merchant. Create products, submit orders, and more...
https://morioh.com/topic/node-js
MIT License
35 stars 10 forks source link

Update product.js #19

Open hadbits opened 1 year ago

hadbits commented 1 year ago

data was not being passed to the update endpoint. Added it to the end.

hadbits commented 1 year ago

Hey thanks for this library. Just a small help on my end. The data parameter for the update method was not being passed in the product module. I added it.