diff --git a/src/Pyz/Zed/SalesPaymentMerchant/SalesPaymentMerchantConfig.php b/src/Pyz/Zed/SalesPaymentMerchant/SalesPaymentMerchantConfig.php index b011e2d35..e431b52a5 100644 --- a/src/Pyz/Zed/SalesPaymentMerchant/SalesPaymentMerchantConfig.php +++ b/src/Pyz/Zed/SalesPaymentMerchant/SalesPaymentMerchantConfig.php @@ -12,6 +12,11 @@ class SalesPaymentMerchantConfig extends SprykerSalesPaymentMerchantConfig { + /** + * @var bool + */ + protected const ORDER_EXPENSE_INCLUDED_IN_PAYMENT_PROCESS = true; + /** * @var array> */