@@ -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 | { |