taxjar/taxjar-magento2-extension

Transaction backfill invalid date argument names

Closed this issue · 0 comments

Prerequisites

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

  1. 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