Skip to content

Commit

Permalink
Remove unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
VuorelaJ-P committed Mar 30, 2023
1 parent 9e50eaf commit 4e51a37
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/Request/AbstractPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
use Paytrail\SDK\Interfaces\CustomerInterface;
use Paytrail\SDK\Interfaces\ItemInterface;
use Paytrail\SDK\Interfaces\PaymentRequestInterface;
use Paytrail\SDK\Model\Address;
use Paytrail\SDK\Model\CallbackUrl;
use Paytrail\SDK\Model\Customer;
use Paytrail\SDK\Model\Item;
use Paytrail\SDK\Util\JsonSerializable;

Expand Down
3 changes: 0 additions & 3 deletions src/Request/ReportBySettlementRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
namespace Paytrail\SDK\Request;

use Paytrail\SDK\Exception\ValidationException;
use Paytrail\SDK\Util\ObjectPropertyConverter;

class ReportBySettlementRequest implements \JsonSerializable
{
use ObjectPropertyConverter;

protected $requestType;
protected $callbackUrl;
protected $reportFields;
Expand Down
3 changes: 0 additions & 3 deletions src/Request/ReportRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
namespace Paytrail\SDK\Request;

use Paytrail\SDK\Exception\ValidationException;
use Paytrail\SDK\Util\ObjectPropertyConverter;

class ReportRequest implements \JsonSerializable
{
use ObjectPropertyConverter;

public const PAYMENT_STATUSES = [
'default',
'paid',
Expand Down

0 comments on commit 4e51a37

Please sign in to comment.