Closed weikenchoo closed 5 years ago
When trying to add a product to Shopee, got this response. Problem solved after changing attribute_id to attributes_id
Thank you. The getAttributeId() also needs to be changed to plural too. ;)
https://github.com/minchao/shopee-php/blob/0bd0d071ebab738ce5fbc597689248f9d0707248/src/Nodes/Item/Parameters/Attribute.php#L11
Thank you. The getAttributeId() also needs to be changed to plural too. ;) https://github.com/minchao/shopee-php/blob/0bd0d071ebab738ce5fbc597689248f9d0707248/src/Nodes/Item/Parameters/Attribute.php#L11
Done.
When trying to add a product to Shopee, got this response. Problem solved after changing attribute_id to attributes_id