square-python-sdk
square-python-sdk copied to clipboard
Update python sdk examples to use new method names
- customers_api.delete -> customers_api.delete_customer
- result.success -> result.is_success
- result.error -> result.is_error
- customers_api.list() -> customers_api.list_customers()