| Total Complexity | 2 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class PaymentAppWidgetConfig extends SprykerPaymentAppWidgetConfig |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var list<string> |
||
| 20 | */ |
||
| 21 | protected const CHECKOUT_STEPS_TO_SKIP_IN_EXPRESS_CHECKOUT_WORKFLOW = [ |
||
| 22 | 'address', |
||
| 23 | 'shipment', |
||
| 24 | 'payment', |
||
| 25 | ]; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @return list<string> |
||
| 29 | */ |
||
| 30 | public function getQuoteFieldsToCleanInExpressCheckoutWorkflow(): array |
||
| 39 | ]; |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @return string |
||
| 44 | */ |
||
| 45 | public function getExpressCheckoutStartPageRouteName(): string |
||
| 50 |