| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 36 | public function __construct( |
||
| 37 | CallAdapterInterface $executionAdapter, |
||
| 38 | AmazonPayConfigInterface $config, |
||
| 39 | TransactionLoggerInterface $transactionLogger |
||
| 40 | ) { |
||
| 41 | $this->executionAdapter = $executionAdapter; |
||
| 42 | $this->config = $config; |
||
| 43 | $this->transactionsLogger = $transactionLogger; |
||
| 44 | } |
||
| 46 |