| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | protected function attachData(RequestInterface $request) |
||
| 36 | { |
||
| 37 | if ($this->includeStatistics) { |
||
| 38 | $request->addData('includeStatistics', $this->includeStatistics); |
||
| 39 | } |
||
| 40 | $request->addData('firstSettlementDate', $this->firstSettlementDate); |
||
| 41 | $request->addData('lastSettlementDate', $this->lastSettlementDate); |
||
| 42 | } |
||
| 43 | } |
||
| 44 |