square-python-sdk icon indicating copy to clipboard operation
square-python-sdk copied to clipboard

Update python sdk examples to use new method names

Open danielhelfand opened this issue 4 years ago • 0 comments

  • customers_api.delete -> customers_api.delete_customer
  • result.success -> result.is_success
  • result.error -> result.is_error
  • customers_api.list() -> customers_api.list_customers()

danielhelfand avatar Sep 30 '21 22:09 danielhelfand