Remove profile argument from create_product API method

This commit is contained in:
Bob Silverberg 2013-04-08 11:42:29 -04:00
Родитель 48f6b77bef
Коммит f85a1949bc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -53,7 +53,7 @@ class MoztrapAPI:
id, response.status_code, response.text)
return False
def create_product(self, product, profile=None):
def create_product(self, product):
uri = "api/v1/product/"
post_data = {