| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 41 | public function getCreateData() |
||
| 42 | { |
||
| 43 | return [ |
||
| 44 | 'name' => $this->name, |
||
| 45 | 'email' => $this->email, |
||
| 46 | 'description' => $this->description, |
||
| 47 | 'type' => $this->type, |
||
| 48 | 'tax_id' => $this->taxId, |
||
| 49 | 'bank_account' => $this->bankAccount, |
||
| 50 | 'metadata' => $this->metadata, |
||
| 51 | ]; |
||
| 52 | } |
||
| 53 | |||
| 62 |