Completed
Push — develop ( d04237...676fe2 )
by Jens
20:02
created
src/Core/Model/Message/PaymentStatusInterfaceCodeSetMessage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 use Commercetools\Core\Model\Common\DateTimeDecorator;
9 9
 use Commercetools\Core\Model\Common\Reference;
10
-use Commercetools\Core\Model\Payment\Transaction;
11 10
 use DateTime;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
src/Core/Model/Payment/PaymentDraft.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@
 block discarded – undo
9 9
 use Commercetools\Core\Model\Customer\CustomerReference;
10 10
 use Commercetools\Core\Model\Common\Money;
11 11
 use Commercetools\Core\Model\Common\DateTimeDecorator;
12
-use Commercetools\Core\Model\CustomField\CustomFieldObject;
13
-use Commercetools\Core\Model\CustomField\CustomFieldObjectCollection;
14 12
 use Commercetools\Core\Model\CustomField\CustomFieldObjectDraft;
15 13
 use Commercetools\Core\Model\CustomField\CustomFieldObjectDraftCollection;
16 14
 use DateTime;
Please login to merge, or discard this patch.