taxjar / taxjar-magento2-extension

Magento 2 Sales Tax Extension by TaxJar
http://www.taxjar.com/guides/integrations/magento2/
Open Software License 3.0
22 stars 30 forks source link

fix: Scope sales order transaction sync button #313

Closed sethobey closed 2 years ago

sethobey commented 2 years ago

Context

Bug found in previous testing that some Transaction Sync UI elements were visible while transaction sync feature was disabled for the current scope.

Description

Performance

N/A

Testing

Tested with transaction sync configuration:

[
    'default' => 1,
    'main_website' => 0,
    'secondary_website' => 1,
]
  1. Order in main website

    Screen Shot 2022-04-25 at 1 42 26 PM
  2. Order in secondary website

    Screen Shot 2022-04-25 at 1 41 33 PM

Versions