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