This commit is contained in:
parent
11ed680347
commit
a1f15d6e6a
@ -245,7 +245,7 @@ class TCGPlayerAPIService:
|
|||||||
with open(output_filename, 'wb') as f:
|
with open(output_filename, 'wb') as f:
|
||||||
f.write(response.content)
|
f.write(response.content)
|
||||||
|
|
||||||
return filename
|
return output_filename
|
||||||
|
|
||||||
def get_pull_sheet_for_orders(self, order_ids: list[str]):
|
def get_pull_sheet_for_orders(self, order_ids: list[str]):
|
||||||
url = f"{self.config.ORDER_BASE_URL}/pull-sheets/export{self.config.API_VERSION}"
|
url = f"{self.config.ORDER_BASE_URL}/pull-sheets/export{self.config.API_VERSION}"
|
||||||
@ -262,7 +262,7 @@ class TCGPlayerAPIService:
|
|||||||
with open(output_filename, 'wb') as f:
|
with open(output_filename, 'wb') as f:
|
||||||
f.write(response.content)
|
f.write(response.content)
|
||||||
|
|
||||||
return filename
|
return output_filename
|
||||||
|
|
||||||
def get_address_labels_pdf(self, order_ids: list[str]):
|
def get_address_labels_pdf(self, order_ids: list[str]):
|
||||||
labels_html = []
|
labels_html = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user