Skip to content

Commit

Permalink
Merge pull request #140 from astoundcommerce/feature/AVASUP-1196-addi…
Browse files Browse the repository at this point in the history
…tional-enhancements

Feature/avasup 1196 additional enhancements
  • Loading branch information
marynychsv authored May 4, 2022
2 parents f483a51 + 66a98f6 commit 86df17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Helper/AvaTaxClientWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ protected function executeRequest($verb, $apiUrl, $guzzleParams)
/**
* {@inheritDoc}
*/
protected function restCall($apiUrl, $verb, $guzzleParams, $apiversion = '')
protected function restCall($apiUrl, $verb, $guzzleParams, $apiversion = '', $headerParams = null)
{
if (!\is_array($guzzleParams)) {
$guzzleParams = [];
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "avalara/avatax-magento",
"type": "magento2-module",
"version": "2.2.10-alpha3",
"version": "2.2.10-alpha4",
"license": "OSL-3.0",
"description": "Magento module for Avalara's AvaTax suite of business tax calculation and processing services. Uses the AvaTax REST v2 API.",
"require": {
Expand Down

0 comments on commit 86df17c

Please sign in to comment.