Skip to content

Commit 68f8174

Browse files
committed
update
1 parent 9ff2ca1 commit 68f8174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickbooks/mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def send(self, send_to="", qb=None):
104104
if not qb:
105105
qb = QuickBooks()
106106

107-
end_point = "{0}/{1}/send".format(self.qbo_object_name, self.Id)
107+
end_point = "{0}/{1}/send".format(str(self.qbo_object_name).lower(), self.Id)
108108

109109
if send_to:
110110
end_point = "{0}?sendTo={1}".format(end_point, send_to)

0 commit comments

Comments
 (0)