for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the Spryker Commerce OS.
* For full license information, please view the LICENSE file that was distributed with this source code.
*/
declare(strict_types = 1);
namespace Pyz\Zed\PaymentAppShipment;
use Generated\Shared\Transfer\QuoteTransfer;
use Spryker\Zed\PaymentAppShipment\PaymentAppShipmentConfig as SprykerPaymentAppShipmentConfig;
class PaymentAppShipmentConfig extends SprykerPaymentAppShipmentConfig
{
* @var array<string, string>
protected const EXPRESS_CHECKOUT_SHIPMENT_METHODS_INDEXED_BY_PAYMENT_METHOD = [
'payone-paypal-express' => 'spryker_dummy_shipment-standard',
];
* @return list<string>
public function getShipmentItemCollectionFieldNames(): array
return [
return array(Generated\S...Transfer::BUNDLE_ITEMS)
array
Pyz\Zed\PaymentAppShipment\list
QuoteTransfer::BUNDLE_ITEMS,
}