| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class PaymentAppShipmentConfig extends SprykerPaymentAppShipmentConfig |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var array<string, string> |
||
| 19 | */ |
||
| 20 | protected const EXPRESS_CHECKOUT_SHIPMENT_METHODS_INDEXED_BY_PAYMENT_METHOD = [ |
||
| 21 | 'payone-paypal-express' => 'spryker_dummy_shipment-standard', |
||
| 22 | ]; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return list<string> |
||
| 26 | */ |
||
| 27 | public function getShipmentItemCollectionFieldNames(): array |
||
| 34 |