Skip to content

Commit

Permalink
Minor Coding Standards updates
Browse files Browse the repository at this point in the history
Reviewed unnecessary use statements
Updated composer module dependencies
  • Loading branch information
gwharton committed Sep 9, 2024
1 parent ee1b9ff commit 9a40858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Model/TaxScheme.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?php

namespace Gw\AutoCustomerGroupAustralia\Model;

use Exception;
use GuzzleHttp\Exception\BadResponseException;
use Gw\AutoCustomerGroup\Api\Data\TaxIdCheckResponseInterface;
use Gw\AutoCustomerGroup\Api\Data\TaxIdCheckResponseInterfaceFactory;
use Gw\AutoCustomerGroup\Api\Data\TaxSchemeInterface;
use Magento\Directory\Model\Currency;
use Magento\Directory\Model\CurrencyFactory;
use Magento\Framework\App\Config\ScopeConfigInterface;
use Magento\Framework\Webapi\Rest\Request;
use Magento\Quote\Model\Quote;
use Magento\Store\Model\Information as StoreInformation;
use Magento\Store\Model\ScopeInterface;
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"ext-soap": "*",
"gwharton/module-autocustomergroup": "*",
"magento/framework": "*",
"magento/module-catalog": "*",
"magento/module-directory": "*",
"magento/module-quote": "*",
"magento/module-store": "*",
"psr/log": "*"
Expand Down

0 comments on commit 9a40858

Please sign in to comment.