Skip to content

Commit

Permalink
removed functions.php require from sdk.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtoms committed Nov 22, 2021
1 parent 4206513 commit 9286bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
use DTS\eBaySDK\Trading\Services;
use DTS\eBaySDK\Trading\TradingService;

require_once 'functions.php';
require_once 'Trading/Services/TradingService.php';
// require_once 'functions.php';
// require_once 'Trading/Services/TradingService.php';
require_once 'Trading/Types/EBayCollectAndRemitTaxesType.php';


Expand Down

0 comments on commit 9286bf1

Please sign in to comment.