square / square-python-sdk

Python client library for the Square API
https://developer.squareup.com
Other
101 stars 48 forks source link

python: catalog.create_catalog_image() name should be image_file #121

Closed netskink closed 1 year ago

netskink commented 1 year ago

Describe the bug The docs in square website and the actual json code associated with the attribute are not in agreement.

For the python API: catalog.create_catalog_image() name should be image_file. See here for more info

https://stackoverflow.com/questions/77163726/square-api-add-image-with-python-fails

zenmasterjobo commented 1 year ago

hi @netskink, I've notified our documentation team, and we will get a fix out for this as soon as we can. Thank you for reporting the issue and identifying the knowledge gap! 🙏

netskink commented 1 year ago

You are welcome