| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 47 | public function getConfig(): array |
||
| 48 | { |
||
| 49 | return [ |
||
| 50 | 'theme_full_checkout_enable' => $this->config->isEnabled(), |
||
| 51 | 'move_address_billing' => $this->config->isMoveAddressBilling(), |
||
| 52 | 'logo_src' => $this->logo->getLogoSrc(), |
||
| 53 | 'logo_width' => $this->logo->getLogoWidth(), |
||
| 54 | 'logo_height' => $this->logo->getLogoHeight(), |
||
| 55 | 'logo_alt' => $this->logo->getLogoAlt(), |
||
| 56 | ]; |
||
| 59 |