Skip to content

Remove checksum argument from orders.download_order() #856

Closed
@kevinlacaille

Description

@kevinlacaille

orders.download_order() has a checksum argument, which is never used, which may be misleading to a user if they mark checksum=True.

  • In the SDK, the checksum is done in a separate call (e.g., orders.download_order() then orders.validate_checksum()).
  • In the CLI, the checksum is just a flag baked into the CLI's functionality.

To do: Remove checksum argument from orders.download_order() to avoid confusion.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions