| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | protected function getMinimalConfiguration(): array |
||
| 22 | { |
||
| 23 | return [ |
||
| 24 | 'gocardless_enterprise' => [ |
||
| 25 | 'baseUrl' => 'https://api-sandbox.gocardless.com/', |
||
| 26 | 'gocardlessVersion' => '2015-07-06', |
||
| 27 | 'webhook_secret' => 'BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB', |
||
| 28 | 'token' => 'CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC', |
||
| 29 | ], |
||
| 47 |