| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 22 | 3 | public function toArray(): array |
|
| 23 | { |
||
| 24 | return [ |
||
| 25 | 3 | 'auto_bill_outstanding' => $this->autoBillOutstanding, |
|
| 26 | 3 | 'setup_fee' => $this->setupFee->toArray(), |
|
| 27 | 3 | 'setup_fee_failure_action' => $this->setupFeeFailureAction, |
|
| 28 | 3 | 'payment_failure_threshold' => $this->paymentFailureThreshold |
|
| 29 | ]; |
||
| 32 |