Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | public function getData(): array |
||
19 | { |
||
20 | return [ |
||
21 | 'ContractProfileId' => $this->getContractProfileId(), |
||
22 | 'AmountInCents' => $this->getAmountInteger(), |
||
23 | 'CurrencyCode' => $this->getCurrencyCode(), |
||
24 | 'Reference' => $this->getTransactionId(), |
||
25 | 'Timestamp' => $this->getTimestamp(), |
||
26 | ]; |
||
51 |