| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class CheckoutPageConfig extends SprykerCheckoutPageConfig |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @return array<string> |
||
| 18 | */ |
||
| 19 | public function getLocalizedTermsAndConditionsPageLinks(): array |
||
| 20 | { |
||
| 21 | return [ |
||
| 22 | 'en_US' => '/en/gtc', |
||
| 23 | 'de_DE' => '/de/agb', |
||
| 24 | ]; |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @return list<string> |
||
| 29 | */ |
||
| 30 | public function getExcludedPaymentMethodKeys(): array |
||
| 34 | ]; |
||
| 35 | } |
||
| 37 |