Skip to content

Conversation

@yulia-burykina
Copy link

No description provided.

return Number().load(self.request(NUMBER_PATH + '/' + str(number), 'PATCH', params, VOICE_TYPE))

def delete_number(self, number):
self.request(NUMBER_PATH + '/' + str(number), 'DELETE', None, VOICE_TYPE)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be NUMBER_TYPE

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, thank you very much!

@@ -0,0 +1,59 @@
#!/usr/bin/env python

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe rename this file to number_view_purchased or something like this

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@marcelcorso marcelcorso merged commit af22005 into messagebird:master Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants