@@ -8,13 +8,9 @@ |
||
8 | 8 | use LauLamanApps\IzettleApi\API\Product\Discount; |
9 | 9 | use LauLamanApps\IzettleApi\API\Product\Library; |
10 | 10 | use LauLamanApps\IzettleApi\API\Product\Product; |
11 | -use LauLamanApps\IzettleApi\Client\Product\CategoryBuilder; |
|
12 | 11 | use LauLamanApps\IzettleApi\Client\Product\CategoryBuilderInterface; |
13 | -use LauLamanApps\IzettleApi\Client\Product\DiscountBuilder; |
|
14 | 12 | use LauLamanApps\IzettleApi\Client\Product\DiscountBuilderInterface; |
15 | -use LauLamanApps\IzettleApi\Client\Product\LibraryBuilder; |
|
16 | 13 | use LauLamanApps\IzettleApi\Client\Product\LibraryBuilderInterface; |
17 | -use LauLamanApps\IzettleApi\Client\Product\ProductBuilder; |
|
18 | 14 | use LauLamanApps\IzettleApi\Client\Product\ProductBuilderInterface; |
19 | 15 | use LauLamanApps\IzettleApi\IzettleClientInterface; |
20 | 16 | use Ramsey\Uuid\UuidInterface; |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use DateTime; |
8 | 8 | use LauLamanApps\IzettleApi\API\Purchase\Coordinates; |
9 | 9 | use LauLamanApps\IzettleApi\API\Purchase\Purchase; |
10 | -use LauLamanApps\IzettleApi\API\Purchase\PurchaseHistory; |
|
11 | 10 | use LauLamanApps\IzettleApi\API\Purchase\User; |
12 | 11 | use Money\Currency; |
13 | 12 | use Money\Money; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace LauLamanApps\IzettleApi\Client\Purchase; |
6 | 6 | |
7 | 7 | use LauLamanApps\IzettleApi\API\Purchase\PurchaseHistory; |
8 | -use Psr\Http\Message\ResponseInterface; |
|
9 | 8 | |
10 | 9 | final class PurchaseHistoryBuilder implements PurchaseHistoryBuilderInterface |
11 | 10 | { |