Total Complexity | 2 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class TransactionCollection extends AbstractTransactionCollection implements TransactionCollectionInterface |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * @var \SprykerEco\Zed\Amazonpay\Business\Converter\AmazonpayConverterInterface |
||
18 | */ |
||
19 | protected $converter; |
||
20 | |||
21 | /** |
||
22 | * @param \SprykerEco\Zed\Amazonpay\Business\Payment\Handler\Transaction\AmazonpayTransactionInterface[] $transactionHandlers |
||
23 | * @param \SprykerEco\Zed\Amazonpay\Business\Converter\AmazonpayConverterInterface $converter |
||
24 | */ |
||
25 | public function __construct( |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * @param \Generated\Shared\Transfer\QuoteTransfer $quoteTransfer |
||
36 | * |
||
37 | * @return \Generated\Shared\Transfer\QuoteTransfer |
||
38 | */ |
||
39 | public function execute(QuoteTransfer $quoteTransfer) |
||
49 |