Transaction backfill invalid date argument names
Closed this issue · 0 comments
sethobey commented
Prerequisites
- Are you running the latest version of our extension?
- Have you reviewed our integration guide?
- Did you search through existing issues?
Description
When running transaction backfill command with optional from or to date parameters, the values are not properly retrieved downstream, causing input to be ignored and current date being used instead.
Steps to Reproduce
bin/magento taxjar:transactions:sync YYYY-MM-DD YYYY-MM-DD
Expected Result
CLI output shows YYYY-MM-DD values entered in CLI command.
Actual Result
CLI output shows current date as from/to values instead of YYYY-MM-DD values.
Versions
- Magento 2.4
- Magento 2.3
- Magento Open Source (CE)
- Magento Commerce (EE)
- Magento B2B
- Magento Cloud
- PHP 7.4
- PHP 7.3