Skip to content

Commit

Permalink
PHP compatibility issue. see taxjar#366
Browse files Browse the repository at this point in the history
  • Loading branch information
ckshen8 authored Dec 5, 2024
1 parent ece4727 commit fb5f494
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Model/Import/Rate.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ class Rate
* @var \Magento\Tax\Model\Calculation\Rule
*/
protected $rule;

/**
* Array
*/
protected $apikey;

/**
* @param CacheInterface $cache
Expand Down
5 changes: 5 additions & 0 deletions Model/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ class Transaction
protected $taxjarConfig;

/**
* Array
*/
protected $_calculationFactory;

/**
* @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
* @param \Taxjar\SalesTax\Model\ClientFactory $clientFactory
* @param \Magento\Catalog\Model\ProductRepository $productRepository
Expand Down

0 comments on commit fb5f494

Please sign in to comment.