| Total Complexity | 1 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class PaymentAppWidgetConfig extends SprykerPaymentAppWidgetConfig |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var list<string> |
||
| 18 | */ |
||
| 19 | protected const CHECKOUT_STEPS_TO_SKIP_IN_EXPRESS_CHECKOUT_WORKFLOW = [ |
||
| 20 | 'address', |
||
| 21 | 'shipment', |
||
| 22 | 'payment', |
||
| 23 | ]; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @var list<string> |
||
| 27 | */ |
||
| 28 | protected const QUOTE_FIELDS_TO_CLEAN_IN_EXPRESS_CHECKOUT_WORKFLOW = [ |
||
| 29 | QuoteTransfer::PAYMENT, |
||
| 30 | QuoteTransfer::PAYMENTS, |
||
| 31 | QuoteTransfer::SHIPMENT, |
||
| 32 | QuoteTransfer::BILLING_ADDRESS, |
||
| 33 | QuoteTransfer::SHIPPING_ADDRESS, |
||
| 34 | QuoteTransfer::PRE_ORDER_PAYMENT_DATA, |
||
| 35 | ]; |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @return string |
||
| 39 | */ |
||
| 40 | public function getExpressCheckoutStartPageRouteName(): string |
||
| 45 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths