Open dwisiswant0 opened 9 months ago
This commit introduces breaking changes to the Product struct & NewProduct func:
Product
NewProduct
VerifyWithContext
Fix #33
This commit introduces breaking changes to the
Product
struct &NewProduct
func:Product
struct.Product
struct as replacement for Product field.NewProduct
function to accept & use product ID instead of the product permalink^1.VerifyWithContext
method to use product_id^1 parameter instead of product_permalink in the API req body.Fix #33