monorepo-builder.php phpstan.neon.dist .bunnyshell/docker/nginx/Dockerfile .bunnyshell/docker/nginx/default.conf.template .bunnyshell/docker/php/prod/opcache.ini .bunnyshell/docker/php/prod/php.ini .bunnyshell/docker/php/entrypoints/migrations-entrypoint .bunnyshell/docker/php/entrypoints/php-entrypoint .bunnyshell/docker/php/Dockerfile .bunnyshell/docker/php/files/crontab .bunnyshell/templates/preview/bunnyshell.yaml .docker/dev/Dockerfile .docker/dev/php.ini .docker/test/Dockerfile .docker/test/php.ini phpunit.xml.dist behat.yml.dist .npmignore UPGRADE-API-2.1.md .readthedocs.yaml symfony.lock CHANGELOG-2.1.md src/Kernel.php src/Sylius/Component/Taxation/phpunit.xml.dist src/Sylius/Component/Taxation/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Taxation/LICENSE src/Sylius/Component/Taxation/README.md src/Sylius/Component/Taxation/Model/TaxCategory.php src/Sylius/Component/Taxation/Model/TaxRate.php src/Sylius/Component/Taxation/Model/TaxCategoryInterface.php src/Sylius/Component/Taxation/Model/TaxRateInterface.php src/Sylius/Component/Taxation/Model/TaxableInterface.php src/Sylius/Component/Taxation/Checker/TaxRateDateEligibilityCheckerInterface.php src/Sylius/Component/Taxation/Checker/TaxRateDateEligibilityChecker.php src/Sylius/Component/Taxation/Calculator/DefaultCalculator.php src/Sylius/Component/Taxation/Calculator/DelegatingCalculator.php src/Sylius/Component/Taxation/Calculator/DecimalCalculator.php src/Sylius/Component/Taxation/Calculator/CalculatorInterface.php src/Sylius/Component/Taxation/tests/Model/TaxRateTest.php src/Sylius/Component/Taxation/tests/Model/TaxCategoryTest.php src/Sylius/Component/Taxation/tests/Checker/TaxRateDateEligibilityCheckerTest.php src/Sylius/Component/Taxation/tests/Calculator/DefaultCalculatorTest.php src/Sylius/Component/Taxation/tests/Calculator/DelegatingCalculatorTest.php src/Sylius/Component/Taxation/tests/Resolver/TaxRateResolverTest.php src/Sylius/Component/Taxation/Repository/TaxCategoryRepositoryInterface.php src/Sylius/Component/Taxation/Resolver/TaxRateResolverInterface.php src/Sylius/Component/Taxation/Resolver/TaxRateResolver.php src/Sylius/Component/Taxation/composer.json src/Sylius/Component/Core/Taxation/Applicator/OrderShipmentTaxesApplicator.php src/Sylius/Component/Core/Taxation/Applicator/OrderItemUnitsTaxesApplicator.php src/Sylius/Component/Core/Taxation/Applicator/OrderItemsTaxesApplicator.php src/Sylius/Component/Core/Taxation/Applicator/OrderTaxesApplicatorInterface.php src/Sylius/Component/Core/Taxation/Strategy/TaxCalculationStrategyInterface.php src/Sylius/Component/Core/Taxation/Exception/UnsupportedTaxCalculationStrategyException.php src/Sylius/Component/Core/Uploader/ImageUploaderInterface.php src/Sylius/Component/Core/Uploader/ImageUploader.php src/Sylius/Component/Core/Provider/ZoneProviderInterface.php src/Sylius/Component/Core/Provider/ChannelBasedLocaleProvider.php src/Sylius/Component/Core/Provider/TranslationLocaleProvider.php src/Sylius/Component/Core/Provider/ActivePromotionsByChannelProvider.php src/Sylius/Component/Core/Provider/ProductVariantMap/ProductVariantOriginalPriceMapProvider.php src/Sylius/Component/Core/Provider/ProductVariantMap/ProductVariantAppliedPromotionsMapProvider.php src/Sylius/Component/Core/Provider/ProductVariantMap/ProductVariantMapProviderInterface.php src/Sylius/Component/Core/Provider/ProductVariantMap/ProductVariantLowestPriceMapProvider.php src/Sylius/Component/Core/Provider/ProductVariantMap/ProductVariantsMapProviderInterface.php src/Sylius/Component/Core/Provider/ProductVariantMap/ProductVariantOptionsMapProvider.php src/Sylius/Component/Core/Provider/ProductVariantMap/ProductVariantsMapProvider.php src/Sylius/Component/Core/Provider/ProductVariantMap/ProductVariantPriceMapProvider.php src/Sylius/Component/Core/Provider/CatalogPromotionVariantsProviderInterface.php src/Sylius/Component/Core/Generator/ImagePathGeneratorInterface.php src/Sylius/Component/Core/Generator/UploadedImagePathGenerator.php src/Sylius/Component/Core/OrderShippingTransitions.php src/Sylius/Component/Core/phpunit.xml.dist src/Sylius/Component/Core/Factory/PromotionRuleFactory.php src/Sylius/Component/Core/Factory/CustomerAfterCheckoutFactory.php src/Sylius/Component/Core/Factory/PromotionActionFactory.php src/Sylius/Component/Core/Factory/CartItemFactoryInterface.php src/Sylius/Component/Core/Factory/ChannelFactory.php src/Sylius/Component/Core/Factory/ChannelPricingLogEntryFactory.php src/Sylius/Component/Core/Factory/AddressFactory.php src/Sylius/Component/Core/Factory/ChannelPricingLogEntryFactoryInterface.php src/Sylius/Component/Core/Factory/CartItemFactory.php src/Sylius/Component/Core/Factory/PaymentMethodFactory.php src/Sylius/Component/Core/Factory/CustomerAfterCheckoutFactoryInterface.php src/Sylius/Component/Core/Factory/PromotionRuleFactoryInterface.php src/Sylius/Component/Core/Factory/PaymentMethodFactoryInterface.php src/Sylius/Component/Core/Factory/AddressFactoryInterface.php src/Sylius/Component/Core/Factory/PromotionActionFactoryInterface.php src/Sylius/Component/Core/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Core/OrderShippingStates.php src/Sylius/Component/Core/Order/OrderItemNamesSetterInterface.php src/Sylius/Component/Core/Order/OrderItemNamesSetter.php src/Sylius/Component/Core/LICENSE src/Sylius/Component/Core/README.md src/Sylius/Component/Core/Currency/CurrencyStorageInterface.php src/Sylius/Component/Core/Currency/Context/StorageBasedCurrencyContext.php src/Sylius/Component/Core/Currency/Context/ChannelAwareCurrencyContext.php src/Sylius/Component/Core/Currency/CurrencyStorage.php src/Sylius/Component/Core/Grid/Filter/ResourceAutocompleteFilter.php src/Sylius/Component/Core/Model/PromotionCouponInterface.php src/Sylius/Component/Core/Model/AvatarImageInterface.php src/Sylius/Component/Core/Model/AdjustmentInterface.php src/Sylius/Component/Core/Model/ShippingMethodInterface.php src/Sylius/Component/Core/Model/Taxon.php src/Sylius/Component/Core/Model/ChannelPricingLogEntry.php src/Sylius/Component/Core/Model/ChannelPricing.php src/Sylius/Component/Core/Model/ProductReviewInterface.php src/Sylius/Component/Core/Model/Scope.php src/Sylius/Component/Core/Model/ChannelPricingLogEntryInterface.php src/Sylius/Component/Core/Model/ShopBillingDataInterface.php src/Sylius/Component/Core/Model/Adjustment.php src/Sylius/Component/Core/Model/PromotionCoupon.php src/Sylius/Component/Core/Model/Shipment.php src/Sylius/Component/Core/Model/CatalogPromotionInterface.php src/Sylius/Component/Core/Model/Channel.php src/Sylius/Component/Core/Model/AdminUser.php src/Sylius/Component/Core/Model/ShippingMethod.php src/Sylius/Component/Core/Model/OrderSequenceInterface.php src/Sylius/Component/Core/Model/ProductImagesAwareInterface.php src/Sylius/Component/Core/Model/ReviewableProductInterface.php src/Sylius/Component/Core/Model/TaxonInterface.php src/Sylius/Component/Core/Model/ShopBillingData.php src/Sylius/Component/Core/Model/CatalogPromotion.php src/Sylius/Component/Core/Model/CatalogPromotionScope.php src/Sylius/Component/Core/Model/ProductReviewerInterface.php src/Sylius/Component/Core/Model/OrderInterface.php src/Sylius/Component/Core/Model/ChannelPricingInterface.php src/Sylius/Component/Core/Model/AdminUserInterface.php src/Sylius/Component/Core/Model/Image.php src/Sylius/Component/Core/Model/PaymentMethod.php src/Sylius/Component/Core/Model/ChannelPriceHistoryConfigInterface.php src/Sylius/Component/Core/Model/PaymentMethodInterface.php src/Sylius/Component/Core/Model/ProductTranslation.php src/Sylius/Component/Core/Model/ChannelPriceHistoryConfig.php src/Sylius/Component/Core/Model/Order.php src/Sylius/Component/Core/Model/TaxonImage.php src/Sylius/Component/Core/Model/OrderSequence.php src/Sylius/Component/Core/Model/AvatarImage.php src/Sylius/Component/Core/Model/ProductVariantInterface.php src/Sylius/Component/Core/Model/OrderItemUnitInterface.php src/Sylius/Component/Core/Model/ProductImageInterface.php src/Sylius/Component/Core/Model/Payment.php src/Sylius/Component/Core/Model/Promotion.php src/Sylius/Component/Core/Model/ShopUser.php src/Sylius/Component/Core/Model/TaxonImageInterface.php src/Sylius/Component/Core/Model/ProductTaxonInterface.php src/Sylius/Component/Core/Model/ImageAwareInterface.php src/Sylius/Component/Core/Model/ProductImage.php src/Sylius/Component/Core/Model/TaxRate.php src/Sylius/Component/Core/Model/ImageInterface.php src/Sylius/Component/Core/Model/ChannelInterface.php src/Sylius/Component/Core/Model/ShipmentInterface.php src/Sylius/Component/Core/Model/ProductReview.php src/Sylius/Component/Core/Model/PositionAwareInterface.php src/Sylius/Component/Core/Model/ImagesAwareInterface.php src/Sylius/Component/Core/Model/Product.php src/Sylius/Component/Core/Model/ProductTranslationInterface.php src/Sylius/Component/Core/Model/Customer.php src/Sylius/Component/Core/Model/OrderItemUnit.php src/Sylius/Component/Core/Model/ProductVariant.php src/Sylius/Component/Core/Model/ProductInterface.php src/Sylius/Component/Core/Model/CatalogPromotionScopeInterface.php src/Sylius/Component/Core/Model/PaymentInterface.php src/Sylius/Component/Core/Model/OrderItemInterface.php src/Sylius/Component/Core/Model/ShopUserInterface.php src/Sylius/Component/Core/Model/ProductTaxonsAwareInterface.php src/Sylius/Component/Core/Model/ProductTaxon.php src/Sylius/Component/Core/Model/AddressInterface.php src/Sylius/Component/Core/Model/TaxRateInterface.php src/Sylius/Component/Core/Model/CustomerInterface.php src/Sylius/Component/Core/Model/PromotionInterface.php src/Sylius/Component/Core/Model/Address.php src/Sylius/Component/Core/Model/OrderItem.php src/Sylius/Component/Core/Event/ProductVariantUpdated.php src/Sylius/Component/Core/Event/ProductCreated.php src/Sylius/Component/Core/Event/ProductVariantCreated.php src/Sylius/Component/Core/Event/ProductUpdated.php src/Sylius/Component/Core/OrderCheckoutStates.php src/Sylius/Component/Core/Checker/CLIContextCheckerInterface.php src/Sylius/Component/Core/Checker/OrderPaymentMethodSelectionRequirementCheckerInterface.php src/Sylius/Component/Core/Checker/OrderShippingMethodSelectionRequirementCheckerInterface.php src/Sylius/Component/Core/Checker/ProductVariantLowestPriceDisplayCheckerInterface.php src/Sylius/Component/Core/Checker/ProductVariantLowestPriceDisplayChecker.php src/Sylius/Component/Core/Checker/CLIContextChecker.php src/Sylius/Component/Core/Checker/OrderShippingMethodSelectionRequirementChecker.php src/Sylius/Component/Core/Checker/Eligibility/PromotionCouponChannelEligibilityChecker.php src/Sylius/Component/Core/Checker/OrderPaymentMethodSelectionRequirementChecker.php src/Sylius/Component/Core/Filesystem/Exception/FileNotFoundException.php src/Sylius/Component/Core/Filesystem/Adapter/FilesystemAdapterInterface.php src/Sylius/Component/Core/Filesystem/Adapter/FlysystemFilesystemAdapter.php src/Sylius/Component/Core/Translation/TranslatableEntityLocaleAssigner.php src/Sylius/Component/Core/Locale/Context/StorageBasedLocaleContext.php src/Sylius/Component/Core/Locale/LocaleStorage.php src/Sylius/Component/Core/Locale/LocaleStorageInterface.php src/Sylius/Component/Core/Context/ShopperContext.php src/Sylius/Component/Core/Context/ShopperContextInterface.php src/Sylius/Component/Core/StateResolver/CheckoutStateResolver.php src/Sylius/Component/Core/StateResolver/OrderStateResolver.php src/Sylius/Component/Core/StateResolver/OrderShippingStateResolver.php src/Sylius/Component/Core/StateResolver/OrderPaymentStateResolver.php src/Sylius/Component/Core/Storage/CartStorageInterface.php src/Sylius/Component/Core/Exception/MissingChannelConfigurationException.php src/Sylius/Component/Core/Exception/HandleException.php src/Sylius/Component/Core/Exception/CustomerNotFoundException.php src/Sylius/Component/Core/Exception/ActionBasedPriceCalculatorNotFoundException.php src/Sylius/Component/Core/Exception/ResourceDeleteException.php src/Sylius/Component/Core/Statistics/Provider/SalesStatisticsProviderInterface.php src/Sylius/Component/Core/Statistics/Provider/SalesStatisticsProvider.php src/Sylius/Component/Core/Statistics/Provider/BusinessActivitySummaryProvider.php src/Sylius/Component/Core/Statistics/Provider/OrdersCount/DayBasedOrdersCountProvider.php src/Sylius/Component/Core/Statistics/Provider/OrdersCount/YearBasedOrdersCountProvider.php src/Sylius/Component/Core/Statistics/Provider/OrdersCount/OrdersCountProviderInterface.php src/Sylius/Component/Core/Statistics/Provider/OrdersCount/MonthBasedOrdersCountProvider.php src/Sylius/Component/Core/Statistics/Provider/StatisticsProvider.php src/Sylius/Component/Core/Statistics/Provider/OrdersTotals/YearBasedOrdersTotalProvider.php src/Sylius/Component/Core/Statistics/Provider/OrdersTotals/DayBasedOrdersTotalProvider.php src/Sylius/Component/Core/Statistics/Provider/OrdersTotals/OrdersTotalsProviderInterface.php src/Sylius/Component/Core/Statistics/Provider/OrdersTotals/MonthBasedOrdersTotalProvider.php src/Sylius/Component/Core/Statistics/Provider/StatisticsProviderInterface.php src/Sylius/Component/Core/Statistics/Provider/BusinessActivitySummaryProviderInterface.php src/Sylius/Component/Core/Statistics/Provider/SalesProviderInterface.php src/Sylius/Component/Core/Statistics/ValueObject/BusinessActivitySummary.php src/Sylius/Component/Core/Statistics/ValueObject/Statistics.php src/Sylius/Component/Core/Statistics/Registry/StatisticsProviderRegistryInterface.php src/Sylius/Component/Core/Statistics/Registry/OrdersCountProviderRegistryInterface.php src/Sylius/Component/Core/Statistics/Registry/OrdersTotalsProviderRegistryInterface.php src/Sylius/Component/Core/Statistics/Registry/OrdersTotalsProvidersRegistry.php src/Sylius/Component/Core/Statistics/Registry/OrdersCountProviderRegistry.php src/Sylius/Component/Core/Shipping/Checker/Rule/OrderTotalLessThanOrEqualRuleChecker.php src/Sylius/Component/Core/Shipping/Checker/Rule/OrderTotalRuleChecker.php src/Sylius/Component/Core/Shipping/Checker/Rule/OrderTotalGreaterThanOrEqualRuleChecker.php src/Sylius/Component/Core/Shipping/Calculator/FlatRateCalculator.php src/Sylius/Component/Core/Shipping/Calculator/PerUnitRateCalculator.php src/Sylius/Component/Core/Cart/Modifier/LimitingOrderItemQuantityModifier.php src/Sylius/Component/Core/Cart/Context/ShopBasedCartContext.php src/Sylius/Component/Core/Cart/Resolver/CreatedByGuestFlagResolver.php src/Sylius/Component/Core/Cart/Resolver/CreatedByGuestFlagResolverInterface.php src/Sylius/Component/Core/Calculator/ProductVariantPriceCalculator.php src/Sylius/Component/Core/Calculator/ProductVariantPricesCalculatorInterface.php src/Sylius/Component/Core/tests/Taxation/Applicator/OrderItemsTaxesApplicatorTest.php src/Sylius/Component/Core/tests/Taxation/Applicator/OrderItemUnitsTaxesApplicatorTest.php src/Sylius/Component/Core/tests/Taxation/Applicator/OrderShipmentTaxesApplicatorTest.php src/Sylius/Component/Core/tests/Taxation/Exception/UnsupportedTaxCalculationStrategyExceptionTest.php src/Sylius/Component/Core/tests/Uploader/ImageUploaderTest.php src/Sylius/Component/Core/tests/Provider/ActivePromotionsByChannelProviderTest.php src/Sylius/Component/Core/tests/Provider/ProductVariantMap/ProductVariantsMapProviderTest.php src/Sylius/Component/Core/tests/Provider/ProductVariantMap/ProductVariantOptionsMapProviderTest.php src/Sylius/Component/Core/tests/Provider/ProductVariantMap/ProductVariantPriceMapProviderTest.php src/Sylius/Component/Core/tests/Provider/ProductVariantMap/ProductVariantOriginalPriceMapProviderTest.php src/Sylius/Component/Core/tests/Provider/ProductVariantMap/ProductVariantAppliedPromotionsMapProviderTest.php src/Sylius/Component/Core/tests/Provider/ProductVariantMap/ProductVariantLowestPriceMapProviderTest.php src/Sylius/Component/Core/tests/Provider/ChannelBasedLocaleProviderTest.php src/Sylius/Component/Core/tests/Generator/UploadedImagePathGeneratorTest.php src/Sylius/Component/Core/tests/Factory/PromotionRuleFactoryTest.php src/Sylius/Component/Core/tests/Factory/CustomerAfterCheckoutFactoryTest.php src/Sylius/Component/Core/tests/Factory/AddressFactoryTest.php src/Sylius/Component/Core/tests/Factory/ChannelFactoryTest.php src/Sylius/Component/Core/tests/Factory/ChannelPricingLogEntryFactoryTest.php src/Sylius/Component/Core/tests/Factory/PaymentMethodFactoryTest.php src/Sylius/Component/Core/tests/Factory/CartItemFactoryTest.php src/Sylius/Component/Core/tests/Factory/PromotionActionFactoryTest.php src/Sylius/Component/Core/tests/Order/OrderItemNamesSetterTest.php src/Sylius/Component/Core/tests/Currency/Context/ChannelAwareCurrencyContextTest.php src/Sylius/Component/Core/tests/Currency/Context/StorageBasedCurrencyContextTest.php src/Sylius/Component/Core/tests/Currency/CurrencyStorageTest.php src/Sylius/Component/Core/tests/Model/ShopBillingDataTest.php src/Sylius/Component/Core/tests/Model/ShippingMethodTest.php src/Sylius/Component/Core/tests/Model/TaxonImageTest.php src/Sylius/Component/Core/tests/Model/AdminUserTest.php src/Sylius/Component/Core/tests/Model/ProductVariantTest.php src/Sylius/Component/Core/tests/Model/OrderItemTest.php src/Sylius/Component/Core/tests/Model/AvatarImageTest.php src/Sylius/Component/Core/tests/Model/OrderSequenceTest.php src/Sylius/Component/Core/tests/Model/PaymentMethodTest.php src/Sylius/Component/Core/tests/Model/TaxRateTest.php src/Sylius/Component/Core/tests/Model/ShopUserTest.php src/Sylius/Component/Core/tests/Model/ProductTaxonTest.php src/Sylius/Component/Core/tests/Model/ChannelPricingTest.php src/Sylius/Component/Core/tests/Model/ProductTest.php src/Sylius/Component/Core/tests/Model/PromotionCouponTest.php src/Sylius/Component/Core/tests/Model/CustomerTest.php src/Sylius/Component/Core/tests/Model/ChannelPriceHistoryConfigTest.php src/Sylius/Component/Core/tests/Model/ProductTranslationTest.php src/Sylius/Component/Core/tests/Model/ChannelTest.php src/Sylius/Component/Core/tests/Model/CatalogPromotionTest.php src/Sylius/Component/Core/tests/Model/CatalogPromotionScopeTest.php src/Sylius/Component/Core/tests/Model/OrderItemUnitTest.php src/Sylius/Component/Core/tests/Model/ChannelPricingLogEntryTest.php src/Sylius/Component/Core/tests/Model/TaxonTest.php src/Sylius/Component/Core/tests/Model/ProductReviewTest.php src/Sylius/Component/Core/tests/Model/ProductImageTest.php src/Sylius/Component/Core/tests/Model/AdjustmentTest.php src/Sylius/Component/Core/tests/Model/ShipmentTest.php src/Sylius/Component/Core/tests/Model/OrderTest.php src/Sylius/Component/Core/tests/Checker/CLIContextCheckerTest.php src/Sylius/Component/Core/tests/Checker/ProductVariantLowestPriceDisplayCheckerTest.php src/Sylius/Component/Core/tests/Checker/OrderPaymentMethodSelectionRequirementCheckerTest.php src/Sylius/Component/Core/tests/Checker/OrderShippingMethodSelectionRequirementCheckerTest.php src/Sylius/Component/Core/tests/Checker/Eligibility/PromotionCouponChannelEligibilityCheckerTest.php src/Sylius/Component/Core/tests/Filesystem/Adapter/FlysystemFilesystemAdapterTest.php src/Sylius/Component/Core/tests/Translation/TranslatableEntityLocaleAssignerTest.php src/Sylius/Component/Core/tests/Locale/Context/StorageBasedLocaleContextTest.php src/Sylius/Component/Core/tests/Locale/LocaleStorageTest.php src/Sylius/Component/Core/tests/Context/ShopperContextTest.php src/Sylius/Component/Core/tests/StateResolver/OrderPaymentStateResolverTest.php src/Sylius/Component/Core/tests/StateResolver/OrderShippingStateResolverTest.php src/Sylius/Component/Core/tests/StateResolver/OrderStateResolverTest.php src/Sylius/Component/Core/tests/StateResolver/CheckoutStateResolverTest.php src/Sylius/Component/Core/tests/Exception/MissingChannelConfigurationExceptionTest.php src/Sylius/Component/Core/tests/Exception/HandleExceptionTest.php src/Sylius/Component/Core/tests/Statistics/Provider/OrdersCount/YearBasedOrdersCountProviderTest.php src/Sylius/Component/Core/tests/Statistics/Provider/OrdersCount/MonthBasedOrdersCountProviderTest.php src/Sylius/Component/Core/tests/Statistics/Provider/OrdersCount/DayBasedOrdersCountProviderTest.php src/Sylius/Component/Core/tests/Statistics/Provider/OrdersTotals/DayBasedOrdersTotalProviderTest.php src/Sylius/Component/Core/tests/Statistics/Provider/OrdersTotals/YearBasedOrdersTotalProviderTest.php src/Sylius/Component/Core/tests/Statistics/Provider/OrdersTotals/MonthBasedOrdersTotalProviderTest.php src/Sylius/Component/Core/tests/Statistics/Provider/SalesStatisticsProviderTest.php src/Sylius/Component/Core/tests/Statistics/Provider/StatisticsProviderTest.php src/Sylius/Component/Core/tests/Statistics/Provider/BusinessActivitySummaryProviderTest.php src/Sylius/Component/Core/tests/Statistics/Registry/OrdersCountProviderRegistryTest.php src/Sylius/Component/Core/tests/Shipping/Checker/Rule/OrderTotalGreaterThanOrEqualRuleCheckerTest.php src/Sylius/Component/Core/tests/Shipping/Checker/Rule/OrderTotalLessThanOrEqualRuleCheckerTest.php src/Sylius/Component/Core/tests/Shipping/Calculator/FlatRateCalculatorTest.php src/Sylius/Component/Core/tests/Shipping/Calculator/PerUnitRateCalculatorTest.php src/Sylius/Component/Core/tests/Cart/Modifier/LimitingOrderItemQuantityModifierTest.php src/Sylius/Component/Core/tests/Cart/Context/ShopBasedCartContextTest.php src/Sylius/Component/Core/tests/Cart/Resolver/CreatedByGuestFlagResolverTest.php src/Sylius/Component/Core/tests/Calculator/ProductVariantPriceCalculatorTest.php src/Sylius/Component/Core/tests/TokenAssigner/UniqueIdBasedOrderTokenAssignerTest.php src/Sylius/Component/Core/tests/Distributor/MinimumPriceDistributorTest.php src/Sylius/Component/Core/tests/Distributor/IntegerDistributorTest.php src/Sylius/Component/Core/tests/Distributor/ProportionalIntegerDistributorTest.php src/Sylius/Component/Core/tests/Updater/UnpaidOrdersStateUpdaterTest.php src/Sylius/Component/Core/tests/Promotion/Modifier/OrderPromotionsUsageModifierTest.php src/Sylius/Component/Core/tests/Promotion/Action/PercentageDiscountPromotionActionCommandTest.php src/Sylius/Component/Core/tests/Promotion/Action/UnitFixedDiscountPromotionActionCommandTest.php src/Sylius/Component/Core/tests/Promotion/Action/ShippingPercentageDiscountPromotionActionCommandTest.php src/Sylius/Component/Core/tests/Promotion/Action/UnitPercentageDiscountPromotionActionCommandTest.php src/Sylius/Component/Core/tests/Promotion/Action/FixedDiscountPromotionActionCommandTest.php src/Sylius/Component/Core/tests/Promotion/Checker/Rule/ItemTotalRuleCheckerTest.php src/Sylius/Component/Core/tests/Promotion/Checker/Rule/TaxonInPromotionRuleCheckerTest.php src/Sylius/Component/Core/tests/Promotion/Checker/Rule/TotalOfItemsFromTaxonRuleCheckerTest.php src/Sylius/Component/Core/tests/Promotion/Checker/Rule/ProductInPromotionRuleCheckerTest.php src/Sylius/Component/Core/tests/Promotion/Checker/Rule/ShippingCountryRuleCheckerTest.php src/Sylius/Component/Core/tests/Promotion/Checker/Rule/NthOrderRuleCheckerTest.php src/Sylius/Component/Core/tests/Promotion/Checker/Rule/ContainsProductRuleCheckerTest.php src/Sylius/Component/Core/tests/Promotion/Checker/Rule/HasTaxonRuleCheckerTest.php src/Sylius/Component/Core/tests/Promotion/Checker/Eligibility/PromotionCouponPerCustomerUsageLimitEligibilityCheckerTest.php src/Sylius/Component/Core/tests/Promotion/Applicator/UnitsPromotionAdjustmentsApplicatorTest.php src/Sylius/Component/Core/tests/Promotion/Updater/Rule/HasTaxonRuleUpdaterTest.php src/Sylius/Component/Core/tests/Promotion/Filter/TaxonFilterTest.php src/Sylius/Component/Core/tests/Promotion/Filter/ProductFilterTest.php src/Sylius/Component/Core/tests/Promotion/Filter/PriceRangeFilterTest.php src/Sylius/Component/Core/tests/Test/Services/DefaultUnitedStatesChannelFactoryTest.php src/Sylius/Component/Core/tests/Test/Services/DefaultChannelFactoryTest.php src/Sylius/Component/Core/tests/OrderProcessing/OrderShipmentProcessorTest.php src/Sylius/Component/Core/tests/OrderProcessing/ShippingChargesProcessorTest.php src/Sylius/Component/Core/tests/OrderProcessing/OrderPromotionProcessorTest.php src/Sylius/Component/Core/tests/OrderProcessing/OrderPaymentProcessorTest.php src/Sylius/Component/Core/tests/OrderProcessing/OrderTaxesProcessorTest.php src/Sylius/Component/Core/tests/OrderProcessing/OrderAdjustmentsClearerTest.php src/Sylius/Component/Core/tests/OrderProcessing/OrderPricesRecalculatorTest.php src/Sylius/Component/Core/tests/Formatter/StringInflectorTest.php src/Sylius/Component/Core/tests/Resolver/EligibleDefaultShippingMethodResolverTest.php src/Sylius/Component/Core/tests/Resolver/ChannelBasedPaymentMethodsResolverTest.php src/Sylius/Component/Core/tests/Resolver/DefaultPaymentMethodResolverTest.php src/Sylius/Component/Core/tests/Resolver/ZoneAndChannelBasedShippingMethodsResolverTest.php src/Sylius/Component/Core/tests/Resolver/TaxationAddressResolverTest.php src/Sylius/Component/Core/tests/Payment/Provider/OrderPaymentProviderTest.php src/Sylius/Component/Core/tests/Payment/IdBasedInvoiceNumberGeneratorTest.php src/Sylius/Component/Core/tests/Payment/Remover/OrderPaymentsRemoverTest.php src/Sylius/Component/Core/tests/Payment/RandomInvoiceNumberGeneratorTest.php src/Sylius/Component/Core/tests/Customer/CustomerUniqueAddressAdderTest.php src/Sylius/Component/Core/tests/Customer/CustomerOrderAddressesSaverTest.php src/Sylius/Component/Core/tests/Customer/Statistics/CustomerStatisticsProviderTest.php src/Sylius/Component/Core/tests/Customer/Statistics/PerChannelCustomerStatisticsTest.php src/Sylius/Component/Core/tests/Customer/Statistics/CustomerStatisticsTest.php src/Sylius/Component/Core/tests/Inventory/Operator/OrderInventoryOperatorTest.php src/Sylius/Component/Core/tests/Inventory/Checker/OrderItemAvailabilityCheckerTest.php src/Sylius/Component/Core/tests/Positioner/PositionerTest.php src/Sylius/Component/Core/TokenAssigner/UniqueIdBasedOrderTokenAssigner.php src/Sylius/Component/Core/TokenAssigner/OrderTokenAssignerInterface.php src/Sylius/Component/Core/Distributor/ProportionalIntegerDistributorInterface.php src/Sylius/Component/Core/Distributor/IntegerDistributorInterface.php src/Sylius/Component/Core/Distributor/MinimumPriceDistributorInterface.php src/Sylius/Component/Core/Distributor/ProportionalIntegerDistributor.php src/Sylius/Component/Core/Distributor/IntegerDistributor.php src/Sylius/Component/Core/Distributor/MinimumPriceDistributor.php src/Sylius/Component/Core/OrderPaymentTransitions.php src/Sylius/Component/Core/Updater/UnpaidOrdersStateUpdater.php src/Sylius/Component/Core/Updater/UnpaidOrdersStateUpdaterInterface.php src/Sylius/Component/Core/Repository/OrderRepositoryInterface.php src/Sylius/Component/Core/Repository/CustomerRepositoryInterface.php src/Sylius/Component/Core/Repository/ProductTaxonRepositoryInterface.php src/Sylius/Component/Core/Repository/PromotionRepositoryInterface.php src/Sylius/Component/Core/Repository/OrderItemUnitRepositoryInterface.php src/Sylius/Component/Core/Repository/ProductReviewRepositoryInterface.php src/Sylius/Component/Core/Repository/ProductAssociationRepositoryInterface.php src/Sylius/Component/Core/Repository/AddressRepositoryInterface.php src/Sylius/Component/Core/Repository/ProductRepositoryInterface.php src/Sylius/Component/Core/Repository/ShippingCategoryRepositoryInterface.php src/Sylius/Component/Core/Repository/ChannelPricingLogEntryRepositoryInterface.php src/Sylius/Component/Core/Repository/ProductVariantRepositoryInterface.php src/Sylius/Component/Core/Repository/PaymentRepositoryInterface.php src/Sylius/Component/Core/Repository/ShippingMethodRepositoryInterface.php src/Sylius/Component/Core/Repository/OrderItemRepositoryInterface.php src/Sylius/Component/Core/Repository/PaymentMethodRepositoryInterface.php src/Sylius/Component/Core/Repository/AvatarImageRepositoryInterface.php src/Sylius/Component/Core/Repository/ShipmentRepositoryInterface.php src/Sylius/Component/Core/Promotion/Modifier/OrderPromotionsUsageModifier.php src/Sylius/Component/Core/Promotion/Modifier/OrderPromotionsUsageModifierInterface.php src/Sylius/Component/Core/Promotion/Action/UnitDiscountPromotionActionCommand.php src/Sylius/Component/Core/Promotion/Action/UnitFixedDiscountPromotionActionCommand.php src/Sylius/Component/Core/Promotion/Action/FixedDiscountPromotionActionCommand.php src/Sylius/Component/Core/Promotion/Action/DiscountPromotionActionCommand.php src/Sylius/Component/Core/Promotion/Action/PercentageDiscountPromotionActionCommand.php src/Sylius/Component/Core/Promotion/Action/UnitPercentageDiscountPromotionActionCommand.php src/Sylius/Component/Core/Promotion/Action/ShippingPercentageDiscountPromotionActionCommand.php src/Sylius/Component/Core/Promotion/Checker/TaxonInPromotionRuleChecker.php src/Sylius/Component/Core/Promotion/Checker/Rule/HasTaxonRuleChecker.php src/Sylius/Component/Core/Promotion/Checker/Rule/ItemTotalRuleChecker.php src/Sylius/Component/Core/Promotion/Checker/Rule/NthOrderRuleChecker.php src/Sylius/Component/Core/Promotion/Checker/Rule/ContainsProductRuleChecker.php src/Sylius/Component/Core/Promotion/Checker/Rule/CustomerGroupRuleChecker.php src/Sylius/Component/Core/Promotion/Checker/Rule/ShippingCountryRuleChecker.php src/Sylius/Component/Core/Promotion/Checker/Rule/CartQuantityRuleChecker.php src/Sylius/Component/Core/Promotion/Checker/Rule/TotalOfItemsFromTaxonRuleChecker.php src/Sylius/Component/Core/Promotion/Checker/ProductInPromotionRuleCheckerInterface.php src/Sylius/Component/Core/Promotion/Checker/ProductInPromotionRuleChecker.php src/Sylius/Component/Core/Promotion/Checker/Eligibility/PromotionCouponPerCustomerUsageLimitEligibilityChecker.php src/Sylius/Component/Core/Promotion/Checker/TaxonInPromotionRuleCheckerInterface.php src/Sylius/Component/Core/Promotion/Applicator/UnitsPromotionAdjustmentsApplicatorInterface.php src/Sylius/Component/Core/Promotion/Applicator/UnitsPromotionAdjustmentsApplicator.php src/Sylius/Component/Core/Promotion/Updater/Rule/HasTaxonRuleUpdater.php src/Sylius/Component/Core/Promotion/Updater/Rule/TaxonAwareRuleUpdaterInterface.php src/Sylius/Component/Core/Promotion/Filter/FilterInterface.php src/Sylius/Component/Core/Promotion/Filter/PriceRangeFilter.php src/Sylius/Component/Core/Promotion/Filter/TaxonFilter.php src/Sylius/Component/Core/Promotion/Filter/ProductFilter.php src/Sylius/Component/Core/Test/Services/DefaultChannelFactoryInterface.php src/Sylius/Component/Core/Test/Services/DefaultUnitedStatesChannelFactory.php src/Sylius/Component/Core/Test/Services/DefaultChannelFactory.php src/Sylius/Component/Core/OrderProcessing/OrderPricesRecalculator.php src/Sylius/Component/Core/OrderProcessing/OrderPaymentProcessor.php src/Sylius/Component/Core/OrderProcessing/ShippingChargesProcessor.php src/Sylius/Component/Core/OrderProcessing/OrderPromotionProcessor.php src/Sylius/Component/Core/OrderProcessing/OrderAdjustmentsClearer.php src/Sylius/Component/Core/OrderProcessing/OrderShipmentProcessor.php src/Sylius/Component/Core/OrderProcessing/OrderTaxesProcessor.php src/Sylius/Component/Core/Formatter/StringInflector.php src/Sylius/Component/Core/ProductReviewTransitions.php src/Sylius/Component/Core/Resolver/TaxationAddressResolver.php src/Sylius/Component/Core/Resolver/EligibleDefaultShippingMethodResolver.php src/Sylius/Component/Core/Resolver/DefaultPaymentMethodResolver.php src/Sylius/Component/Core/Resolver/ChannelBasedPaymentMethodsResolver.php src/Sylius/Component/Core/Resolver/ZoneAndChannelBasedShippingMethodsResolver.php src/Sylius/Component/Core/Resolver/TaxationAddressResolverInterface.php src/Sylius/Component/Core/composer.json src/Sylius/Component/Core/Payment/Provider/OrderPaymentProvider.php src/Sylius/Component/Core/Payment/Provider/OrderPaymentProviderInterface.php src/Sylius/Component/Core/Payment/Exception/NotProvidedOrderPaymentException.php src/Sylius/Component/Core/Payment/IdBasedInvoiceNumberGenerator.php src/Sylius/Component/Core/Payment/RandomInvoiceNumberGenerator.php src/Sylius/Component/Core/Payment/InvoiceNumberGeneratorInterface.php src/Sylius/Component/Core/Payment/Remover/OrderPaymentsRemover.php src/Sylius/Component/Core/Payment/Remover/OrderPaymentsRemoverInterface.php src/Sylius/Component/Core/SyliusLocaleEvents.php src/Sylius/Component/Core/Customer/CustomerUniqueAddressAdder.php src/Sylius/Component/Core/Customer/OrderAddressesSaverInterface.php src/Sylius/Component/Core/Customer/Statistics/PerChannelCustomerStatistics.php src/Sylius/Component/Core/Customer/Statistics/CustomerStatistics.php src/Sylius/Component/Core/Customer/Statistics/CustomerStatisticsProvider.php src/Sylius/Component/Core/Customer/Statistics/CustomerStatisticsProviderInterface.php src/Sylius/Component/Core/Customer/CustomerAddressAdderInterface.php src/Sylius/Component/Core/Customer/CustomerOrderAddressesSaver.php src/Sylius/Component/Core/OrderPaymentStates.php src/Sylius/Component/Core/OrderCheckoutTransitions.php src/Sylius/Component/Core/Inventory/Operator/OrderInventoryOperatorInterface.php src/Sylius/Component/Core/Inventory/Operator/OrderInventoryOperator.php src/Sylius/Component/Core/Inventory/Checker/OrderItemAvailabilityChecker.php src/Sylius/Component/Core/Inventory/Checker/OrderItemAvailabilityCheckerInterface.php src/Sylius/Component/Core/Inventory/Exception/NotEnoughUnitsOnHoldException.php src/Sylius/Component/Core/Inventory/Exception/NotEnoughUnitsOnHandException.php src/Sylius/Component/Core/Positioner/PositionerInterface.php src/Sylius/Component/Core/Positioner/Positioner.php src/Sylius/Component/User/phpunit.xml.dist src/Sylius/Component/User/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/User/LICENSE src/Sylius/Component/User/README.md src/Sylius/Component/User/Model/UserOAuthInterface.php src/Sylius/Component/User/Model/User.php src/Sylius/Component/User/Model/UserOAuth.php src/Sylius/Component/User/Model/UserAwareInterface.php src/Sylius/Component/User/Model/UserInterface.php src/Sylius/Component/User/Model/CredentialsHolderInterface.php src/Sylius/Component/User/tests/Model/UserOAuthTest.php src/Sylius/Component/User/tests/Model/UserTest.php src/Sylius/Component/User/tests/Canonicalizer/CanonicalizerTest.php src/Sylius/Component/User/tests/Security/Generator/UniqueTokenGeneratorTest.php src/Sylius/Component/User/tests/Security/PasswordUpdaterTest.php src/Sylius/Component/User/tests/Security/Checker/EnabledUserCheckerTest.php src/Sylius/Component/User/tests/Security/Checker/TokenUniquenessCheckerTest.php src/Sylius/Component/User/Canonicalizer/CanonicalizerInterface.php src/Sylius/Component/User/Canonicalizer/Canonicalizer.php src/Sylius/Component/User/Repository/UserRepositoryInterface.php src/Sylius/Component/User/Security/Generator/GeneratorInterface.php src/Sylius/Component/User/Security/Generator/UniqueTokenGenerator.php src/Sylius/Component/User/Security/PasswordUpdater.php src/Sylius/Component/User/Security/PasswordUpdaterInterface.php src/Sylius/Component/User/Security/Checker/TokenUniquenessChecker.php src/Sylius/Component/User/Security/Checker/EnabledUserChecker.php src/Sylius/Component/User/Security/Checker/UniquenessCheckerInterface.php src/Sylius/Component/User/composer.json src/Sylius/Component/Order/phpunit.xml.dist src/Sylius/Component/Order/Factory/OrderItemUnitFactory.php src/Sylius/Component/Order/Factory/AdjustmentFactory.php src/Sylius/Component/Order/Factory/OrderItemUnitFactoryInterface.php src/Sylius/Component/Order/Factory/AdjustmentFactoryInterface.php src/Sylius/Component/Order/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Order/LICENSE src/Sylius/Component/Order/README.md src/Sylius/Component/Order/Model/AdjustmentInterface.php src/Sylius/Component/Order/Model/AdjustableInterface.php src/Sylius/Component/Order/Model/RecursiveAdjustmentsAwareInterface.php src/Sylius/Component/Order/Model/Adjustment.php src/Sylius/Component/Order/Model/OrderSequenceInterface.php src/Sylius/Component/Order/Model/OrderInterface.php src/Sylius/Component/Order/Model/Order.php src/Sylius/Component/Order/Model/OrderSequence.php src/Sylius/Component/Order/Model/OrderItemUnitInterface.php src/Sylius/Component/Order/Model/OrderItemUnit.php src/Sylius/Component/Order/Model/OrderAwareInterface.php src/Sylius/Component/Order/Model/OrderItemInterface.php src/Sylius/Component/Order/Model/OrderItem.php src/Sylius/Component/Order/Modifier/OrderItemQuantityModifier.php src/Sylius/Component/Order/Modifier/OrderModifierInterface.php src/Sylius/Component/Order/Modifier/OrderItemQuantityModifierInterface.php src/Sylius/Component/Order/Modifier/OrderModifier.php src/Sylius/Component/Order/Aggregator/AdjustmentsByLabelAggregator.php src/Sylius/Component/Order/Aggregator/AdjustmentsAggregatorInterface.php src/Sylius/Component/Order/Context/CartNotFoundException.php src/Sylius/Component/Order/Context/CartContextInterface.php src/Sylius/Component/Order/Context/CartContext.php src/Sylius/Component/Order/Context/ResettableCartContextInterface.php src/Sylius/Component/Order/Context/CompositeCartContext.php src/Sylius/Component/Order/StateResolver/StateResolverInterface.php src/Sylius/Component/Order/tests/Factory/AdjustmentFactoryTest.php src/Sylius/Component/Order/tests/Factory/OrderItemUnitFactoryTest.php src/Sylius/Component/Order/tests/Model/OrderItemTest.php src/Sylius/Component/Order/tests/Model/OrderSequenceTest.php src/Sylius/Component/Order/tests/Model/OrderItemUnitTest.php src/Sylius/Component/Order/tests/Model/AdjustmentTest.php src/Sylius/Component/Order/tests/Model/OrderTest.php src/Sylius/Component/Order/tests/Modifier/OrderModifierTest.php src/Sylius/Component/Order/tests/Modifier/OrderItemQuantityModifierTest.php src/Sylius/Component/Order/tests/Aggregator/AdjustmentsByLabelAggregatorTest.php src/Sylius/Component/Order/tests/Context/CartContextTest.php src/Sylius/Component/Order/tests/Context/CompositeCartContextTest.php src/Sylius/Component/Order/Repository/OrderRepositoryInterface.php src/Sylius/Component/Order/Repository/OrderItemRepositoryInterface.php src/Sylius/Component/Order/OrderTransitions.php src/Sylius/Component/Order/Remover/ExpiredCartsRemoverInterface.php src/Sylius/Component/Order/composer.json src/Sylius/Component/Order/Processor/OrderProcessorInterface.php src/Sylius/Component/Order/Processor/CompositeOrderProcessor.php src/Sylius/Component/Order/SyliusCartEvents.php src/Sylius/Component/Currency/Converter/CurrencyConverterInterface.php src/Sylius/Component/Currency/Converter/CurrencyNameConverter.php src/Sylius/Component/Currency/Converter/CurrencyNameConverterInterface.php src/Sylius/Component/Currency/Converter/CurrencyConverter.php src/Sylius/Component/Currency/phpunit.xml.dist src/Sylius/Component/Currency/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Currency/LICENSE src/Sylius/Component/Currency/README.md src/Sylius/Component/Currency/Model/CurrenciesAwareInterface.php src/Sylius/Component/Currency/Model/CurrencyInterface.php src/Sylius/Component/Currency/Model/ExchangeRateInterface.php src/Sylius/Component/Currency/Model/ExchangeRate.php src/Sylius/Component/Currency/Model/Currency.php src/Sylius/Component/Currency/Context/CompositeCurrencyContext.php src/Sylius/Component/Currency/Context/CurrencyNotFoundException.php src/Sylius/Component/Currency/Context/CurrencyContextInterface.php src/Sylius/Component/Currency/tests/Converter/CurrencyConverterTest.php src/Sylius/Component/Currency/tests/Converter/CurrencyNameConverterTest.php src/Sylius/Component/Currency/tests/Model/ExchangeRateTest.php src/Sylius/Component/Currency/tests/Model/CurrencyTest.php src/Sylius/Component/Currency/tests/Context/CompositeCurrencyContextTest.php src/Sylius/Component/Currency/Repository/ExchangeRateRepositoryInterface.php src/Sylius/Component/Currency/Repository/CurrencyRepositoryInterface.php src/Sylius/Component/Currency/composer.json src/Sylius/Component/Taxonomy/Provider/TaxonTreeProviderInterface.php src/Sylius/Component/Taxonomy/Generator/TaxonSlugGeneratorInterface.php src/Sylius/Component/Taxonomy/Generator/TaxonSlugGenerator.php src/Sylius/Component/Taxonomy/phpunit.xml.dist src/Sylius/Component/Taxonomy/Factory/TaxonFactory.php src/Sylius/Component/Taxonomy/Factory/TaxonFactoryInterface.php src/Sylius/Component/Taxonomy/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Taxonomy/LICENSE src/Sylius/Component/Taxonomy/README.md src/Sylius/Component/Taxonomy/Model/TaxonsAwareInterface.php src/Sylius/Component/Taxonomy/Model/TaxonTranslation.php src/Sylius/Component/Taxonomy/Model/Taxon.php src/Sylius/Component/Taxonomy/Model/TaxonInterface.php src/Sylius/Component/Taxonomy/Model/TaxonTranslationInterface.php src/Sylius/Component/Taxonomy/Exception/TaxonNotFoundException.php src/Sylius/Component/Taxonomy/tests/Generator/TaxonSlugGeneratorTest.php src/Sylius/Component/Taxonomy/tests/Factory/TaxonFactoryTest.php src/Sylius/Component/Taxonomy/tests/Model/TaxonTranslationTest.php src/Sylius/Component/Taxonomy/tests/Model/TaxonTest.php src/Sylius/Component/Taxonomy/Repository/TaxonRepositoryInterface.php src/Sylius/Component/Taxonomy/composer.json src/Sylius/Component/Attribute/phpunit.xml.dist src/Sylius/Component/Attribute/Factory/AttributeFactory.php src/Sylius/Component/Attribute/Factory/AttributeFactoryInterface.php src/Sylius/Component/Attribute/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Attribute/LICENSE src/Sylius/Component/Attribute/README.md src/Sylius/Component/Attribute/Model/AttributeTranslationInterface.php src/Sylius/Component/Attribute/Model/AttributeInterface.php src/Sylius/Component/Attribute/Model/AttributeValue.php src/Sylius/Component/Attribute/Model/AttributeValueInterface.php src/Sylius/Component/Attribute/Model/Attribute.php src/Sylius/Component/Attribute/Model/AttributeSubjectInterface.php src/Sylius/Component/Attribute/Model/AttributeTranslation.php src/Sylius/Component/Attribute/tests/Factory/AttributeFactoryTest.php src/Sylius/Component/Attribute/tests/Model/AttributeValueTest.php src/Sylius/Component/Attribute/tests/Model/AttributeTranslationTest.php src/Sylius/Component/Attribute/tests/Model/AttributeTest.php src/Sylius/Component/Attribute/tests/AttributeType/IntegerAttributeTypeTest.php src/Sylius/Component/Attribute/tests/AttributeType/TextareaAttributeTypeTest.php src/Sylius/Component/Attribute/tests/AttributeType/PercentAttributeTypeTest.php src/Sylius/Component/Attribute/tests/AttributeType/CheckboxAttributeTypeTest.php src/Sylius/Component/Attribute/tests/AttributeType/SelectAttributeTypeTest.php src/Sylius/Component/Attribute/tests/AttributeType/FloatAttributeTypeTest.php src/Sylius/Component/Attribute/tests/AttributeType/DateAttributeTypeTest.php src/Sylius/Component/Attribute/tests/AttributeType/TextAttributeTypeTest.php src/Sylius/Component/Attribute/tests/AttributeType/DatetimeAttributeTypeTest.php src/Sylius/Component/Attribute/Repository/AttributeRepositoryInterface.php src/Sylius/Component/Attribute/Repository/AttributeValueRepositoryInterface.php src/Sylius/Component/Attribute/Repository/AttributeTranslationRepositoryInterface.php src/Sylius/Component/Attribute/AttributeType/DatetimeAttributeType.php src/Sylius/Component/Attribute/AttributeType/IntegerAttributeType.php src/Sylius/Component/Attribute/AttributeType/TextAttributeType.php src/Sylius/Component/Attribute/AttributeType/FloatAttributeType.php src/Sylius/Component/Attribute/AttributeType/SelectAttributeType.php src/Sylius/Component/Attribute/AttributeType/TextareaAttributeType.php src/Sylius/Component/Attribute/AttributeType/CheckboxAttributeType.php src/Sylius/Component/Attribute/AttributeType/DateAttributeType.php src/Sylius/Component/Attribute/AttributeType/PercentAttributeType.php src/Sylius/Component/Attribute/AttributeType/AttributeTypeInterface.php src/Sylius/Component/Attribute/composer.json src/Sylius/Component/Locale/Provider/LocaleProviderInterface.php src/Sylius/Component/Locale/Provider/LocaleCollectionProviderInterface.php src/Sylius/Component/Locale/Provider/LocaleProvider.php src/Sylius/Component/Locale/Provider/LocaleCollectionProvider.php src/Sylius/Component/Locale/Provider/CachedLocaleCollectionProvider.php src/Sylius/Component/Locale/Converter/LocaleConverterInterface.php src/Sylius/Component/Locale/Converter/LocaleConverter.php src/Sylius/Component/Locale/phpunit.xml.dist src/Sylius/Component/Locale/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Locale/LICENSE src/Sylius/Component/Locale/README.md src/Sylius/Component/Locale/Model/Locale.php src/Sylius/Component/Locale/Model/LocalesAwareInterface.php src/Sylius/Component/Locale/Model/LocaleInterface.php src/Sylius/Component/Locale/Context/LocaleContextInterface.php src/Sylius/Component/Locale/Context/CompositeLocaleContext.php src/Sylius/Component/Locale/Context/ImmutableLocaleContext.php src/Sylius/Component/Locale/Context/LocaleNotFoundException.php src/Sylius/Component/Locale/Context/ProviderBasedLocaleContext.php src/Sylius/Component/Locale/tests/Provider/CachedLocaleCollectionProviderTest.php src/Sylius/Component/Locale/tests/Provider/LocaleProviderTest.php src/Sylius/Component/Locale/tests/Provider/LocaleCollectionProviderTest.php src/Sylius/Component/Locale/tests/Converter/LocaleConverterTest.php src/Sylius/Component/Locale/tests/Model/LocaleTest.php src/Sylius/Component/Locale/tests/Context/ProviderBasedLocaleContextTest.php src/Sylius/Component/Locale/tests/Context/CompositeLocaleContextTest.php src/Sylius/Component/Locale/tests/Context/ImmutableLocaleContextTest.php src/Sylius/Component/Locale/composer.json src/Sylius/Component/Channel/phpunit.xml.dist src/Sylius/Component/Channel/Factory/ChannelFactory.php src/Sylius/Component/Channel/Factory/ChannelFactoryInterface.php src/Sylius/Component/Channel/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Channel/LICENSE src/Sylius/Component/Channel/README.md src/Sylius/Component/Channel/Model/ChannelsAwareInterface.php src/Sylius/Component/Channel/Model/Channel.php src/Sylius/Component/Channel/Model/ChannelInterface.php src/Sylius/Component/Channel/Model/ChannelAwareInterface.php src/Sylius/Component/Channel/Checker/ChannelDeletionChecker.php src/Sylius/Component/Channel/Checker/ChannelDeletionCheckerInterface.php src/Sylius/Component/Channel/Context/CompositeChannelContext.php src/Sylius/Component/Channel/Context/ChannelNotFoundException.php src/Sylius/Component/Channel/Context/SingleChannelContext.php src/Sylius/Component/Channel/Context/ChannelContextInterface.php src/Sylius/Component/Channel/Context/RequestBased/HostnameBasedRequestResolver.php src/Sylius/Component/Channel/Context/RequestBased/RequestResolverInterface.php src/Sylius/Component/Channel/Context/RequestBased/ChannelContext.php src/Sylius/Component/Channel/Context/RequestBased/CompositeRequestResolver.php src/Sylius/Component/Channel/Context/CachedPerRequestChannelContext.php src/Sylius/Component/Channel/tests/Factory/ChannelFactoryTest.php src/Sylius/Component/Channel/tests/Model/ChannelTest.php src/Sylius/Component/Channel/tests/Checker/ChannelDeletionCheckerTest.php src/Sylius/Component/Channel/tests/Context/SingleChannelContextTest.php src/Sylius/Component/Channel/tests/Context/CachedPerRequestChannelContextTest.php src/Sylius/Component/Channel/tests/Context/CompositeChannelContextTest.php src/Sylius/Component/Channel/tests/Context/RequestBased/HostnameBasedRequestResolverTest.php src/Sylius/Component/Channel/tests/Context/RequestBased/ChannelContextTest.php src/Sylius/Component/Channel/tests/Context/RequestBased/CompositeRequestResolverTest.php src/Sylius/Component/Channel/Repository/ChannelRepositoryInterface.php src/Sylius/Component/Channel/composer.json src/Sylius/Component/Product/Generator/CartesianSetBuilder.php src/Sylius/Component/Product/Generator/ProductVariantGenerator.php src/Sylius/Component/Product/Generator/SlugGenerator.php src/Sylius/Component/Product/Generator/SlugGeneratorInterface.php src/Sylius/Component/Product/Generator/ProductVariantGeneratorInterface.php src/Sylius/Component/Product/phpunit.xml.dist src/Sylius/Component/Product/Factory/ProductFactoryInterface.php src/Sylius/Component/Product/Factory/ProductFactory.php src/Sylius/Component/Product/Factory/ProductVariantFactory.php src/Sylius/Component/Product/Factory/ProductVariantFactoryInterface.php src/Sylius/Component/Product/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Product/LICENSE src/Sylius/Component/Product/README.md src/Sylius/Component/Product/Model/ProductAssociation.php src/Sylius/Component/Product/Model/ProductOptionTranslation.php src/Sylius/Component/Product/Model/ProductOptionTranslationInterface.php src/Sylius/Component/Product/Model/ProductAssociationType.php src/Sylius/Component/Product/Model/ProductAssociationTypeTranslationInterface.php src/Sylius/Component/Product/Model/ProductOption.php src/Sylius/Component/Product/Model/ProductAttributeValue.php src/Sylius/Component/Product/Model/ProductOptionValueTranslationInterface.php src/Sylius/Component/Product/Model/ProductAttribute.php src/Sylius/Component/Product/Model/ProductOptionValue.php src/Sylius/Component/Product/Model/ProductAssociationInterface.php src/Sylius/Component/Product/Model/ProductAttributeTranslationInterface.php src/Sylius/Component/Product/Model/ProductVariantTranslationInterface.php src/Sylius/Component/Product/Model/ProductOptionValueInterface.php src/Sylius/Component/Product/Model/ProductOptionInterface.php src/Sylius/Component/Product/Model/ProductAssociationTypeTranslation.php src/Sylius/Component/Product/Model/ProductTranslation.php src/Sylius/Component/Product/Model/ProductVariantInterface.php src/Sylius/Component/Product/Model/ProductOptionValueTranslation.php src/Sylius/Component/Product/Model/ProductVariantTranslation.php src/Sylius/Component/Product/Model/ProductAttributeValueInterface.php src/Sylius/Component/Product/Model/Product.php src/Sylius/Component/Product/Model/ProductTranslationInterface.php src/Sylius/Component/Product/Model/ProductAssociationTypeInterface.php src/Sylius/Component/Product/Model/ProductVariant.php src/Sylius/Component/Product/Model/ProductInterface.php src/Sylius/Component/Product/Model/ProductAttributeInterface.php src/Sylius/Component/Product/Model/ProductAttributeTranslation.php src/Sylius/Component/Product/Checker/ProductVariantsParityChecker.php src/Sylius/Component/Product/Checker/ProductVariantsParityCheckerInterface.php src/Sylius/Component/Product/Exception/ProductWithoutOptionsException.php src/Sylius/Component/Product/Exception/ProductWithoutOptionsValuesException.php src/Sylius/Component/Product/tests/Generator/CartesianSetBuilderTest.php src/Sylius/Component/Product/tests/Generator/SlugGeneratorTest.php src/Sylius/Component/Product/tests/Generator/ProductVariantGeneratorTest.php src/Sylius/Component/Product/tests/Factory/ProductFactoryTest.php src/Sylius/Component/Product/tests/Factory/ProductVariantFactoryTest.php src/Sylius/Component/Product/tests/Model/ProductAssociationTest.php src/Sylius/Component/Product/tests/Model/ProductVariantTest.php src/Sylius/Component/Product/tests/Model/ProductVariantTranslationTest.php src/Sylius/Component/Product/tests/Model/ProductTest.php src/Sylius/Component/Product/tests/Model/ProductAssociationTypeTranslationTest.php src/Sylius/Component/Product/tests/Model/ProductTranslationTest.php src/Sylius/Component/Product/tests/Model/ProductOptionTest.php src/Sylius/Component/Product/tests/Model/ProductAssociationTypeTest.php src/Sylius/Component/Product/tests/Resolver/CompositeProductVariantResolverTest.php src/Sylius/Component/Product/tests/Resolver/DefaultProductVariantResolverTest.php src/Sylius/Component/Product/tests/Resolver/AvailableProductOptionValuesResolverTest.php src/Sylius/Component/Product/Repository/ProductAssociationTypeRepositoryInterface.php src/Sylius/Component/Product/Repository/ProductOptionValueTranslationRepositoryInterface.php src/Sylius/Component/Product/Repository/ProductTranslationRepositoryInterface.php src/Sylius/Component/Product/Repository/ProductAttributeRepositoryInterface.php src/Sylius/Component/Product/Repository/ProductVariantTranslationRepositoryInterface.php src/Sylius/Component/Product/Repository/ProductOptionValueRepositoryInterface.php src/Sylius/Component/Product/Repository/ProductAssociationRepositoryInterface.php src/Sylius/Component/Product/Repository/ProductOptionRepositoryInterface.php src/Sylius/Component/Product/Repository/ProductRepositoryInterface.php src/Sylius/Component/Product/Repository/ProductVariantRepositoryInterface.php src/Sylius/Component/Product/Repository/ProductAttributeValueRepositoryInterface.php src/Sylius/Component/Product/Repository/ProductAssociationTypeTranslationRepositoryInterface.php src/Sylius/Component/Product/Repository/ProductOptionTranslationRepositoryInterface.php src/Sylius/Component/Product/Repository/ProductAttributeTranslationRepositoryInterface.php src/Sylius/Component/Product/Resolver/DefaultProductVariantResolver.php src/Sylius/Component/Product/Resolver/ProductVariantResolverInterface.php src/Sylius/Component/Product/Resolver/CompositeProductVariantResolver.php src/Sylius/Component/Product/Resolver/AvailableProductOptionValuesResolverInterface.php src/Sylius/Component/Product/Resolver/AvailableProductOptionValuesResolver.php src/Sylius/Component/Product/composer.json src/Sylius/Component/Shipping/phpunit.xml.dist src/Sylius/Component/Shipping/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Shipping/LICENSE src/Sylius/Component/Shipping/README.md src/Sylius/Component/Shipping/Model/ShippingMethodTranslationInterface.php src/Sylius/Component/Shipping/Model/ShippingMethodInterface.php src/Sylius/Component/Shipping/Model/ShippingCategoryInterface.php src/Sylius/Component/Shipping/Model/ShippingCategory.php src/Sylius/Component/Shipping/Model/ShippingMethodRuleInterface.php src/Sylius/Component/Shipping/Model/Shipment.php src/Sylius/Component/Shipping/Model/ConfigurableShippingMethodElementInterface.php src/Sylius/Component/Shipping/Model/ShippingMethod.php src/Sylius/Component/Shipping/Model/ShippingSubjectInterface.php src/Sylius/Component/Shipping/Model/ShippableInterface.php src/Sylius/Component/Shipping/Model/ShippingMethodTranslation.php src/Sylius/Component/Shipping/Model/ShipmentUnit.php src/Sylius/Component/Shipping/Model/ShipmentUnitInterface.php src/Sylius/Component/Shipping/Model/ShipmentInterface.php src/Sylius/Component/Shipping/Model/ShippingMethodRule.php src/Sylius/Component/Shipping/Checker/Rule/RuleCheckerInterface.php src/Sylius/Component/Shipping/Checker/Rule/TotalWeightLessThanOrEqualRuleChecker.php src/Sylius/Component/Shipping/Checker/Rule/TotalWeightGreaterThanOrEqualRuleChecker.php src/Sylius/Component/Shipping/Checker/Eligibility/ShippingMethodEligibilityCheckerInterface.php src/Sylius/Component/Shipping/Checker/Eligibility/CompositeShippingMethodEligibilityChecker.php src/Sylius/Component/Shipping/Checker/Eligibility/ShippingMethodRulesEligibilityChecker.php src/Sylius/Component/Shipping/Checker/Eligibility/CategoryRequirementEligibilityChecker.php src/Sylius/Component/Shipping/ShipmentTransitions.php src/Sylius/Component/Shipping/Exception/UnresolvedDefaultShippingMethodException.php src/Sylius/Component/Shipping/Calculator/DelegatingCalculatorInterface.php src/Sylius/Component/Shipping/Calculator/DelegatingCalculator.php src/Sylius/Component/Shipping/Calculator/DefaultCalculators.php src/Sylius/Component/Shipping/Calculator/UndefinedShippingMethodException.php src/Sylius/Component/Shipping/Calculator/FlatRateCalculator.php src/Sylius/Component/Shipping/Calculator/CalculatorInterface.php src/Sylius/Component/Shipping/Calculator/PerUnitRateCalculator.php src/Sylius/Component/Shipping/tests/Model/ShippingMethodTest.php src/Sylius/Component/Shipping/tests/Model/ShipmentUnitTest.php src/Sylius/Component/Shipping/tests/Model/ShippingMethodTranslationTest.php src/Sylius/Component/Shipping/tests/Model/ShippingCategoryTest.php src/Sylius/Component/Shipping/tests/Model/ShipmentTest.php src/Sylius/Component/Shipping/tests/Checker/Rule/TotalWeightGreaterThanOrEqualRuleCheckerTest.php src/Sylius/Component/Shipping/tests/Checker/Rule/TotalWeightLessThanOrEqualRuleCheckerTest.php src/Sylius/Component/Shipping/tests/Checker/Eligibility/CategoryRequirementEligibilityCheckerTest.php src/Sylius/Component/Shipping/tests/Checker/Eligibility/ShippingMethodRulesEligibilityCheckerTest.php src/Sylius/Component/Shipping/tests/Checker/Eligibility/CompositeShippingMethodEligibilityCheckerTest.php src/Sylius/Component/Shipping/tests/Exception/UnresolvedDefaultShippingMethodExceptionTest.php src/Sylius/Component/Shipping/tests/Calculator/DelegatingCalculatorTest.php src/Sylius/Component/Shipping/tests/Calculator/FlatRateCalculatorTest.php src/Sylius/Component/Shipping/tests/Calculator/PerUnitRateCalculatorTest.php src/Sylius/Component/Shipping/tests/Calculator/UndefinedShippingMethodExceptionTest.php src/Sylius/Component/Shipping/tests/Resolver/DefaultShippingMethodResolverTest.php src/Sylius/Component/Shipping/tests/Resolver/CompositeMethodsResolverTest.php src/Sylius/Component/Shipping/tests/Resolver/ShippingMethodsResolverTest.php src/Sylius/Component/Shipping/Repository/ShippingMethodRepositoryInterface.php src/Sylius/Component/Shipping/Resolver/DefaultShippingMethodResolver.php src/Sylius/Component/Shipping/Resolver/ShippingMethodsResolver.php src/Sylius/Component/Shipping/Resolver/CompositeMethodsResolver.php src/Sylius/Component/Shipping/Resolver/DefaultShippingMethodResolverInterface.php src/Sylius/Component/Shipping/Resolver/ShippingMethodsResolverInterface.php src/Sylius/Component/Shipping/composer.json src/Sylius/Component/Promotion/Provider/PreQualifiedPromotionsProviderInterface.php src/Sylius/Component/Promotion/Provider/ActivePromotionsProvider.php src/Sylius/Component/Promotion/Generator/PromotionCouponGenerator.php src/Sylius/Component/Promotion/Generator/PromotionCouponGeneratorInstruction.php src/Sylius/Component/Promotion/Generator/ReadablePromotionCouponGeneratorInstructionInterface.php src/Sylius/Component/Promotion/Generator/PromotionCouponGeneratorInterface.php src/Sylius/Component/Promotion/Generator/GenerationPolicyInterface.php src/Sylius/Component/Promotion/Generator/PercentageGenerationPolicy.php src/Sylius/Component/Promotion/phpunit.xml.dist src/Sylius/Component/Promotion/Factory/PromotionCouponGeneratorInstructionFactory.php src/Sylius/Component/Promotion/Factory/PromotionCouponFactory.php src/Sylius/Component/Promotion/Factory/PromotionCouponFactoryInterface.php src/Sylius/Component/Promotion/Factory/PromotionCouponGeneratorInstructionFactoryInterface.php src/Sylius/Component/Promotion/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Promotion/LICENSE src/Sylius/Component/Promotion/README.md src/Sylius/Component/Promotion/Model/CatalogPromotionStates.php src/Sylius/Component/Promotion/Model/PromotionCouponInterface.php src/Sylius/Component/Promotion/Model/PromotionSubjectInterface.php src/Sylius/Component/Promotion/Model/PromotionCoupon.php src/Sylius/Component/Promotion/Model/CatalogPromotionActionInterface.php src/Sylius/Component/Promotion/Model/CatalogPromotionInterface.php src/Sylius/Component/Promotion/Model/ConfigurablePromotionElementInterface.php src/Sylius/Component/Promotion/Model/PromotionRuleInterface.php src/Sylius/Component/Promotion/Model/CountablePromotionSubjectInterface.php src/Sylius/Component/Promotion/Model/CatalogPromotion.php src/Sylius/Component/Promotion/Model/CatalogPromotionScope.php src/Sylius/Component/Promotion/Model/CatalogPromotionTranslationInterface.php src/Sylius/Component/Promotion/Model/PromotionTranslation.php src/Sylius/Component/Promotion/Model/Promotion.php src/Sylius/Component/Promotion/Model/PromotionRule.php src/Sylius/Component/Promotion/Model/PromotionCouponAwarePromotionSubjectInterface.php src/Sylius/Component/Promotion/Model/CatalogPromotionTranslation.php src/Sylius/Component/Promotion/Model/CatalogPromotionScopeInterface.php src/Sylius/Component/Promotion/Model/PromotionAction.php src/Sylius/Component/Promotion/Model/CatalogPromotionTransitions.php src/Sylius/Component/Promotion/Model/PromotionTranslationInterface.php src/Sylius/Component/Promotion/Model/PromotionInterface.php src/Sylius/Component/Promotion/Model/PromotionActionInterface.php src/Sylius/Component/Promotion/Model/CatalogPromotionAction.php src/Sylius/Component/Promotion/Action/PromotionActionCommandInterface.php src/Sylius/Component/Promotion/Action/PromotionApplicatorInterface.php src/Sylius/Component/Promotion/Action/PromotionApplicator.php src/Sylius/Component/Promotion/Event/CatalogPromotionEnded.php src/Sylius/Component/Promotion/Event/CatalogPromotionCreated.php src/Sylius/Component/Promotion/Event/CatalogPromotionUpdated.php src/Sylius/Component/Promotion/Checker/Rule/RuleCheckerInterface.php src/Sylius/Component/Promotion/Checker/Eligibility/PromotionCouponEligibilityCheckerInterface.php src/Sylius/Component/Promotion/Checker/Eligibility/PromotionSubjectCouponEligibilityChecker.php src/Sylius/Component/Promotion/Checker/Eligibility/PromotionEligibilityCheckerInterface.php src/Sylius/Component/Promotion/Checker/Eligibility/PromotionCouponDurationEligibilityChecker.php src/Sylius/Component/Promotion/Checker/Eligibility/PromotionUsageLimitEligibilityChecker.php src/Sylius/Component/Promotion/Checker/Eligibility/PromotionCouponUsageLimitEligibilityChecker.php src/Sylius/Component/Promotion/Checker/Eligibility/CompositePromotionEligibilityChecker.php src/Sylius/Component/Promotion/Checker/Eligibility/PromotionRulesEligibilityChecker.php src/Sylius/Component/Promotion/Checker/Eligibility/PromotionArchivalEligibilityChecker.php src/Sylius/Component/Promotion/Checker/Eligibility/PromotionDurationEligibilityChecker.php src/Sylius/Component/Promotion/Checker/Eligibility/CompositePromotionCouponEligibilityChecker.php src/Sylius/Component/Promotion/Exception/FailedGenerationException.php src/Sylius/Component/Promotion/Exception/InvalidCatalogPromotionStateException.php src/Sylius/Component/Promotion/Exception/UnsupportedTypeException.php src/Sylius/Component/Promotion/Exception/CatalogPromotionNotFoundException.php src/Sylius/Component/Promotion/tests/Provider/ActivePromotionsProviderTest.php src/Sylius/Component/Promotion/tests/Generator/PercentageGenerationPolicyTest.php src/Sylius/Component/Promotion/tests/Generator/PromotionCouponGeneratorTest.php src/Sylius/Component/Promotion/tests/Generator/PromotionCouponGeneratorInstructionTest.php src/Sylius/Component/Promotion/tests/Factory/PromotionCouponGeneratorInstructionFactoryTest.php src/Sylius/Component/Promotion/tests/Factory/PromotionCouponFactoryTest.php src/Sylius/Component/Promotion/tests/Model/PromotionTest.php src/Sylius/Component/Promotion/tests/Model/PromotionTranslationTest.php src/Sylius/Component/Promotion/tests/Model/PromotionRuleTest.php src/Sylius/Component/Promotion/tests/Model/PromotionCouponTest.php src/Sylius/Component/Promotion/tests/Model/CatalogPromotionTest.php src/Sylius/Component/Promotion/tests/Model/CatalogPromotionScopeTest.php src/Sylius/Component/Promotion/tests/Model/PromotionActionTest.php src/Sylius/Component/Promotion/tests/Model/CatalogPromotionActionTest.php src/Sylius/Component/Promotion/tests/Model/CatalogPromotionTranslationTest.php src/Sylius/Component/Promotion/tests/Action/PromotionApplicatorTest.php src/Sylius/Component/Promotion/tests/Checker/Eligibility/PromotionSubjectCouponEligibilityCheckerTest.php src/Sylius/Component/Promotion/tests/Checker/Eligibility/PromotionRulesEligibilityCheckerTest.php src/Sylius/Component/Promotion/tests/Checker/Eligibility/PromotionDurationEligibilityCheckerTest.php src/Sylius/Component/Promotion/tests/Checker/Eligibility/CompositePromotionCouponEligibilityCheckerTest.php src/Sylius/Component/Promotion/tests/Checker/Eligibility/PromotionArchivalEligibilityCheckerTest.php src/Sylius/Component/Promotion/tests/Checker/Eligibility/PromotionCouponDurationEligibilityCheckerTest.php src/Sylius/Component/Promotion/tests/Checker/Eligibility/PromotionUsageLimitEligibilityCheckerTest.php src/Sylius/Component/Promotion/tests/Checker/Eligibility/CompositePromotionEligibilityCheckerTest.php src/Sylius/Component/Promotion/tests/Checker/Eligibility/PromotionCouponUsageLimitEligibilityCheckerTest.php src/Sylius/Component/Promotion/tests/Exception/FailedGenerationExceptionTest.php src/Sylius/Component/Promotion/tests/Processor/PromotionProcessorTest.php src/Sylius/Component/Promotion/Repository/PromotionRepositoryInterface.php src/Sylius/Component/Promotion/Repository/PromotionCouponRepositoryInterface.php src/Sylius/Component/Promotion/Repository/CatalogPromotionRepositoryInterface.php src/Sylius/Component/Promotion/composer.json src/Sylius/Component/Promotion/Processor/PromotionProcessor.php src/Sylius/Component/Promotion/Processor/PromotionProcessorInterface.php src/Sylius/Component/Payment/phpunit.xml.dist src/Sylius/Component/Payment/Factory/PaymentFactoryInterface.php src/Sylius/Component/Payment/Factory/PaymentRequestFactoryInterface.php src/Sylius/Component/Payment/Factory/PaymentFactory.php src/Sylius/Component/Payment/Factory/PaymentRequestFactory.php src/Sylius/Component/Payment/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Payment/LICENSE src/Sylius/Component/Payment/README.md src/Sylius/Component/Payment/Model/GatewayConfigInterface.php src/Sylius/Component/Payment/Model/PaymentMethodTranslationInterface.php src/Sylius/Component/Payment/Model/GatewayConfig.php src/Sylius/Component/Payment/Model/PaymentsSubjectInterface.php src/Sylius/Component/Payment/Model/PaymentMethodTranslation.php src/Sylius/Component/Payment/Model/PaymentRequest.php src/Sylius/Component/Payment/Model/PaymentMethod.php src/Sylius/Component/Payment/Model/PaymentMethodInterface.php src/Sylius/Component/Payment/Model/Payment.php src/Sylius/Component/Payment/Model/PaymentInterface.php src/Sylius/Component/Payment/Model/PaymentRequestInterface.php src/Sylius/Component/Payment/Encryption/Encrypter.php src/Sylius/Component/Payment/Encryption/GatewayConfigEncrypter.php src/Sylius/Component/Payment/Encryption/EncryptionCheckTrait.php src/Sylius/Component/Payment/Encryption/EntityEncrypterInterface.php src/Sylius/Component/Payment/Encryption/EncryptionAwareInterface.php src/Sylius/Component/Payment/Encryption/Exception/EncryptionException.php src/Sylius/Component/Payment/Encryption/PaymentRequestEncrypter.php src/Sylius/Component/Payment/Encryption/EncrypterInterface.php src/Sylius/Component/Payment/Canceller/PaymentRequestCancellerInterface.php src/Sylius/Component/Payment/Exception/InvalidPaymentRequestPayloadException.php src/Sylius/Component/Payment/Exception/UnresolvedDefaultPaymentMethodException.php src/Sylius/Component/Payment/Exception/PaymentRequestNotFoundException.php src/Sylius/Component/Payment/tests/Factory/PaymentFactoryTest.php src/Sylius/Component/Payment/tests/Model/PaymentRequestTest.php src/Sylius/Component/Payment/tests/Model/GatewayConfigTest.php src/Sylius/Component/Payment/tests/Model/PaymentMethodTest.php src/Sylius/Component/Payment/tests/Model/PaymentTest.php src/Sylius/Component/Payment/tests/Encryption/PaymentRequestEncrypterTest.php src/Sylius/Component/Payment/tests/Encryption/fixtures/encryption_key src/Sylius/Component/Payment/tests/Encryption/GatewayConfigEncrypterTest.php src/Sylius/Component/Payment/tests/Encryption/EncrypterTest.php src/Sylius/Component/Payment/tests/Exception/UnresolvedDefaultPaymentMethodExceptionTest.php src/Sylius/Component/Payment/tests/Resolver/DefaultPaymentMethodResolverTest.php src/Sylius/Component/Payment/tests/Resolver/PaymentMethodsResolverTest.php src/Sylius/Component/Payment/tests/Resolver/CompositeMethodsResolverTest.php src/Sylius/Component/Payment/PaymentTransitions.php src/Sylius/Component/Payment/Repository/PaymentRequestRepositoryInterface.php src/Sylius/Component/Payment/Repository/PaymentMethodRepositoryInterface.php src/Sylius/Component/Payment/Resolver/DefaultPaymentMethodResolverInterface.php src/Sylius/Component/Payment/Resolver/DefaultPaymentMethodResolver.php src/Sylius/Component/Payment/Resolver/CompositeMethodsResolver.php src/Sylius/Component/Payment/Resolver/PaymentMethodsResolver.php src/Sylius/Component/Payment/Resolver/PaymentMethodsResolverInterface.php src/Sylius/Component/Payment/composer.json src/Sylius/Component/Payment/PaymentRequestTransitions.php src/Sylius/Component/Customer/phpunit.xml.dist src/Sylius/Component/Customer/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Customer/LICENSE src/Sylius/Component/Customer/README.md src/Sylius/Component/Customer/Model/CustomerAwareInterface.php src/Sylius/Component/Customer/Model/CustomerGroupInterface.php src/Sylius/Component/Customer/Model/CustomerGroup.php src/Sylius/Component/Customer/Model/Customer.php src/Sylius/Component/Customer/Model/CustomerInterface.php src/Sylius/Component/Customer/Context/CustomerContextInterface.php src/Sylius/Component/Customer/tests/Model/CustomerGroupTest.php src/Sylius/Component/Customer/tests/Model/CustomerTest.php src/Sylius/Component/Customer/Repository/CustomerGroupRepositoryInterface.php src/Sylius/Component/Customer/composer.json src/Sylius/Component/Review/phpunit.xml.dist src/Sylius/Component/Review/Factory/ReviewFactory.php src/Sylius/Component/Review/Factory/ReviewFactoryInterface.php src/Sylius/Component/Review/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Review/LICENSE src/Sylius/Component/Review/README.md src/Sylius/Component/Review/Model/ReviewableInterface.php src/Sylius/Component/Review/Model/Reviewer.php src/Sylius/Component/Review/Model/ReviewerInterface.php src/Sylius/Component/Review/Model/ReviewInterface.php src/Sylius/Component/Review/Model/Review.php src/Sylius/Component/Review/Calculator/AverageRatingCalculator.php src/Sylius/Component/Review/Calculator/ReviewableRatingCalculatorInterface.php src/Sylius/Component/Review/tests/Factory/ReviewFactoryTest.php src/Sylius/Component/Review/tests/Model/ReviewTest.php src/Sylius/Component/Review/tests/Model/ReviewerTest.php src/Sylius/Component/Review/tests/Calculator/AverageRatingCalculatorTest.php src/Sylius/Component/Review/composer.json src/Sylius/Component/Addressing/Provider/ProvinceNamingProviderInterface.php src/Sylius/Component/Addressing/Provider/ProvinceNamingProvider.php src/Sylius/Component/Addressing/Converter/CountryNameConverter.php src/Sylius/Component/Addressing/Converter/CountryNameConverterInterface.php src/Sylius/Component/Addressing/phpunit.xml.dist src/Sylius/Component/Addressing/Factory/ZoneFactoryInterface.php src/Sylius/Component/Addressing/Factory/ZoneFactory.php src/Sylius/Component/Addressing/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Addressing/Comparator/AddressComparator.php src/Sylius/Component/Addressing/Comparator/AddressComparatorInterface.php src/Sylius/Component/Addressing/LICENSE src/Sylius/Component/Addressing/README.md src/Sylius/Component/Addressing/Model/Scope.php src/Sylius/Component/Addressing/Model/AddressLogEntry.php src/Sylius/Component/Addressing/Model/ProvinceInterface.php src/Sylius/Component/Addressing/Model/Province.php src/Sylius/Component/Addressing/Model/ZoneMemberInterface.php src/Sylius/Component/Addressing/Model/ZoneMember.php src/Sylius/Component/Addressing/Model/Zone.php src/Sylius/Component/Addressing/Model/AddressInterface.php src/Sylius/Component/Addressing/Model/CountryInterface.php src/Sylius/Component/Addressing/Model/Address.php src/Sylius/Component/Addressing/Model/ZoneInterface.php src/Sylius/Component/Addressing/Model/Country.php src/Sylius/Component/Addressing/Checker/CountryProvincesDeletionChecker.php src/Sylius/Component/Addressing/Checker/CountryProvincesDeletionCheckerInterface.php src/Sylius/Component/Addressing/Checker/ZoneDeletionCheckerInterface.php src/Sylius/Component/Addressing/Checker/ZoneDeletionChecker.php src/Sylius/Component/Addressing/tests/Provider/ProvinceNamingProviderTest.php src/Sylius/Component/Addressing/tests/Converter/CountryNameConverterTest.php src/Sylius/Component/Addressing/tests/Factory/ZoneFactoryTest.php src/Sylius/Component/Addressing/tests/Comparator/AddressComparatorTest.php src/Sylius/Component/Addressing/tests/Model/CountryTest.php src/Sylius/Component/Addressing/tests/Model/AddressTest.php src/Sylius/Component/Addressing/tests/Model/ProvinceTest.php src/Sylius/Component/Addressing/tests/Model/ZoneTest.php src/Sylius/Component/Addressing/tests/Model/ZoneMemberTest.php src/Sylius/Component/Addressing/tests/Checker/CountryProvincesDeletionCheckerTest.php src/Sylius/Component/Addressing/tests/Checker/ZoneDeletionCheckerTest.php src/Sylius/Component/Addressing/tests/Matcher/ZoneMatcherTest.php src/Sylius/Component/Addressing/Repository/ZoneRepositoryInterface.php src/Sylius/Component/Addressing/Repository/ZoneMemberRepositoryInterface.php src/Sylius/Component/Addressing/Repository/CountryRepositoryInterface.php src/Sylius/Component/Addressing/Repository/ProvinceRepositoryInterface.php src/Sylius/Component/Addressing/Repository/AddressRepositoryInterface.php src/Sylius/Component/Addressing/Matcher/ZoneMatcherInterface.php src/Sylius/Component/Addressing/Matcher/ZoneMatcher.php src/Sylius/Component/Addressing/composer.json src/Sylius/Component/Inventory/phpunit.xml.dist src/Sylius/Component/Inventory/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Component/Inventory/LICENSE src/Sylius/Component/Inventory/README.md src/Sylius/Component/Inventory/Model/InventoryUnit.php src/Sylius/Component/Inventory/Model/InventoryUnitInterface.php src/Sylius/Component/Inventory/Model/StockableInterface.php src/Sylius/Component/Inventory/Checker/AvailabilityCheckerInterface.php src/Sylius/Component/Inventory/Checker/AvailabilityChecker.php src/Sylius/Component/Inventory/tests/Model/InventoryUnitTest.php src/Sylius/Component/Inventory/tests/Checker/AvailabilityCheckerTest.php src/Sylius/Component/Inventory/composer.json src/Sylius/Abstraction/StateMachine/phpunit.xml.dist src/Sylius/Abstraction/StateMachine/src/SyliusStateMachineAbstractionBundle.php src/Sylius/Abstraction/StateMachine/src/DependencyInjection/Configuration.php src/Sylius/Abstraction/StateMachine/src/DependencyInjection/SyliusStateMachineAbstractionExtension.php src/Sylius/Abstraction/StateMachine/src/Exception/StateMachineExecutionException.php src/Sylius/Abstraction/StateMachine/src/StateMachineInterface.php src/Sylius/Abstraction/StateMachine/src/SymfonyWorkflowAdapter.php src/Sylius/Abstraction/StateMachine/src/CompositeStateMachine.php src/Sylius/Abstraction/StateMachine/src/Twig/StateMachineExtension.php src/Sylius/Abstraction/StateMachine/src/TransitionInterface.php src/Sylius/Abstraction/StateMachine/src/WinzouStateMachineAdapter.php src/Sylius/Abstraction/StateMachine/src/Transition.php src/Sylius/Abstraction/StateMachine/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Abstraction/StateMachine/LICENSE src/Sylius/Abstraction/StateMachine/README.md src/Sylius/Abstraction/StateMachine/config/services.xml src/Sylius/Abstraction/StateMachine/config/services/integrations/winzou.xml src/Sylius/Abstraction/StateMachine/tests/Functional/DependencyInjection/ConfigurationTest.php src/Sylius/Abstraction/StateMachine/tests/Unit/TransitionTest.php src/Sylius/Abstraction/StateMachine/tests/Unit/WinzouStateMachineAdapterTest.php src/Sylius/Abstraction/StateMachine/tests/Unit/SymfonyWorkflowAdapterTest.php src/Sylius/Abstraction/StateMachine/tests/Unit/CompositeStateMachineTest.php src/Sylius/Abstraction/StateMachine/composer.json src/Sylius/Behat/Resources/fixtures/sylius.svg src/Sylius/Behat/Resources/config/services.xml src/Sylius/Behat/Resources/config/services/contexts/setup.xml src/Sylius/Behat/Resources/config/services/contexts/api.xml src/Sylius/Behat/Resources/config/services/contexts/domain.xml src/Sylius/Behat/Resources/config/services/contexts/hybrid.xml src/Sylius/Behat/Resources/config/services/contexts/cli.xml src/Sylius/Behat/Resources/config/services/contexts/transform.xml src/Sylius/Behat/Resources/config/services/contexts/hybrid/setup.xml src/Sylius/Behat/Resources/config/services/contexts/ui.xml src/Sylius/Behat/Resources/config/services/contexts/api/shop.xml src/Sylius/Behat/Resources/config/services/contexts/api/email.xml src/Sylius/Behat/Resources/config/services/contexts/api/admin.xml src/Sylius/Behat/Resources/config/services/contexts/api/common.xml src/Sylius/Behat/Resources/config/services/contexts/hook.xml src/Sylius/Behat/Resources/config/services/api.xml src/Sylius/Behat/Resources/config/services/pages.xml src/Sylius/Behat/Resources/config/services/contexts.xml src/Sylius/Behat/Resources/config/services/pages/shop.xml src/Sylius/Behat/Resources/config/services/pages/admin/tax_rate.xml src/Sylius/Behat/Resources/config/services/pages/admin/inventory.xml src/Sylius/Behat/Resources/config/services/pages/admin/product.xml src/Sylius/Behat/Resources/config/services/pages/admin/impersonate_user.xml src/Sylius/Behat/Resources/config/services/pages/admin/account.xml src/Sylius/Behat/Resources/config/services/pages/admin/locale.xml src/Sylius/Behat/Resources/config/services/pages/admin/taxon.xml src/Sylius/Behat/Resources/config/services/pages/admin/promotion.xml src/Sylius/Behat/Resources/config/services/pages/admin/currency.xml src/Sylius/Behat/Resources/config/services/pages/admin/zone.xml src/Sylius/Behat/Resources/config/services/pages/admin/exchange_rate.xml src/Sylius/Behat/Resources/config/services/pages/admin/dashboard.xml src/Sylius/Behat/Resources/config/services/pages/admin/catalog_promotion.xml src/Sylius/Behat/Resources/config/services/pages/admin/customer_group.xml src/Sylius/Behat/Resources/config/services/pages/admin/order.xml src/Sylius/Behat/Resources/config/services/pages/admin/payment_method.xml src/Sylius/Behat/Resources/config/services/pages/admin/tax_category.xml src/Sylius/Behat/Resources/config/services/pages/admin/payment.xml src/Sylius/Behat/Resources/config/services/pages/admin/price_history.xml src/Sylius/Behat/Resources/config/services/pages/admin/admin_user.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_option.xml src/Sylius/Behat/Resources/config/services/pages/admin/promotion_coupon.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_association_type.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_variant.xml src/Sylius/Behat/Resources/config/services/pages/admin/shipping_category.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_attribute.xml src/Sylius/Behat/Resources/config/services/pages/admin/shipment.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_review.xml src/Sylius/Behat/Resources/config/services/pages/admin/shipping_method.xml src/Sylius/Behat/Resources/config/services/pages/admin/customer.xml src/Sylius/Behat/Resources/config/services/pages/admin/channel.xml src/Sylius/Behat/Resources/config/services/pages/admin/country.xml src/Sylius/Behat/Resources/config/services/pages/test_plugin.xml src/Sylius/Behat/Resources/config/services/pages/admin.xml src/Sylius/Behat/Resources/config/services/pages/shop/product.xml src/Sylius/Behat/Resources/config/services/pages/shop/account.xml src/Sylius/Behat/Resources/config/services/pages/shop/checkout.xml src/Sylius/Behat/Resources/config/services/pages/shop/order.xml src/Sylius/Behat/Resources/config/services/pages/shop/contact.xml src/Sylius/Behat/Resources/config/services/pages/shop/payment_request.xml src/Sylius/Behat/Resources/config/services/elements/product.xml src/Sylius/Behat/Resources/config/services/elements/shop.xml src/Sylius/Behat/Resources/config/services/elements/admin/product.xml src/Sylius/Behat/Resources/config/services/elements/admin/product_attribute.xml src/Sylius/Behat/Resources/config/services/elements/admin.xml src/Sylius/Behat/Resources/config/services/elements/common.xml src/Sylius/Behat/Resources/config/suites/ui/contact/requesting_contact.yml src/Sylius/Behat/Resources/config/suites/ui/channel/theming.yml src/Sylius/Behat/Resources/config/suites/ui/channel/managing_channels.yml src/Sylius/Behat/Resources/config/suites/ui/channel/channels.yml src/Sylius/Behat/Resources/config/suites/ui/channel/products_accessibility_in_multiple_channels.yml src/Sylius/Behat/Resources/config/suites/ui/order/managing_orders.yml src/Sylius/Behat/Resources/config/suites/ui/order/modifying_placed_order_address.yaml src/Sylius/Behat/Resources/config/suites/ui/order/order_history.yml src/Sylius/Behat/Resources/config/suites/ui/product/managing_product_attributes.yml src/Sylius/Behat/Resources/config/suites/ui/product/viewing_product_in_admin_panel.yaml src/Sylius/Behat/Resources/config/suites/ui/product/managing_product_reviews.yml src/Sylius/Behat/Resources/config/suites/ui/product/viewing_price_history.yaml src/Sylius/Behat/Resources/config/suites/ui/product/navigating_between_product_show_and_edit_pages.yaml src/Sylius/Behat/Resources/config/suites/ui/product/adding_product_review.yml src/Sylius/Behat/Resources/config/suites/ui/product/accessing_price_history.yml src/Sylius/Behat/Resources/config/suites/ui/product/managing_products.yml src/Sylius/Behat/Resources/config/suites/ui/product/managing_product_association_types.yml src/Sylius/Behat/Resources/config/suites/ui/product/viewing_product_reviews.yml src/Sylius/Behat/Resources/config/suites/ui/product/managing_product_options.yml src/Sylius/Behat/Resources/config/suites/ui/product/managing_product_variants.yml src/Sylius/Behat/Resources/config/suites/ui/product/viewing_products.yml src/Sylius/Behat/Resources/config/suites/ui/product/viewing_price_history_after_catalog_promotions.yaml src/Sylius/Behat/Resources/config/suites/ui/taxonomy/managing_taxons.yml src/Sylius/Behat/Resources/config/suites/ui/promotion/receiving_discount.yml src/Sylius/Behat/Resources/config/suites/ui/promotion/managing_catalog_promotions.yml src/Sylius/Behat/Resources/config/suites/ui/promotion/applying_catalog_promotions.yml src/Sylius/Behat/Resources/config/suites/ui/promotion/applying_promotion_coupon.yml src/Sylius/Behat/Resources/config/suites/ui/promotion/managing_promotions.yml src/Sylius/Behat/Resources/config/suites/ui/promotion/applying_promotion_rules.yml src/Sylius/Behat/Resources/config/suites/ui/promotion/managing_promotion_coupons.yml src/Sylius/Behat/Resources/config/suites/ui/promotion/removing_catalog_promotions.yml src/Sylius/Behat/Resources/config/suites/ui/checkout/checkout.yml src/Sylius/Behat/Resources/config/suites/ui/checkout/paying_for_order.yml src/Sylius/Behat/Resources/config/suites/ui/admin/panel.yml src/Sylius/Behat/Resources/config/suites/ui/admin/locale.yml src/Sylius/Behat/Resources/config/suites/ui/admin/dashboard.yaml src/Sylius/Behat/Resources/config/suites/ui/admin/security.yml src/Sylius/Behat/Resources/config/suites/ui/admin/impersonating_customers.yml src/Sylius/Behat/Resources/config/suites/ui/admin/login.yml src/Sylius/Behat/Resources/config/suites/ui/locale/managing_locales.yml src/Sylius/Behat/Resources/config/suites/ui/locale/locales.yml src/Sylius/Behat/Resources/config/suites/ui/currency/currencies.yml src/Sylius/Behat/Resources/config/suites/ui/currency/managing_exchange_rates.yml src/Sylius/Behat/Resources/config/suites/ui/currency/managing_currencies.yml src/Sylius/Behat/Resources/config/suites/ui/errors/admin/error_page.yaml src/Sylius/Behat/Resources/config/suites/ui/errors/shop/error_page.yaml src/Sylius/Behat/Resources/config/suites/ui/payment/managing_payments.yml src/Sylius/Behat/Resources/config/suites/ui/payment/managing_payment_methods.yml src/Sylius/Behat/Resources/config/suites/ui/cart/accessing_cart.yaml src/Sylius/Behat/Resources/config/suites/ui/cart/shopping_cart.yml src/Sylius/Behat/Resources/config/suites/ui/user/managing_customers.yml src/Sylius/Behat/Resources/config/suites/ui/user/managing_customer_groups.yml src/Sylius/Behat/Resources/config/suites/ui/user/managing_users.yml src/Sylius/Behat/Resources/config/suites/ui/user/customer_statistics.yml src/Sylius/Behat/Resources/config/suites/ui/user/managing_administrators.yml src/Sylius/Behat/Resources/config/suites/ui/homepage/viewing_products.yml src/Sylius/Behat/Resources/config/suites/ui/shipping/managing_shipments.yml src/Sylius/Behat/Resources/config/suites/ui/shipping/applying_shipping_method_rules.yml src/Sylius/Behat/Resources/config/suites/ui/shipping/managing_shipping_methods.yml src/Sylius/Behat/Resources/config/suites/ui/shipping/viewing_shipping_methods.yml src/Sylius/Behat/Resources/config/suites/ui/shipping/applying_shipping_fee.yml src/Sylius/Behat/Resources/config/suites/ui/shipping/managing_shipping_categories.yml src/Sylius/Behat/Resources/config/suites/ui/payment_request/payment_request_notify.yml src/Sylius/Behat/Resources/config/suites/ui/taxation/managing_tax_rates.yml src/Sylius/Behat/Resources/config/suites/ui/taxation/managing_tax_categories.yml src/Sylius/Behat/Resources/config/suites/ui/taxation/applying_taxes.yml src/Sylius/Behat/Resources/config/suites/ui/inventory/managing_inventory.yml src/Sylius/Behat/Resources/config/suites/ui/inventory/cart_inventory.yml src/Sylius/Behat/Resources/config/suites/ui/inventory/checkout_inventory.yml src/Sylius/Behat/Resources/config/suites/ui/inventory/displaying_inventory_on_edit_product_page.yml src/Sylius/Behat/Resources/config/suites/ui/addressing/managing_countries.yml src/Sylius/Behat/Resources/config/suites/ui/addressing/managing_zones.yml src/Sylius/Behat/Resources/config/suites/ui/account/email_verification.yml src/Sylius/Behat/Resources/config/suites/ui/account/customer.yml src/Sylius/Behat/Resources/config/suites/ui/account/customer_registration.yml src/Sylius/Behat/Resources/config/suites/ui/account/address_book.yml src/Sylius/Behat/Resources/config/suites/ui/account/login.yml src/Sylius/Behat/Resources/config/suites/api.yml src/Sylius/Behat/Resources/config/suites/hybrid.yml src/Sylius/Behat/Resources/config/suites/cli.yml src/Sylius/Behat/Resources/config/suites/hybrid/cart/shopping_cart.yml src/Sylius/Behat/Resources/config/suites/cli/change_admin_password.yml src/Sylius/Behat/Resources/config/suites/cli/canceling_unpaid_orders.yml src/Sylius/Behat/Resources/config/suites/cli/installer.yml src/Sylius/Behat/Resources/config/suites/api/contact/requesting_contact.yml src/Sylius/Behat/Resources/config/suites/api/channel/managing_channels.yml src/Sylius/Behat/Resources/config/suites/api/channel/channels.yml src/Sylius/Behat/Resources/config/suites/api/order/order_history.yaml src/Sylius/Behat/Resources/config/suites/api/order/managing_orders.yml src/Sylius/Behat/Resources/config/suites/api/order/modifying_placed_order_address.yaml src/Sylius/Behat/Resources/config/suites/api/product/managing_product_attributes.yml src/Sylius/Behat/Resources/config/suites/api/product/viewing_product_in_admin_panel.yaml src/Sylius/Behat/Resources/config/suites/api/product/managing_product_reviews.yml src/Sylius/Behat/Resources/config/suites/api/product/viewing_product_variants.yml src/Sylius/Behat/Resources/config/suites/api/product/adding_product_review.yml src/Sylius/Behat/Resources/config/suites/api/product/managing_products.yml src/Sylius/Behat/Resources/config/suites/api/product/managing_product_association_types.yml src/Sylius/Behat/Resources/config/suites/api/product/viewing_product_reviews.yml src/Sylius/Behat/Resources/config/suites/api/product/managing_product_options.yml src/Sylius/Behat/Resources/config/suites/api/product/managing_product_variants.yml src/Sylius/Behat/Resources/config/suites/api/product/viewing_products.yml src/Sylius/Behat/Resources/config/suites/api/product/viewing_price_history_after_catalog_promotions.yml src/Sylius/Behat/Resources/config/suites/api/product/viewing_price_history.yml src/Sylius/Behat/Resources/config/suites/api/promotion/receiving_discount.yml src/Sylius/Behat/Resources/config/suites/api/promotion/managing_catalog_promotions.yml src/Sylius/Behat/Resources/config/suites/api/promotion/applying_catalog_promotions.yml src/Sylius/Behat/Resources/config/suites/api/promotion/applying_promotion_coupon.yml src/Sylius/Behat/Resources/config/suites/api/promotion/managing_promotions.yml src/Sylius/Behat/Resources/config/suites/api/promotion/applying_promotion_rules.yml src/Sylius/Behat/Resources/config/suites/api/promotion/managing_promotion_coupons.yml src/Sylius/Behat/Resources/config/suites/api/promotion/removing_catalog_promotions.yml src/Sylius/Behat/Resources/config/suites/api/checkout/checkout.yml src/Sylius/Behat/Resources/config/suites/api/checkout/paying_for_order.yml src/Sylius/Behat/Resources/config/suites/api/admin/dashboard.yaml src/Sylius/Behat/Resources/config/suites/api/admin/security.yml src/Sylius/Behat/Resources/config/suites/api/admin/locale.yaml src/Sylius/Behat/Resources/config/suites/api/admin/login.yml src/Sylius/Behat/Resources/config/suites/api/locale/managing_locales.yaml src/Sylius/Behat/Resources/config/suites/api/locale/locales.yaml src/Sylius/Behat/Resources/config/suites/api/currency/currencies.yml src/Sylius/Behat/Resources/config/suites/api/currency/managing_exchange_rates.yml src/Sylius/Behat/Resources/config/suites/api/currency/managing_currencies.yml src/Sylius/Behat/Resources/config/suites/api/currency/viewing_exchange_rates.yml src/Sylius/Behat/Resources/config/suites/api/taxon/managing_taxons.yml src/Sylius/Behat/Resources/config/suites/api/payment/managing_payments.yml src/Sylius/Behat/Resources/config/suites/api/payment/managing_payment_methods.yaml src/Sylius/Behat/Resources/config/suites/api/cart/accessing_cart.yml src/Sylius/Behat/Resources/config/suites/api/cart/shopping_cart.yml src/Sylius/Behat/Resources/config/suites/api/user/managing_customers.yml src/Sylius/Behat/Resources/config/suites/api/user/managing_customer_groups.yml src/Sylius/Behat/Resources/config/suites/api/user/managing_users.yml src/Sylius/Behat/Resources/config/suites/api/user/managing_administrators.yml src/Sylius/Behat/Resources/config/suites/api/homepage/viewing_products.yml src/Sylius/Behat/Resources/config/suites/api/shipping/managing_shipments.yml src/Sylius/Behat/Resources/config/suites/api/shipping/applying_shipping_method_rules.yml src/Sylius/Behat/Resources/config/suites/api/shipping/managing_shipping_methods.yml src/Sylius/Behat/Resources/config/suites/api/shipping/viewing_shipping_methods.yml src/Sylius/Behat/Resources/config/suites/api/shipping/applying_shipping_fee.yml src/Sylius/Behat/Resources/config/suites/api/shipping/managing_shipping_categories.yml src/Sylius/Behat/Resources/config/suites/api/taxation/managing_tax_rates.yml src/Sylius/Behat/Resources/config/suites/api/taxation/managing_tax_categories.yml src/Sylius/Behat/Resources/config/suites/api/taxation/applying_taxes.yml src/Sylius/Behat/Resources/config/suites/api/inventory/cart_inventory.yml src/Sylius/Behat/Resources/config/suites/api/inventory/checkout_inventory.yaml src/Sylius/Behat/Resources/config/suites/api/inventory/managing_inventory.yaml src/Sylius/Behat/Resources/config/suites/api/addressing/managing_zones.yml src/Sylius/Behat/Resources/config/suites/api/addressing/managing_countries.yaml src/Sylius/Behat/Resources/config/suites/api/account/login.yaml src/Sylius/Behat/Resources/config/suites/api/account/email_verification.yml src/Sylius/Behat/Resources/config/suites/api/account/customer.yml src/Sylius/Behat/Resources/config/suites/api/account/customer_registration.yml src/Sylius/Behat/Resources/config/suites/api/account/address_book.yml src/Sylius/Behat/Resources/config/suites/ui.yml src/Sylius/Behat/Resources/config/suites/domain.yml src/Sylius/Behat/Resources/config/suites/domain/order/managing_orders.yml src/Sylius/Behat/Resources/config/suites/domain/product/managing_price_history.yml src/Sylius/Behat/Resources/config/suites/domain/product/managing_products.yml src/Sylius/Behat/Resources/config/suites/domain/product/managing_product_variants.yml src/Sylius/Behat/Resources/config/suites/domain/promotion/managing_promotions.yml src/Sylius/Behat/Resources/config/suites/domain/promotion/managing_promotion_coupons.yml src/Sylius/Behat/Resources/config/suites/domain/cart/shopping_cart.yml src/Sylius/Behat/Resources/config/suites/domain/shipping/managing_shipping_methods.yml src/Sylius/Behat/Resources/config/suites.yml src/Sylius/Behat/NotificationType.php src/Sylius/Behat/Behaviour/DocumentAccessor.php src/Sylius/Behat/Behaviour/SpecifiesItsField.php src/Sylius/Behat/Behaviour/DescribesIt.php src/Sylius/Behat/Behaviour/SessionAccessor.php src/Sylius/Behat/Behaviour/CountsChannelBasedErrors.php src/Sylius/Behat/Behaviour/NamesIt.php src/Sylius/Behat/Behaviour/ChecksCodeImmutability.php src/Sylius/Behat/Behaviour/Toggles.php src/Sylius/Behat/Client/RequestBuilder.php src/Sylius/Behat/Client/ResponseChecker.php src/Sylius/Behat/Client/ApiPlatformSecurityClient.php src/Sylius/Behat/Client/RequestBuilderInterface.php src/Sylius/Behat/Client/ApiSecurityClientInterface.php src/Sylius/Behat/Client/RequestInterface.php src/Sylius/Behat/Client/ApiPlatformClient.php src/Sylius/Behat/Client/Request.php src/Sylius/Behat/Client/ApiClientInterface.php src/Sylius/Behat/Client/ContentTypeGuide.php src/Sylius/Behat/Client/RequestFactory.php src/Sylius/Behat/Client/ContentTypeGuideInterface.php src/Sylius/Behat/Client/ResponseCheckerInterface.php src/Sylius/Behat/Client/RequestFactoryInterface.php src/Sylius/Behat/Context/Setup/ProductOptionContext.php src/Sylius/Behat/Context/Setup/ThemeContext.php src/Sylius/Behat/Context/Setup/AdminUserContext.php src/Sylius/Behat/Context/Setup/OrderContext.php src/Sylius/Behat/Context/Setup/ExchangeRateContext.php src/Sylius/Behat/Context/Setup/ProductAttributeContext.php src/Sylius/Behat/Context/Setup/PriceHistoryContext.php src/Sylius/Behat/Context/Setup/AdminSecurityContext.php src/Sylius/Behat/Context/Setup/GeographicalContext.php src/Sylius/Behat/Context/Setup/TaxationContext.php src/Sylius/Behat/Context/Setup/Checkout/AddressContext.php src/Sylius/Behat/Context/Setup/Checkout/PaymentContext.php src/Sylius/Behat/Context/Setup/Checkout/ShippingContext.php src/Sylius/Behat/Context/Setup/CatalogPromotionContext.php src/Sylius/Behat/Context/Setup/CurrencyContext.php src/Sylius/Behat/Context/Setup/CartContext.php src/Sylius/Behat/Context/Setup/PromotionContext.php src/Sylius/Behat/Context/Setup/TaxonomyContext.php src/Sylius/Behat/Context/Setup/UserContext.php src/Sylius/Behat/Context/Setup/ProductReviewContext.php src/Sylius/Behat/Context/Setup/ProductContext.php src/Sylius/Behat/Context/Setup/CustomerGroupContext.php src/Sylius/Behat/Context/Setup/LocaleContext.php src/Sylius/Behat/Context/Setup/PaymentRequestContext.php src/Sylius/Behat/Context/Setup/CheckoutContext.php src/Sylius/Behat/Context/Setup/ProductTaxonContext.php src/Sylius/Behat/Context/Setup/ProductAssociationContext.php src/Sylius/Behat/Context/Setup/ChannelContext.php src/Sylius/Behat/Context/Setup/AddressContext.php src/Sylius/Behat/Context/Setup/ShopSecurityContext.php src/Sylius/Behat/Context/Setup/PaymentContext.php src/Sylius/Behat/Context/Setup/ShippingCategoryContext.php src/Sylius/Behat/Context/Setup/ShippingContext.php src/Sylius/Behat/Context/Setup/CustomerContext.php src/Sylius/Behat/Context/Setup/CalendarContext.php src/Sylius/Behat/Context/Setup/ZoneContext.php src/Sylius/Behat/Context/Cli/CancelUnpaidOrdersContext.php src/Sylius/Behat/Context/Cli/InstallerContext.php src/Sylius/Behat/Context/Cli/ChangeAdminPasswordContext.php src/Sylius/Behat/Context/Transform/DateTimeContext.php src/Sylius/Behat/Context/Transform/ProductOptionContext.php src/Sylius/Behat/Context/Transform/ThemeContext.php src/Sylius/Behat/Context/Transform/AdminUserContext.php src/Sylius/Behat/Context/Transform/OrderContext.php src/Sylius/Behat/Context/Transform/ExchangeRateContext.php src/Sylius/Behat/Context/Transform/ProductAttributeContext.php src/Sylius/Behat/Context/Transform/LexicalContext.php src/Sylius/Behat/Context/Transform/ProductOptionValueContext.php src/Sylius/Behat/Context/Transform/CatalogPromotionContext.php src/Sylius/Behat/Context/Transform/ProductAssociationTypeContext.php src/Sylius/Behat/Context/Transform/ProvinceContext.php src/Sylius/Behat/Context/Transform/CurrencyContext.php src/Sylius/Behat/Context/Transform/ZoneMemberContext.php src/Sylius/Behat/Context/Transform/ProductVariantContext.php src/Sylius/Behat/Context/Transform/CartContext.php src/Sylius/Behat/Context/Transform/PromotionContext.php src/Sylius/Behat/Context/Transform/ShippingMethodContext.php src/Sylius/Behat/Context/Transform/SharedStorageContext.php src/Sylius/Behat/Context/Transform/ShippingCalculatorContext.php src/Sylius/Behat/Context/Transform/TaxRateContext.php src/Sylius/Behat/Context/Transform/UserContext.php src/Sylius/Behat/Context/Transform/ProductReviewContext.php src/Sylius/Behat/Context/Transform/ProductContext.php src/Sylius/Behat/Context/Transform/CustomerGroupContext.php src/Sylius/Behat/Context/Transform/LocaleContext.php src/Sylius/Behat/Context/Transform/CouponContext.php src/Sylius/Behat/Context/Transform/CountryContext.php src/Sylius/Behat/Context/Transform/ChannelContext.php src/Sylius/Behat/Context/Transform/TaxonContext.php src/Sylius/Behat/Context/Transform/AddressContext.php src/Sylius/Behat/Context/Transform/ShopUserContext.php src/Sylius/Behat/Context/Transform/ShippingCategoryContext.php src/Sylius/Behat/Context/Transform/CustomerContext.php src/Sylius/Behat/Context/Transform/TaxCategoryContext.php src/Sylius/Behat/Context/Transform/PaymentMethodContext.php src/Sylius/Behat/Context/Transform/ZoneContext.php src/Sylius/Behat/Context/Ui/ThemeContext.php src/Sylius/Behat/Context/Ui/UserContext.php src/Sylius/Behat/Context/Ui/ChannelContext.php src/Sylius/Behat/Context/Ui/BrowserContext.php src/Sylius/Behat/Context/Ui/Shop/ProductAttributeContext.php src/Sylius/Behat/Context/Ui/Shop/RegistrationContext.php src/Sylius/Behat/Context/Ui/Shop/ErrorPageContext.php src/Sylius/Behat/Context/Ui/Shop/Checkout/CheckoutPaymentContext.php src/Sylius/Behat/Context/Ui/Shop/Checkout/CheckoutAddressingContext.php src/Sylius/Behat/Context/Ui/Shop/Checkout/CheckoutCompleteContext.php src/Sylius/Behat/Context/Ui/Shop/Checkout/CheckoutThankYouContext.php src/Sylius/Behat/Context/Ui/Shop/Checkout/CheckoutShippingContext.php src/Sylius/Behat/Context/Ui/Shop/Checkout/CheckoutOrderDetailsContext.php src/Sylius/Behat/Context/Ui/Shop/Checkout/RegistrationAfterCheckoutContext.php src/Sylius/Behat/Context/Ui/Shop/AccountContext.php src/Sylius/Behat/Context/Ui/Shop/AddressBookContext.php src/Sylius/Behat/Context/Ui/Shop/CurrencyContext.php src/Sylius/Behat/Context/Ui/Shop/LoginContext.php src/Sylius/Behat/Context/Ui/Shop/CartContext.php src/Sylius/Behat/Context/Ui/Shop/ProductReviewContext.php src/Sylius/Behat/Context/Ui/Shop/ProductContext.php src/Sylius/Behat/Context/Ui/Shop/LocaleContext.php src/Sylius/Behat/Context/Ui/Shop/PaymentRequestContext.php src/Sylius/Behat/Context/Ui/Shop/CheckoutContext.php src/Sylius/Behat/Context/Ui/Shop/HomepageContext.php src/Sylius/Behat/Context/Ui/Shop/BrowsingProductContext.php src/Sylius/Behat/Context/Ui/Shop/AuthorizationContext.php src/Sylius/Behat/Context/Ui/Shop/ContactContext.php src/Sylius/Behat/Context/Ui/SaveContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingCustomerGroupsContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingOrdersContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingShippingMethodsContext.php src/Sylius/Behat/Context/Ui/Admin/NavigatingBetweenProductShowAndEditPagesContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingTaxRateContext.php src/Sylius/Behat/Context/Ui/Admin/ImpersonatingCustomersContext.php src/Sylius/Behat/Context/Ui/Admin/ErrorPageContext.php src/Sylius/Behat/Context/Ui/Admin/ProductCreationContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingChannelsBillingDataContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingCurrenciesContext.php src/Sylius/Behat/Context/Ui/Admin/SearchFilterContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingCustomersContext.php src/Sylius/Behat/Context/Ui/Admin/RemovingProductContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingPaymentsContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingShipmentsContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingProductAttributesContext.php src/Sylius/Behat/Context/Ui/Admin/ChannelPricingLogEntryContext.php src/Sylius/Behat/Context/Ui/Admin/BrowsingProductVariantsContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingProductReviewsContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingProductOptionsContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingExchangeRatesContext.php src/Sylius/Behat/Context/Ui/Admin/LoginContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingPromotionCouponsContext.php src/Sylius/Behat/Context/Ui/Admin/ResettingPasswordContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingCatalogPromotionsContext.php src/Sylius/Behat/Context/Ui/Admin/OrderHistoryContext.php src/Sylius/Behat/Context/Ui/Admin/NotificationContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingShippingCategoriesContext.php src/Sylius/Behat/Context/Ui/Admin/BrowsingCatalogPromotionProductVariantsContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingPromotionsContext.php src/Sylius/Behat/Context/Ui/Admin/ProductShowPageContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingPaymentMethodsContext.php src/Sylius/Behat/Context/Ui/Admin/LocaleContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingTaxonsContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingChannelsContext.php src/Sylius/Behat/Context/Ui/Admin/ProductVariantsCreationContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingProductAssociationTypesContext.php src/Sylius/Behat/Context/Ui/Admin/RemovingTaxonContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingPaymentRequestsContext.php src/Sylius/Behat/Context/Ui/Admin/DashboardContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingInventoryContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingTaxCategoriesContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingProductVariantsPricesContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingZonesContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingAdministratorLocalesContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingAdministratorsContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingCountriesContext.php src/Sylius/Behat/Context/Ui/Admin/Helper/SecurePasswordTrait.php src/Sylius/Behat/Context/Ui/Admin/Helper/ValidationTrait.php src/Sylius/Behat/Context/Ui/Admin/Helper/ProductTypeEnum.php src/Sylius/Behat/Context/Ui/Admin/Helper/NavigationTrait.php src/Sylius/Behat/Context/Ui/Admin/ManagingTranslatableEntitiesContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingProductTaxonsContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingLocalesContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingProductsContext.php src/Sylius/Behat/Context/Ui/Admin/ManagingProductVariantsContext.php src/Sylius/Behat/Context/Ui/CustomerContext.php src/Sylius/Behat/Context/Ui/EmailContext.php src/Sylius/Behat/Context/Hook/MailerContext.php src/Sylius/Behat/Context/Hook/TestThemeContext.php src/Sylius/Behat/Context/Hook/CacheContext.php src/Sylius/Behat/Context/Hook/DoctrineORMContext.php src/Sylius/Behat/Context/Hook/SessionContext.php src/Sylius/Behat/Context/Hook/CalendarContext.php src/Sylius/Behat/Context/Hook/BadGatewayContext.php src/Sylius/Behat/Context/Hook/GuestCartContext.php src/Sylius/Behat/Context/Domain/ManagingOrdersContext.php src/Sylius/Behat/Context/Domain/ManagingShippingMethodsContext.php src/Sylius/Behat/Context/Domain/SecurityContext.php src/Sylius/Behat/Context/Domain/ManagingPaymentsContext.php src/Sylius/Behat/Context/Domain/ManagingShipmentsContext.php src/Sylius/Behat/Context/Domain/ManagingPromotionCouponsContext.php src/Sylius/Behat/Context/Domain/CartContext.php src/Sylius/Behat/Context/Domain/NotificationContext.php src/Sylius/Behat/Context/Domain/ManagingPromotionsContext.php src/Sylius/Behat/Context/Domain/ManagingPriceHistoryContext.php src/Sylius/Behat/Context/Domain/ManagingProductsContext.php src/Sylius/Behat/Context/Api/Resources.php src/Sylius/Behat/Context/Api/Subresources.php src/Sylius/Behat/Context/Api/DebugContext.php src/Sylius/Behat/Context/Api/DebugErrorType.php src/Sylius/Behat/Context/Api/Common/ResponseContext.php src/Sylius/Behat/Context/Api/Common/SaveContext.php src/Sylius/Behat/Context/Api/Shop/OrderContext.php src/Sylius/Behat/Context/Api/Shop/ExchangeRateContext.php src/Sylius/Behat/Context/Api/Shop/ProductAttributeContext.php src/Sylius/Behat/Context/Api/Shop/RegistrationContext.php src/Sylius/Behat/Context/Api/Shop/Checkout/CheckoutCompleteContext.php src/Sylius/Behat/Context/Api/Shop/Checkout/CheckoutShippingContext.php src/Sylius/Behat/Context/Api/Shop/Checkout/CheckoutOrderDetailsContext.php src/Sylius/Behat/Context/Api/Shop/OrderItemContext.php src/Sylius/Behat/Context/Api/Shop/CurrencyContext.php src/Sylius/Behat/Context/Api/Shop/LoginContext.php src/Sylius/Behat/Context/Api/Shop/ProductVariantContext.php src/Sylius/Behat/Context/Api/Shop/CartContext.php src/Sylius/Behat/Context/Api/Shop/PromotionContext.php src/Sylius/Behat/Context/Api/Shop/ProductReviewContext.php src/Sylius/Behat/Context/Api/Shop/ProductContext.php src/Sylius/Behat/Context/Api/Shop/LocaleContext.php src/Sylius/Behat/Context/Api/Shop/PaymentRequestContext.php src/Sylius/Behat/Context/Api/Shop/CheckoutContext.php src/Sylius/Behat/Context/Api/Shop/ChannelContext.php src/Sylius/Behat/Context/Api/Shop/TaxonContext.php src/Sylius/Behat/Context/Api/Shop/AddressContext.php src/Sylius/Behat/Context/Api/Shop/HomepageContext.php src/Sylius/Behat/Context/Api/Shop/PaymentContext.php src/Sylius/Behat/Context/Api/Shop/CustomerContext.php src/Sylius/Behat/Context/Api/Shop/ShipmentContext.php src/Sylius/Behat/Context/Api/Shop/ContactContext.php src/Sylius/Behat/Context/Api/Admin/ManagingCustomerGroupsContext.php src/Sylius/Behat/Context/Api/Admin/TranslationContext.php src/Sylius/Behat/Context/Api/Admin/ManagingOrdersContext.php src/Sylius/Behat/Context/Api/Admin/ManagingChannelPriceHistoryConfigContext.php src/Sylius/Behat/Context/Api/Admin/ManagingShippingMethodsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingTaxonImagesContext.php src/Sylius/Behat/Context/Api/Admin/ManagingChannelsBillingDataContext.php src/Sylius/Behat/Context/Api/Admin/ManagingCurrenciesContext.php src/Sylius/Behat/Context/Api/Admin/ManagingCustomersContext.php src/Sylius/Behat/Context/Api/Admin/RemovingProductContext.php src/Sylius/Behat/Context/Api/Admin/ManagingPaymentsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingShipmentsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingProductAttributesContext.php src/Sylius/Behat/Context/Api/Admin/ChannelPricingLogEntryContext.php src/Sylius/Behat/Context/Api/Admin/BrowsingProductVariantsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingProductReviewsContext.php src/Sylius/Behat/Context/Api/Admin/CreatingProductVariantContext.php src/Sylius/Behat/Context/Api/Admin/ManagingProductOptionsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingExchangeRatesContext.php src/Sylius/Behat/Context/Api/Admin/LoginContext.php src/Sylius/Behat/Context/Api/Admin/ManagingPromotionCouponsContext.php src/Sylius/Behat/Context/Api/Admin/ResettingPasswordContext.php src/Sylius/Behat/Context/Api/Admin/ManagingCatalogPromotionsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingProductAssociationsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingShippingCategoriesContext.php src/Sylius/Behat/Context/Api/Admin/BrowsingCatalogPromotionProductVariantsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingPlacedOrderAddressesContext.php src/Sylius/Behat/Context/Api/Admin/ManagingPromotionsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingPaymentMethodsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingProductImagesContext.php src/Sylius/Behat/Context/Api/Admin/ManagingTaxonsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingChannelsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingTaxRatesContext.php src/Sylius/Behat/Context/Api/Admin/ManagingProductAssociationTypesContext.php src/Sylius/Behat/Context/Api/Admin/RemovingTaxonContext.php src/Sylius/Behat/Context/Api/Admin/ManagingPaymentRequestsContext.php src/Sylius/Behat/Context/Api/Admin/DashboardContext.php src/Sylius/Behat/Context/Api/Admin/ManagingTaxCategoriesContext.php src/Sylius/Behat/Context/Api/Admin/ManagingProductVariantsPricesContext.php src/Sylius/Behat/Context/Api/Admin/ManagingZonesContext.php src/Sylius/Behat/Context/Api/Admin/ManagingAdministratorsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingCountriesContext.php src/Sylius/Behat/Context/Api/Admin/Helper/ValidationTrait.php src/Sylius/Behat/Context/Api/Admin/ManagingProductTaxonsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingLocalesContext.php src/Sylius/Behat/Context/Api/Admin/ManagingProductsContext.php src/Sylius/Behat/Context/Api/Admin/ManagingProductVariantsContext.php src/Sylius/Behat/Context/Api/EmailContext.php src/Sylius/Behat/Context/Hybrid/Setup/SecurityContext.php src/Sylius/Behat/Context/Hybrid/Setup/CartContext.php src/Sylius/Behat/Application/SyliusTestPlugin/Resources/views/main.html.twig src/Sylius/Behat/Application/SyliusTestPlugin/SyliusTestPlugin.php src/Sylius/Behat/Exception/NotificationExpectationMismatchException.php src/Sylius/Behat/Exception/SharedStorageElementNotFoundException.php src/Sylius/Behat/tests/NotificationTypeTest.php src/Sylius/Behat/tests/Service/Provider/EmailMessagesProviderTest.php src/Sylius/Behat/tests/Service/SharedSecurityServiceTest.php src/Sylius/Behat/tests/Service/Generator/UploadedImagePathGeneratorTest.php src/Sylius/Behat/tests/Service/Converter/IriConverterTest.php src/Sylius/Behat/tests/Service/SecurityServiceTest.php src/Sylius/Behat/tests/Service/NotificationCheckerTest.php src/Sylius/Behat/tests/Service/SharedStorageTest.php src/Sylius/Behat/tests/Service/SessionManagerTest.php src/Sylius/Behat/tests/Service/Setter/ChannelContextSetterTest.php src/Sylius/Behat/tests/Service/Resolver/CurrentPageResolverTest.php src/Sylius/Behat/Service/Provider/EmailMessagesProviderInterface.php src/Sylius/Behat/Service/Provider/EmailMessagesProvider.php src/Sylius/Behat/Service/SharedSecurityService.php src/Sylius/Behat/Service/Generator/UploadedImagePathGenerator.php src/Sylius/Behat/Service/Converter/IriConverter.php src/Sylius/Behat/Service/Converter/IriConverterInterface.php src/Sylius/Behat/Service/NotificationChecker.php src/Sylius/Behat/Service/SlugGenerationHelper.php src/Sylius/Behat/Service/Factory/AddressFactory.php src/Sylius/Behat/Service/Factory/AddressFactoryInterface.php src/Sylius/Behat/Service/TabsHelper.php src/Sylius/Behat/Service/ResponseLoaderInterface.php src/Sylius/Behat/Service/SprintfResponseEscaper.php src/Sylius/Behat/Service/Clock.php src/Sylius/Behat/Service/SessionManager.php src/Sylius/Behat/Service/AutocompleteHelper.php src/Sylius/Behat/Service/SharedStorageInterface.php src/Sylius/Behat/Service/Checker/EmailCheckerInterface.php src/Sylius/Behat/Service/Checker/EmailChecker.php src/Sylius/Behat/Service/Checker/ImageExistenceChecker.php src/Sylius/Behat/Service/Checker/ImageExistenceCheckerInterface.php src/Sylius/Behat/Service/MessageSendCacher.php src/Sylius/Behat/Service/SharedSecurityServiceInterface.php src/Sylius/Behat/Service/RememberMeAwareSecurityServiceInterface.php src/Sylius/Behat/Service/Context/GuestCartContext.php src/Sylius/Behat/Service/SecurityService.php src/Sylius/Behat/Service/PaymentRequest/Provider/DummyNotifyPaymentProvider.php src/Sylius/Behat/Service/PaymentRequest/CommandHandler/Offline/NotifyPaymentRequestHandler.php src/Sylius/Behat/Service/PaymentRequest/Command/Offline/NotifyPaymentRequest.php src/Sylius/Behat/Service/PaymentRequest/CommandProvider/Offline/NotifyPaymentRequestCommandProvider.php src/Sylius/Behat/Service/SessionManagerInterface.php src/Sylius/Behat/Service/SecurityServiceInterface.php src/Sylius/Behat/Service/ApiSecurityService.php src/Sylius/Behat/Service/Setter/ChannelContextSetter.php src/Sylius/Behat/Service/Setter/CookieSetterInterface.php src/Sylius/Behat/Service/Setter/CookieSetter.php src/Sylius/Behat/Service/Setter/ChannelContextSetterInterface.php src/Sylius/Behat/Service/SharedStorage.php src/Sylius/Behat/Service/Accessor/NotificationAccessor.php src/Sylius/Behat/Service/Accessor/TableAccessorInterface.php src/Sylius/Behat/Service/Accessor/NotificationAccessorInterface.php src/Sylius/Behat/Service/Accessor/TableAccessor.php src/Sylius/Behat/Service/ResponseLoader.php src/Sylius/Behat/Service/JQueryHelper.php src/Sylius/Behat/Service/Resolver/CurrentPageResolver.php src/Sylius/Behat/Service/Resolver/CurrentPageResolverInterface.php src/Sylius/Behat/Service/NotificationCheckerInterface.php src/Sylius/Behat/Service/DriverHelper.php src/Sylius/Behat/Service/Helper/AutocompleteHelper.php src/Sylius/Behat/Service/Helper/JavaScriptTestHelperInterface.php src/Sylius/Behat/Service/Helper/AutocompleteHelperInterface.php src/Sylius/Behat/Service/Helper/JavaScriptTestHelper.php src/Sylius/Behat/Page/ErrorPageInterface.php src/Sylius/Behat/Page/TestPlugin/MainPage.php src/Sylius/Behat/Page/TestPlugin/MainPageInterface.php src/Sylius/Behat/Page/SymfonyPageInterface.php src/Sylius/Behat/Page/Shop/Order/ShowPage.php src/Sylius/Behat/Page/Shop/Order/ThankYouPageInterface.php src/Sylius/Behat/Page/Shop/Order/ShowPageInterface.php src/Sylius/Behat/Page/Shop/Order/ThankYouPage.php src/Sylius/Behat/Page/Shop/Checkout/SelectPaymentPageInterface.php src/Sylius/Behat/Page/Shop/Checkout/AddressPage.php src/Sylius/Behat/Page/Shop/Checkout/SelectShippingPageInterface.php src/Sylius/Behat/Page/Shop/Checkout/CompletePage.php src/Sylius/Behat/Page/Shop/Checkout/SelectPaymentPage.php src/Sylius/Behat/Page/Shop/Checkout/SelectShippingPage.php src/Sylius/Behat/Page/Shop/Checkout/AddressPageInterface.php src/Sylius/Behat/Page/Shop/Checkout/CompletePageInterface.php src/Sylius/Behat/Page/Shop/ProductReview/IndexPageInterface.php src/Sylius/Behat/Page/Shop/ProductReview/CreatePageInterface.php src/Sylius/Behat/Page/Shop/ProductReview/IndexPage.php src/Sylius/Behat/Page/Shop/ProductReview/CreatePage.php src/Sylius/Behat/Page/Shop/HomePageInterface.php src/Sylius/Behat/Page/Shop/Product/IndexPageInterface.php src/Sylius/Behat/Page/Shop/Product/ShowPage.php src/Sylius/Behat/Page/Shop/Product/IndexPage.php src/Sylius/Behat/Page/Shop/Product/ShowPageInterface.php src/Sylius/Behat/Page/Shop/Page.php src/Sylius/Behat/Page/Shop/PageInterface.php src/Sylius/Behat/Page/Shop/PaymentRequest/PaymentMethodNotifyPage.php src/Sylius/Behat/Page/Shop/PaymentRequest/PaymentRequestNotifyPage.php src/Sylius/Behat/Page/Shop/PaymentRequest/PaymentMethodNotifyPageInterface.php src/Sylius/Behat/Page/Shop/PaymentRequest/PaymentRequestNotifyPageInterface.php src/Sylius/Behat/Page/Shop/Cart/SummaryPage.php src/Sylius/Behat/Page/Shop/Cart/SummaryPageInterface.php src/Sylius/Behat/Page/Shop/Account/ResetPasswordPage.php src/Sylius/Behat/Page/Shop/Account/RegisterPageInterface.php src/Sylius/Behat/Page/Shop/Account/RequestPasswordResetPageInterface.php src/Sylius/Behat/Page/Shop/Account/DashboardPage.php src/Sylius/Behat/Page/Shop/Account/Order/IndexPageInterface.php src/Sylius/Behat/Page/Shop/Account/Order/ShowPage.php src/Sylius/Behat/Page/Shop/Account/Order/IndexPage.php src/Sylius/Behat/Page/Shop/Account/Order/ShowPageInterface.php src/Sylius/Behat/Page/Shop/Account/RegisterThankYouPageInterface.php src/Sylius/Behat/Page/Shop/Account/ResetPasswordPageInterface.php src/Sylius/Behat/Page/Shop/Account/ChangePasswordPageInterface.php src/Sylius/Behat/Page/Shop/Account/RegisterPage.php src/Sylius/Behat/Page/Shop/Account/RegisterThankYouPage.php src/Sylius/Behat/Page/Shop/Account/WellKnownPasswordChangePageInterface.php src/Sylius/Behat/Page/Shop/Account/LoginPage.php src/Sylius/Behat/Page/Shop/Account/ProfileUpdatePageInterface.php src/Sylius/Behat/Page/Shop/Account/DashboardPageInterface.php src/Sylius/Behat/Page/Shop/Account/WellKnownPasswordChangePage.php src/Sylius/Behat/Page/Shop/Account/LoginPageInterface.php src/Sylius/Behat/Page/Shop/Account/ProfileUpdatePage.php src/Sylius/Behat/Page/Shop/Account/VerificationPage.php src/Sylius/Behat/Page/Shop/Account/AddressBook/IndexPageInterface.php src/Sylius/Behat/Page/Shop/Account/AddressBook/CreatePageInterface.php src/Sylius/Behat/Page/Shop/Account/AddressBook/UpdatePageInterface.php src/Sylius/Behat/Page/Shop/Account/AddressBook/IndexPage.php src/Sylius/Behat/Page/Shop/Account/AddressBook/CreatePage.php src/Sylius/Behat/Page/Shop/Account/AddressBook/UpdatePage.php src/Sylius/Behat/Page/Shop/Account/RequestPasswordResetPage.php src/Sylius/Behat/Page/Shop/Account/VerificationPageInterface.php src/Sylius/Behat/Page/Shop/Account/ChangePasswordPage.php src/Sylius/Behat/Page/Shop/Contact/ContactPageInterface.php src/Sylius/Behat/Page/Shop/Contact/ContactPage.php src/Sylius/Behat/Page/Shop/HomePage.php src/Sylius/Behat/Page/ErrorPage.php src/Sylius/Behat/Page/Admin/ProductVariant/IndexPageInterface.php src/Sylius/Behat/Page/Admin/ProductVariant/CreatePageInterface.php src/Sylius/Behat/Page/Admin/ProductVariant/UpdatePageInterface.php src/Sylius/Behat/Page/Admin/ProductVariant/IndexPage.php src/Sylius/Behat/Page/Admin/ProductVariant/CreatePage.php src/Sylius/Behat/Page/Admin/ProductVariant/GeneratePageInterface.php src/Sylius/Behat/Page/Admin/ProductVariant/UpdatePage.php src/Sylius/Behat/Page/Admin/ProductVariant/GeneratePage.php src/Sylius/Behat/Page/Admin/DashboardPage.php src/Sylius/Behat/Page/Admin/Order/HistoryPage.php src/Sylius/Behat/Page/Admin/Order/IndexPageInterface.php src/Sylius/Behat/Page/Admin/Order/ShowPage.php src/Sylius/Behat/Page/Admin/Order/UpdatePageInterface.php src/Sylius/Behat/Page/Admin/Order/IndexPage.php src/Sylius/Behat/Page/Admin/Order/HistoryPageInterface.php src/Sylius/Behat/Page/Admin/Order/ShowPageInterface.php src/Sylius/Behat/Page/Admin/Order/UpdatePage.php src/Sylius/Behat/Page/Admin/Currency/IndexPageInterface.php src/Sylius/Behat/Page/Admin/Currency/IndexPage.php src/Sylius/Behat/Page/Admin/Administrator/ImpersonateUserPage.php src/Sylius/Behat/Page/Admin/Administrator/CreatePageInterface.php src/Sylius/Behat/Page/Admin/Administrator/ImpersonateUserPageInterface.php src/Sylius/Behat/Page/Admin/Administrator/FormAwareTrait.php src/Sylius/Behat/Page/Admin/Administrator/UpdatePageInterface.php src/Sylius/Behat/Page/Admin/Administrator/CreatePage.php src/Sylius/Behat/Page/Admin/Administrator/FormAwareInterface.php src/Sylius/Behat/Page/Admin/Administrator/UpdatePage.php src/Sylius/Behat/Page/Admin/ProductReview/IndexPageInterface.php src/Sylius/Behat/Page/Admin/ProductReview/UpdatePageInterface.php src/Sylius/Behat/Page/Admin/ProductReview/IndexPage.php src/Sylius/Behat/Page/Admin/ProductReview/UpdatePage.php src/Sylius/Behat/Page/Admin/ShippingCategory/CreatePageInterface.php src/Sylius/Behat/Page/Admin/ShippingCategory/UpdatePageInterface.php src/Sylius/Behat/Page/Admin/ShippingCategory/CreatePage.php src/Sylius/Behat/Page/Admin/ShippingCategory/UpdatePage.php src/Sylius/Behat/Page/Admin/Crud/IndexPageInterface.php src/Sylius/Behat/Page/Admin/Crud/CreatePageInterface.php src/Sylius/Behat/Page/Admin/Crud/UpdatePageInterface.php src/Sylius/Behat/Page/Admin/Crud/IndexPage.php src/Sylius/Behat/Page/Admin/Crud/CreatePage.php src/Sylius/Behat/Page/Admin/Crud/UpdatePage.php src/Sylius/Behat/Page/Admin/ShowToEditPageSwitcherInterface.php src/Sylius/Behat/Page/Admin/ExchangeRate/IndexPageInterface.php src/Sylius/Behat/Page/Admin/ExchangeRate/IndexPage.php src/Sylius/Behat/Page/Admin/Locale/IndexPageInterface.php src/Sylius/Behat/Page/Admin/Locale/IndexPage.php src/Sylius/Behat/Page/Admin/ShippingMethod/IndexPageInterface.php src/Sylius/Behat/Page/Admin/ShippingMethod/CreatePageInterface.php src/Sylius/Behat/Page/Admin/ShippingMethod/UpdatePageInterface.php src/Sylius/Behat/Page/Admin/ShippingMethod/IndexPage.php src/Sylius/Behat/Page/Admin/ShippingMethod/CreatePage.php src/Sylius/Behat/Page/Admin/ShippingMethod/UpdatePage.php src/Sylius/Behat/Page/Admin/Channel/IndexPageInterface.php src/Sylius/Behat/Page/Admin/Channel/CreatePageInterface.php src/Sylius/Behat/Page/Admin/Channel/UpdatePageInterface.php src/Sylius/Behat/Page/Admin/Channel/FormTrait.php src/Sylius/Behat/Page/Admin/Channel/IndexPage.php src/Sylius/Behat/Page/Admin/Channel/CreatePage.php src/Sylius/Behat/Page/Admin/Channel/UpdatePage.php src/Sylius/Behat/Page/Admin/Product/CreateConfigurableProductPage.php src/Sylius/Behat/Page/Admin/Product/CreateSimpleProductPage.php src/Sylius/Behat/Page/Admin/Product/UpdateConfigurableProductPage.php src/Sylius/Behat/Page/Admin/Product/IndexPageInterface.php src/Sylius/Behat/Page/Admin/Product/UpdateConfigurableProductPageInterface.php src/Sylius/Behat/Page/Admin/Product/IndexPerTaxonPage.php src/Sylius/Behat/Page/Admin/Product/IndexPerTaxonPageInterface.php src/Sylius/Behat/Page/Admin/Product/CreateSimpleProductPageInterface.php src/Sylius/Behat/Page/Admin/Product/ShowPage.php src/Sylius/Behat/Page/Admin/Product/UpdateSimpleProductPageInterface.php src/Sylius/Behat/Page/Admin/Product/CreateConfigurableProductPageInterface.php src/Sylius/Behat/Page/Admin/Product/IndexPage.php src/Sylius/Behat/Page/Admin/Product/UpdateSimpleProductPage.php src/Sylius/Behat/Page/Admin/Product/ShowPageInterface.php src/Sylius/Behat/Page/Admin/ProductAssociationType/IndexPageInterface.php src/Sylius/Behat/Page/Admin/ProductAssociationType/IndexPage.php src/Sylius/Behat/Page/Admin/PromotionCoupon/IndexPageInterface.php src/Sylius/Behat/Page/Admin/PromotionCoupon/IndexPage.php src/Sylius/Behat/Page/Admin/PromotionCoupon/GeneratePageInterface.php src/Sylius/Behat/Page/Admin/PromotionCoupon/GeneratePage.php src/Sylius/Behat/Page/Admin/EditToShowPageSwitcherInterface.php src/Sylius/Behat/Page/Admin/DashboardPageInterface.php src/Sylius/Behat/Page/Admin/PaymentMethod/CreatePageInterface.php src/Sylius/Behat/Page/Admin/PaymentMethod/UpdatePageInterface.php src/Sylius/Behat/Page/Admin/PaymentMethod/CreatePage.php src/Sylius/Behat/Page/Admin/PaymentMethod/UpdatePage.php src/Sylius/Behat/Page/Admin/TaxRate/CreatePageInterface.php src/Sylius/Behat/Page/Admin/TaxRate/FormAwareTrait.php src/Sylius/Behat/Page/Admin/TaxRate/UpdatePageInterface.php src/Sylius/Behat/Page/Admin/TaxRate/CreatePage.php src/Sylius/Behat/Page/Admin/TaxRate/FormAwareInterface.php src/Sylius/Behat/Page/Admin/TaxRate/UpdatePage.php src/Sylius/Behat/Page/Admin/ChannelPricingLogEntry/IndexPageInterface.php src/Sylius/Behat/Page/Admin/ChannelPricingLogEntry/IndexPage.php src/Sylius/Behat/Page/Admin/Account/ResetPasswordPage.php src/Sylius/Behat/Page/Admin/Account/RequestPasswordResetPageInterface.php src/Sylius/Behat/Page/Admin/Account/ResetPasswordPageInterface.php src/Sylius/Behat/Page/Admin/Account/LoginPage.php src/Sylius/Behat/Page/Admin/Account/LoginPageInterface.php src/Sylius/Behat/Page/Admin/Account/RequestPasswordResetPage.php src/Sylius/Behat/Page/Admin/Promotion/IndexPageInterface.php src/Sylius/Behat/Page/Admin/Promotion/CreatePageInterface.php src/Sylius/Behat/Page/Admin/Promotion/UpdatePageInterface.php src/Sylius/Behat/Page/Admin/Promotion/IndexPage.php src/Sylius/Behat/Page/Admin/Promotion/CreatePage.php src/Sylius/Behat/Page/Admin/Promotion/UpdatePage.php src/Sylius/Behat/Page/Admin/Shipment/IndexPageInterface.php src/Sylius/Behat/Page/Admin/Shipment/ShowPage.php src/Sylius/Behat/Page/Admin/Shipment/IndexPage.php src/Sylius/Behat/Page/Admin/Shipment/ShowPageInterface.php src/Sylius/Behat/Page/Admin/Payment/IndexPageInterface.php src/Sylius/Behat/Page/Admin/Payment/PaymentRequest/IndexPageInterface.php src/Sylius/Behat/Page/Admin/Payment/PaymentRequest/ShowPage.php src/Sylius/Behat/Page/Admin/Payment/PaymentRequest/IndexPage.php src/Sylius/Behat/Page/Admin/Payment/PaymentRequest/ShowPageInterface.php src/Sylius/Behat/Page/Admin/Payment/IndexPage.php src/Sylius/Behat/Page/Admin/Customer/IndexPageInterface.php src/Sylius/Behat/Page/Admin/Customer/ShowPage.php src/Sylius/Behat/Page/Admin/Customer/IndexPage.php src/Sylius/Behat/Page/Admin/Customer/ShowPageInterface.php src/Sylius/Behat/Page/Admin/Country/IndexPageInterface.php src/Sylius/Behat/Page/Admin/Country/CreatePageInterface.php src/Sylius/Behat/Page/Admin/Country/UpdatePageInterface.php src/Sylius/Behat/Page/Admin/Country/IndexPage.php src/Sylius/Behat/Page/Admin/Country/CreatePage.php src/Sylius/Behat/Page/Admin/Country/UpdatePage.php src/Sylius/Behat/Page/Admin/CatalogPromotion/ProductVariant/IndexPageInterface.php src/Sylius/Behat/Page/Admin/CatalogPromotion/ProductVariant/IndexPage.php src/Sylius/Behat/Page/Admin/CatalogPromotion/CreatePageInterface.php src/Sylius/Behat/Page/Admin/CatalogPromotion/ShowPage.php src/Sylius/Behat/Page/Admin/CatalogPromotion/UpdatePageInterface.php src/Sylius/Behat/Page/Admin/CatalogPromotion/CreatePage.php src/Sylius/Behat/Page/Admin/CatalogPromotion/ShowPageInterface.php src/Sylius/Behat/Page/Admin/CatalogPromotion/UpdatePage.php src/Sylius/Behat/Page/Admin/ShowPageButtonCheckerInterface.php src/Sylius/Behat/Page/Admin/Inventory/IndexPageInterface.php src/Sylius/Behat/Page/Admin/Inventory/IndexPage.php src/Sylius/Behat/Page/SymfonyPage.php src/Sylius/Behat/Element/BrowserElement.php src/Sylius/Behat/Element/BrowserElementInterface.php src/Sylius/Behat/Element/Product/IndexPage/VerticalMenuElement.php src/Sylius/Behat/Element/Product/IndexPage/VerticalMenuElementInterface.php src/Sylius/Behat/Element/Product/ShowPage/OptionsElementInterface.php src/Sylius/Behat/Element/Product/ShowPage/MediaElement.php src/Sylius/Behat/Element/Product/ShowPage/VariantsElementInterface.php src/Sylius/Behat/Element/Product/ShowPage/AssociationsElementInterface.php src/Sylius/Behat/Element/Product/ShowPage/VariantsElement.php src/Sylius/Behat/Element/Product/ShowPage/TranslationsElementInterface.php src/Sylius/Behat/Element/Product/ShowPage/TaxonomyElement.php src/Sylius/Behat/Element/Product/ShowPage/PricingElement.php src/Sylius/Behat/Element/Product/ShowPage/ShippingElementInterface.php src/Sylius/Behat/Element/Product/ShowPage/PricingElementInterface.php src/Sylius/Behat/Element/Product/ShowPage/AttributesElement.php src/Sylius/Behat/Element/Product/ShowPage/AssociationsElement.php src/Sylius/Behat/Element/Product/ShowPage/TranslationsElement.php src/Sylius/Behat/Element/Product/ShowPage/TaxonomyElementInterface.php src/Sylius/Behat/Element/Product/ShowPage/OptionsElement.php src/Sylius/Behat/Element/Product/ShowPage/LowestPriceInformationElement.php src/Sylius/Behat/Element/Product/ShowPage/DetailsElement.php src/Sylius/Behat/Element/Product/ShowPage/MediaElementInterface.php src/Sylius/Behat/Element/Product/ShowPage/ShippingElement.php src/Sylius/Behat/Element/Product/ShowPage/DetailsElementInterface.php src/Sylius/Behat/Element/Product/ShowPage/LowestPriceInformationElementInterface.php src/Sylius/Behat/Element/Product/ShowPage/AttributesElementInterface.php src/Sylius/Behat/Element/Shop/CartWidgetElementInterface.php src/Sylius/Behat/Element/Shop/MenuElement.php src/Sylius/Behat/Element/Shop/Account/RegisterElementInterface.php src/Sylius/Behat/Element/Shop/Account/RegisterElement.php src/Sylius/Behat/Element/Shop/CheckoutSubtotalElementInterface.php src/Sylius/Behat/Element/Shop/CheckoutSubtotalElement.php src/Sylius/Behat/Element/Shop/MenuElementInterface.php src/Sylius/Behat/Element/Shop/CartWidgetElement.php src/Sylius/Behat/Element/SaveElement.php src/Sylius/Behat/Element/Admin/ProductAttribute/FormElement.php src/Sylius/Behat/Element/Admin/ProductAttribute/FilterElementInterface.php src/Sylius/Behat/Element/Admin/ProductAttribute/FormElementInterface.php src/Sylius/Behat/Element/Admin/ProductAttribute/FilterElement.php src/Sylius/Behat/Element/Admin/Zone/FormElement.php src/Sylius/Behat/Element/Admin/Zone/FormElementInterface.php src/Sylius/Behat/Element/Admin/Taxon/ImageFormElementInterface.php src/Sylius/Behat/Element/Admin/Taxon/FormElement.php src/Sylius/Behat/Element/Admin/Taxon/TreeElementInterface.php src/Sylius/Behat/Element/Admin/Taxon/FormElementInterface.php src/Sylius/Behat/Element/Admin/Taxon/ImageFormElement.php src/Sylius/Behat/Element/Admin/Taxon/TreeElement.php src/Sylius/Behat/Element/Admin/TopBarElement.php src/Sylius/Behat/Element/Admin/TopBarElementInterface.php src/Sylius/Behat/Element/Admin/Currency/FormElement.php src/Sylius/Behat/Element/Admin/Currency/FormElementInterface.php src/Sylius/Behat/Element/Admin/ProductOption/FormElement.php src/Sylius/Behat/Element/Admin/ProductOption/FormElementInterface.php src/Sylius/Behat/Element/Admin/Crud/FormElement.php src/Sylius/Behat/Element/Admin/Crud/Index/SearchFilterElementInterface.php src/Sylius/Behat/Element/Admin/Crud/Index/SearchFilterElement.php src/Sylius/Behat/Element/Admin/Crud/FormElementInterface.php src/Sylius/Behat/Element/Admin/NotificationsElementInterface.php src/Sylius/Behat/Element/Admin/ExchangeRate/FormElement.php src/Sylius/Behat/Element/Admin/ExchangeRate/FormElementInterface.php src/Sylius/Behat/Element/Admin/Locale/FormElement.php src/Sylius/Behat/Element/Admin/Locale/FormElementInterface.php src/Sylius/Behat/Element/Admin/ShippingMethod/FormElement.php src/Sylius/Behat/Element/Admin/ShippingMethod/FormElementInterface.php src/Sylius/Behat/Element/Admin/Channel/ShippingAddressInCheckoutRequiredElementInterface.php src/Sylius/Behat/Element/Admin/Channel/ExcludeTaxonsFromShowingLowestPriceInputElement.php src/Sylius/Behat/Element/Admin/Channel/ShopBillingDataElement.php src/Sylius/Behat/Element/Admin/Channel/DiscountedProductsCheckingPeriodInputElement.php src/Sylius/Behat/Element/Admin/Channel/ExcludeTaxonsFromShowingLowestPriceInputElementInterface.php src/Sylius/Behat/Element/Admin/Channel/DiscountedProductsCheckingPeriodInputElementInterface.php src/Sylius/Behat/Element/Admin/Channel/ShippingAddressInCheckoutRequiredElement.php src/Sylius/Behat/Element/Admin/Channel/LowestPriceFlagElementInterface.php src/Sylius/Behat/Element/Admin/Channel/ShopBillingDataElementInterface.php src/Sylius/Behat/Element/Admin/Channel/LowestPriceFlagElement.php src/Sylius/Behat/Element/Admin/Product/AssociationsFormElement.php src/Sylius/Behat/Element/Admin/Product/MediaFormElement.php src/Sylius/Behat/Element/Admin/Product/TranslationsFormElementInterface.php src/Sylius/Behat/Element/Admin/Product/ChannelPricingsFormElementInterface.php src/Sylius/Behat/Element/Admin/Product/AttributesFormElement.php src/Sylius/Behat/Element/Admin/Product/MediaFormElementInterface.php src/Sylius/Behat/Element/Admin/Product/AssociationsFormElementInterface.php src/Sylius/Behat/Element/Admin/Product/TaxonomyFormElement.php src/Sylius/Behat/Element/Admin/Product/TranslationsFormElement.php src/Sylius/Behat/Element/Admin/Product/TaxonomyFormElementInterface.php src/Sylius/Behat/Element/Admin/Product/AttributesFormElementInterface.php src/Sylius/Behat/Element/Admin/Product/ChannelPricingsFormElement.php src/Sylius/Behat/Element/Admin/ProductAssociationType/FormElement.php src/Sylius/Behat/Element/Admin/ProductAssociationType/FormElementInterface.php src/Sylius/Behat/Element/Admin/PromotionCoupon/FormElement.php src/Sylius/Behat/Element/Admin/PromotionCoupon/FormElementInterface.php src/Sylius/Behat/Element/Admin/NotificationsElement.php src/Sylius/Behat/Element/Admin/TaxRate/FilterElementInterface.php src/Sylius/Behat/Element/Admin/TaxRate/FilterElement.php src/Sylius/Behat/Element/Admin/Account/ResetElementInterface.php src/Sylius/Behat/Element/Admin/Account/ResetElement.php src/Sylius/Behat/Element/Admin/Promotion/FormElement.php src/Sylius/Behat/Element/Admin/Promotion/FormElementInterface.php src/Sylius/Behat/Element/Admin/Customer/FormElement.php src/Sylius/Behat/Element/Admin/Customer/FormElementInterface.php src/Sylius/Behat/Element/Admin/CatalogPromotion/FormElement.php src/Sylius/Behat/Element/Admin/CatalogPromotion/FilterElementInterface.php src/Sylius/Behat/Element/Admin/CatalogPromotion/FormElementInterface.php src/Sylius/Behat/Element/Admin/CatalogPromotion/FilterElement.php src/Sylius/Behat/Element/Admin/TaxCategory/FormElement.php src/Sylius/Behat/Element/Admin/TaxCategory/FormElementInterface.php src/Sylius/Behat/Element/Admin/CustomerGroup/FormElement.php src/Sylius/Behat/Element/Admin/CustomerGroup/FormElementInterface.php src/Sylius/Behat/Element/SaveElementInterface.php src/Sylius/Bundle/OrderBundle/Resources/config/services.xml src/Sylius/Bundle/OrderBundle/Resources/config/services/integrations/doctrine/orm.xml src/Sylius/Bundle/OrderBundle/Resources/config/services/twig.xml src/Sylius/Bundle/OrderBundle/Resources/config/services/form.xml src/Sylius/Bundle/OrderBundle/Resources/config/workflow/state_machine.yaml src/Sylius/Bundle/OrderBundle/Resources/config/validation/Order.xml src/Sylius/Bundle/OrderBundle/Resources/config/validation/OrderItem.xml src/Sylius/Bundle/OrderBundle/Resources/config/app/state_machine.yml src/Sylius/Bundle/OrderBundle/Resources/config/app/config.yml src/Sylius/Bundle/OrderBundle/Resources/config/doctrine/model/Order.orm.xml src/Sylius/Bundle/OrderBundle/Resources/config/doctrine/model/OrderItemUnit.orm.xml src/Sylius/Bundle/OrderBundle/Resources/config/doctrine/model/OrderItem.orm.xml src/Sylius/Bundle/OrderBundle/Resources/config/doctrine/model/OrderSequence.orm.xml src/Sylius/Bundle/OrderBundle/Resources/config/doctrine/model/Adjustment.orm.xml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.mn.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.en_GB.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.cs.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.th.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.id.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.uk.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sv.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.zh_TW.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ar.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.pt_BR.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.nl.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.fi.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.fr.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.it.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.fa.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sk.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.fr_CA.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ca.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ko.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ro.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.is.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sl.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.zh_CN.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.hu.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.es.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.tr.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.no.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.de.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.en.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.fr_BE.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.fi.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.de_AT.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.is.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.lt.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.hi.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.da.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.pt.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ja.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.sr_CS.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.pl.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.hr.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.de_CH.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.ru.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.zh_TW.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/OrderBundle/Resources/translations/flashes.bg.yml src/Sylius/Bundle/OrderBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/OrderBundle/phpunit.xml.dist src/Sylius/Bundle/OrderBundle/Factory/AddToCartCommandFactory.php src/Sylius/Bundle/OrderBundle/Factory/AddToCartCommandFactoryInterface.php src/Sylius/Bundle/OrderBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/OrderBundle/NumberGenerator/SequentialOrderNumberGenerator.php src/Sylius/Bundle/OrderBundle/NumberGenerator/OrderNumberGeneratorInterface.php src/Sylius/Bundle/OrderBundle/.gitattributes src/Sylius/Bundle/OrderBundle/LICENSE src/Sylius/Bundle/OrderBundle/NumberAssigner/OrderNumberAssignerInterface.php src/Sylius/Bundle/OrderBundle/NumberAssigner/OrderNumberAssigner.php src/Sylius/Bundle/OrderBundle/Controller/OrderController.php src/Sylius/Bundle/OrderBundle/Controller/AddToCartCommand.php src/Sylius/Bundle/OrderBundle/Controller/AddToCartCommandInterface.php src/Sylius/Bundle/OrderBundle/README.md src/Sylius/Bundle/OrderBundle/Resetter/CartChangesResetterInterface.php src/Sylius/Bundle/OrderBundle/Resetter/CartChangesResetter.php src/Sylius/Bundle/OrderBundle/Attribute/AsCartContext.php src/Sylius/Bundle/OrderBundle/Attribute/AsOrderProcessor.php src/Sylius/Bundle/OrderBundle/Console/Command/RemoveExpiredCartsCommand.php src/Sylius/Bundle/OrderBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/OrderBundle/DependencyInjection/SyliusOrderExtension.php src/Sylius/Bundle/OrderBundle/DependencyInjection/Compiler/TagResettableCartContextsPass.php src/Sylius/Bundle/OrderBundle/DependencyInjection/Compiler/RegisterCartContextsPass.php src/Sylius/Bundle/OrderBundle/DependencyInjection/Compiler/RegisterProcessorsPass.php src/Sylius/Bundle/OrderBundle/Context/SessionBasedCartContext.php src/Sylius/Bundle/OrderBundle/SyliusOrderBundle.php src/Sylius/Bundle/OrderBundle/Doctrine/ORM/OrderItemRepository.php src/Sylius/Bundle/OrderBundle/Doctrine/ORM/OrderRepository.php src/Sylius/Bundle/OrderBundle/SyliusExpiredCartsEvents.php src/Sylius/Bundle/OrderBundle/tests/Factory/AddToCartCommandFactoryTest.php src/Sylius/Bundle/OrderBundle/tests/NumberGenerator/SequentialOrderNumberGeneratorTest.php src/Sylius/Bundle/OrderBundle/tests/NumberAssigner/OrderNumberAssignerTest.php src/Sylius/Bundle/OrderBundle/tests/Controller/AddToCartCommandTest.php src/Sylius/Bundle/OrderBundle/tests/Resetter/CartChangesResetterTest.php src/Sylius/Bundle/OrderBundle/tests/DependencyInjection/SyliusOrderExtensionTest.php src/Sylius/Bundle/OrderBundle/tests/DependencyInjection/Compiler/RegisterOrderProcessorPassTest.php src/Sylius/Bundle/OrderBundle/tests/DependencyInjection/Compiler/TagResettableCartContextsPassTest.php src/Sylius/Bundle/OrderBundle/tests/Context/SessionBasedCartContextTest.php src/Sylius/Bundle/OrderBundle/tests/Stub/CartContextWithAttributeStub.php src/Sylius/Bundle/OrderBundle/tests/Stub/OrderProcessorWithAttributeStub.php src/Sylius/Bundle/OrderBundle/tests/Form/DataMapper/OrderItemQuantityDataMapperTest.php src/Sylius/Bundle/OrderBundle/tests/Remover/ExpiredCartsRemoverTest.php src/Sylius/Bundle/OrderBundle/Twig/AggregateAdjustmentsExtension.php src/Sylius/Bundle/OrderBundle/Form/DataMapper/OrderItemQuantityDataMapper.php src/Sylius/Bundle/OrderBundle/Form/Type/OrderItemType.php src/Sylius/Bundle/OrderBundle/Form/Type/CartType.php src/Sylius/Bundle/OrderBundle/Form/Type/CartItemType.php src/Sylius/Bundle/OrderBundle/Form/Type/OrderType.php src/Sylius/Bundle/OrderBundle/test/src/Tests/SyliusOrderBundleTest.php src/Sylius/Bundle/OrderBundle/test/app/AppKernel.php src/Sylius/Bundle/OrderBundle/test/app/console src/Sylius/Bundle/OrderBundle/test/app/config/parameters.yml src/Sylius/Bundle/OrderBundle/test/app/config/config.yml src/Sylius/Bundle/OrderBundle/test/composer.json src/Sylius/Bundle/OrderBundle/Remover/ExpiredCartsRemover.php src/Sylius/Bundle/OrderBundle/composer.json src/Sylius/Bundle/CoreBundle/Taxation/Strategy/TaxCalculationStrategy.php src/Sylius/Bundle/CoreBundle/Provider/CustomerProviderInterface.php src/Sylius/Bundle/CoreBundle/Provider/ChannelBasedProductTranslationProvider.php src/Sylius/Bundle/CoreBundle/Provider/FlashBagProvider.php src/Sylius/Bundle/CoreBundle/Provider/ChannelBasedDefaultTaxZoneProvider.php src/Sylius/Bundle/CoreBundle/Provider/CustomerProvider.php src/Sylius/Bundle/CoreBundle/Provider/ChannelBasedProductTranslationProviderInterface.php src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_17_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_04_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_16_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_14_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_02_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_09_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_10_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_07_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_04_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_10_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_03_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_09_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_12_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_02_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_04_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_05_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_08_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_18_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_18_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_03_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_14_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_01_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_05_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_13_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_06_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_10_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_17_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_01_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_05_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_15_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_13_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_07_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_11_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_15_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_15_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_16_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_09_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_03_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_18_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_08_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_08_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_07_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_12_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_12_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_14_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_02_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_06_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_13_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_11_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_06_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_11_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_16_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/woman/jeans_01_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_04_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_14_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_02_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_09_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_10_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_07_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_04_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_10_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_03_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_09_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_12_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_02_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_04_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_05_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_08_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_03_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_14_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_01_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_05_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_13_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_06_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_10_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_01_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_05_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_13_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_07_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_11_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_09_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_03_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_08_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_08_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_07_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_12_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_12_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_14_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_02_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_06_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_13_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_11_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_06_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_11_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/jeans/man/jeans_01_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_05.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_13.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_17.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_04.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_09.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_16.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_12.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_10.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_14.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_01.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_11.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_08.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_07.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_06.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_03.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_15.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/dresses/dress_02.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_13_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_09_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_07_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_05_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_03.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_04.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_15.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_09_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_01.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_16.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_06_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_08_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_02.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_05_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_09_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_13_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_12.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_06_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_05_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_11.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_08_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_10.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_07_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_07_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_14.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_06_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_08_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_13_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/caps/cap_17.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/adminAvatars/john.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/adminAvatars/luke.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_03_4.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_02_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_07_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_03_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_09_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_11_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_10_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_04_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_07_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_05_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_04_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_02_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_08_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_06_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_06_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_09_4.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_10_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_06_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_08_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_04_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_12_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_01_4.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_03_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_03_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_05_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_07_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_04_4.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_01_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_06_4.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_09_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_10_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_11_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_01_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_01_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_12_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_09_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_05_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_12_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/woman/t-shirt_08_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_02_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_07_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_03_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_09_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_11_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_02_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_10_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_04_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_07_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_05_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_04_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_02_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_08_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_06_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_06_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_10_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_06_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_08_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_04_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_03_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_03_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_05_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_07_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_01_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_09_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_10_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_11_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_01_1.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_01_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_09_2.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_05_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_08_3.webp src/Sylius/Bundle/CoreBundle/Resources/fixtures/t-shirts/man/t-shirt_11_3.webp src/Sylius/Bundle/CoreBundle/Resources/config/services.xml src/Sylius/Bundle/CoreBundle/Resources/config/test_services.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/order_processing.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/templating.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/fixtures_factories.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/context.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/integrations/hwi_oauth.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/integrations/doctrine/orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/order_pay.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/listeners/workflow/order_checkout.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/listeners/workflow/order_payment.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/listeners/workflow/order.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/listeners/workflow/payment.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/listeners/workflow/shipment.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/listeners/workflow/order_shipping.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/installer_requirements.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/factories.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/calculators.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/promotion.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/command_handler.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/shipping.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/installer.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/checkout.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/listeners.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/mailer.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/catalog_promotion.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/taxation.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/payment.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/price_history.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/checkers.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/console_command.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/catalog_promotion/command_handlers.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/catalog_promotion/calculators.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/catalog_promotion/processors.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/catalog_promotion/listeners.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/catalog_promotion/checkers.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/catalog_promotion/applicators.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/form.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/command_dispatcher.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/price_history/processors.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/price_history/command_handler.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/price_history/listeners.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/price_history/checkers.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/price_history/command_dispatcher.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/price_history/logger.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/validators.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/state_resolvers.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/product_variant_map.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/fixtures.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/providers.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/order_pay/handlers.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/order_pay/processors.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/order_pay/providers.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/order_pay/controllers.xml src/Sylius/Bundle/CoreBundle/Resources/config/services/fixtures_listeners.xml src/Sylius/Bundle/CoreBundle/Resources/config/serialization/Command/Admin/Account/ResetPassword.xml src/Sylius/Bundle/CoreBundle/Resources/config/serialization/Command/Admin/Account/RequestResetPasswordEmail.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/ShippingMethod.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/ZoneMember.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/ProductImage.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/Customer.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/AdminUser.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/ResendShipmentConfirmationEmail.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/Channel.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/AvatarImage.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/Taxon.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/ChannelPriceHistoryConfig.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/ResendOrderConfirmationEmail.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/TaxRate.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/Product.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/CatalogPromotionScope.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/Payment.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/AddToCartCommand.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/PaymentMethod.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/PromotionRule.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/ChannelPricing.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/ProductTaxon.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/TranslatableInterface.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/ProductReview.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/TaxonImage.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/ProductVariant.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/CatalogPromotionAction.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/Order.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/OrderItem.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/RequestResetPasswordEmail.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/ShippingMethodRule.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/PromotionAction.xml src/Sylius/Bundle/CoreBundle/Resources/config/validation/PromotionCoupon.xml src/Sylius/Bundle/CoreBundle/Resources/config/app/fixtures.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/workflow.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/doctrine_migrations.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/messenger.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/fixtures/jeans.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/fixtures/tshirt.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/fixtures/promotion.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/fixtures/cap.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/fixtures/dress.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/fixtures/custom_fixtures.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/fixtures/shop_configuration.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_mailer.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_user.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_payment.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_resource.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_addressing.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_locale.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_promotion.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_channel.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_review.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_money.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_taxonomy.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_order.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_inventory.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_shipping.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_product_taxon.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_product.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_customer.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius/sylius_taxation.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/workflow/sylius_order_payment.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/workflow/sylius_product_review.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/workflow/sylius_payment_request.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/workflow/sylius_order_shipping.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/workflow/sylius_shipment.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/workflow/sylius_catalog_promotion.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/workflow/sylius_order_checkout.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/workflow/sylius_order.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/workflow/sylius_payment.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/parameters.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/config.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/sylius.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/winzou_state_machine/sylius_payment.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/winzou_state_machine/sylius_order_payment.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/winzou_state_machine/sylius_order_shipping.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/winzou_state_machine/sylius_order_checkout.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/winzou_state_machine/sylius_product_review.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/winzou_state_machine/sylius_payment_request.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/winzou_state_machine/sylius_shipment.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/winzou_state_machine/sylius_catalog_promotion.yaml src/Sylius/Bundle/CoreBundle/Resources/config/app/winzou_state_machine/sylius_order.yml src/Sylius/Bundle/CoreBundle/Resources/config/app/winzou_state_machine.php src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/Payment.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/ProductReview.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/Promotion.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/ProductImage.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/Order.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/PromotionCoupon.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/Image.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/OrderItemUnit.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/OrderItem.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/AdminUser.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/ChannelPricing.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/AvatarImage.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/Channel.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/Shipment.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/TaxonImage.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/ProductVariant.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/CatalogPromotion.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/OrderSequence.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/ProductTaxon.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/Adjustment.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/Address.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/ShippingMethod.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/PaymentMethod.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/TaxRate.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/Customer.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/Taxon.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/ChannelPriceHistoryConfig.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/CatalogPromotionScope.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/ShopBillingData.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/ShopUser.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/Product.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/ProductTranslation.orm.xml src/Sylius/Bundle/CoreBundle/Resources/config/doctrine/model/ChannelPricingLogEntry.orm.xml src/Sylius/Bundle/CoreBundle/Resources/views/Common/Macro/money.html.twig src/Sylius/Bundle/CoreBundle/Resources/views/Email/contactRequest.html.twig src/Sylius/Bundle/CoreBundle/Resources/views/Email/Blocks/ContactRequest/_subject.html.twig src/Sylius/Bundle/CoreBundle/Resources/views/Email/Blocks/ContactRequest/_content.html.twig src/Sylius/Bundle/CoreBundle/Resources/views/Email/Blocks/OrderConfirmation/_subject.html.twig src/Sylius/Bundle/CoreBundle/Resources/views/Email/Blocks/OrderConfirmation/_content.html.twig src/Sylius/Bundle/CoreBundle/Resources/views/Email/layout.html.twig src/Sylius/Bundle/CoreBundle/Resources/views/Email/shipmentConfirmation.html.twig src/Sylius/Bundle/CoreBundle/Resources/views/Email/adminPasswordReset.html.twig src/Sylius/Bundle/CoreBundle/Resources/views/Email/orderConfirmation.html.twig src/Sylius/Bundle/CoreBundle/Resources/views/Email/passwordReset.html.twig src/Sylius/Bundle/CoreBundle/Resources/views/Email/userRegistration.html.twig src/Sylius/Bundle/CoreBundle/Resources/views/Email/accountVerification.html.twig src/Sylius/Bundle/CoreBundle/Resources/views/Collector/Icon/cart.svg src/Sylius/Bundle/CoreBundle/Resources/views/Collector/sylius.html.twig src/Sylius/Bundle/CoreBundle/Resources/views/Collector/cart.html.twig src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.es.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.fr.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.zh_TW.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.de_AT.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ca.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.hi.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.de_CH.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.nl.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fi.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.cs.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.ja.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.de.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.he.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.no.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.et.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.is.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.fr_BE.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.it.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.ro.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.sk.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.fr_CA.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.pt.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.ko.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.sv.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.en.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.pl.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.zh_CN.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/flashes.ar.yaml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.mk.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/CoreBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/CoreBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/CoreBundle/phpunit.xml.dist src/Sylius/Bundle/CoreBundle/Factory/OrderFactoryInterface.php src/Sylius/Bundle/CoreBundle/Factory/OrderFactory.php src/Sylius/Bundle/CoreBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/CoreBundle/Mailer/AccountVerificationEmailManager.php src/Sylius/Bundle/CoreBundle/Mailer/OrderEmailManagerInterface.php src/Sylius/Bundle/CoreBundle/Mailer/ContactEmailManager.php src/Sylius/Bundle/CoreBundle/Mailer/ResetPasswordEmailManagerInterface.php src/Sylius/Bundle/CoreBundle/Mailer/Emails.php src/Sylius/Bundle/CoreBundle/Mailer/OrderEmailManager.php src/Sylius/Bundle/CoreBundle/Mailer/AccountRegistrationEmailManagerInterface.php src/Sylius/Bundle/CoreBundle/Mailer/AccountRegistrationEmailManager.php src/Sylius/Bundle/CoreBundle/Mailer/ShipmentEmailManager.php src/Sylius/Bundle/CoreBundle/Mailer/ShipmentEmailManagerInterface.php src/Sylius/Bundle/CoreBundle/Mailer/AccountVerificationEmailManagerInterface.php src/Sylius/Bundle/CoreBundle/Mailer/ResetPasswordEmailManager.php src/Sylius/Bundle/CoreBundle/Mailer/ContactEmailManagerInterface.php src/Sylius/Bundle/CoreBundle/.gitattributes src/Sylius/Bundle/CoreBundle/Order/NumberGenerator/SequentialOrderNumberGenerator.php src/Sylius/Bundle/CoreBundle/Order/Checker/OrderPromotionsIntegrityChecker.php src/Sylius/Bundle/CoreBundle/Order/Checker/OrderPromotionsIntegrityCheckerInterface.php src/Sylius/Bundle/CoreBundle/LICENSE src/Sylius/Bundle/CoreBundle/Migrations/Version20241020131533.php src/Sylius/Bundle/CoreBundle/Migrations/Version20241024174728.php src/Sylius/Bundle/CoreBundle/Migrations/Version20241020131510.php src/Sylius/Bundle/CoreBundle/Migrations/Version20160101092155.php src/Sylius/Bundle/CoreBundle/Migrations/Version20241024174729.php src/Sylius/Bundle/CoreBundle/Migrations/Version20241020131504.php src/Sylius/Bundle/CoreBundle/Migrations/Version20241020131432.php src/Sylius/Bundle/CoreBundle/Migrations/Version20241020131539.php src/Sylius/Bundle/CoreBundle/Migrations/Version20241020131407.php src/Sylius/Bundle/CoreBundle/Migrations/Version20241020131614.php src/Sylius/Bundle/CoreBundle/Migrations/Version20241020131604.php src/Sylius/Bundle/CoreBundle/Migrations/Version20241020131553.php src/Sylius/Bundle/CoreBundle/Migrations/Version20160101084139.php src/Sylius/Bundle/CoreBundle/Migrations/Version20241020131444.php src/Sylius/Bundle/CoreBundle/Checkout/CheckoutStateUrlGeneratorInterface.php src/Sylius/Bundle/CoreBundle/Checkout/CheckoutRedirectListener.php src/Sylius/Bundle/CoreBundle/Checkout/CheckoutResolver.php src/Sylius/Bundle/CoreBundle/Checkout/CheckoutStateUrlGenerator.php src/Sylius/Bundle/CoreBundle/Controller/PaymentMethodController.php src/Sylius/Bundle/CoreBundle/Controller/OrderController.php src/Sylius/Bundle/CoreBundle/Controller/ProductTaxonController.php src/Sylius/Bundle/CoreBundle/Controller/ProductVariantController.php src/Sylius/Bundle/CoreBundle/README.md src/Sylius/Bundle/CoreBundle/Resource/StateMachine/Controller/CompositeStateMachine.php src/Sylius/Bundle/CoreBundle/OAuth/UserProvider.php src/Sylius/Bundle/CoreBundle/Attribute/AsCatalogPromotionPriceCalculator.php src/Sylius/Bundle/CoreBundle/Attribute/AsOrderItemsTaxesApplicator.php src/Sylius/Bundle/CoreBundle/Attribute/AsTaxCalculationStrategy.php src/Sylius/Bundle/CoreBundle/Attribute/AsCatalogPromotionApplicatorCriteria.php src/Sylius/Bundle/CoreBundle/Attribute/AsEntityObserver.php src/Sylius/Bundle/CoreBundle/Attribute/AsProductVariantMapProvider.php src/Sylius/Bundle/CoreBundle/Attribute/AsUriBasedSectionResolver.php src/Sylius/Bundle/CoreBundle/Attribute/AsOrdersTotalsProvider.php src/Sylius/Bundle/CoreBundle/Attribute/AsOrderItemUnitsTaxesApplicator.php src/Sylius/Bundle/CoreBundle/CommandDispatcher/ResetPasswordDispatcher.php src/Sylius/Bundle/CoreBundle/CommandDispatcher/ResendShipmentConfirmationEmailDispatcher.php src/Sylius/Bundle/CoreBundle/CommandDispatcher/ResendOrderConfirmationEmailDispatcherInterface.php src/Sylius/Bundle/CoreBundle/CommandDispatcher/ResendOrderConfirmationEmailDispatcher.php src/Sylius/Bundle/CoreBundle/CommandDispatcher/ResetPasswordDispatcherInterface.php src/Sylius/Bundle/CoreBundle/CommandDispatcher/ResendShipmentConfirmationEmailDispatcherInterface.php src/Sylius/Bundle/CoreBundle/Console/Command/SetupCommand.php src/Sylius/Bundle/CoreBundle/Console/Command/InstallSampleDataCommand.php src/Sylius/Bundle/CoreBundle/Console/Command/InformAboutGUSCommand.php src/Sylius/Bundle/CoreBundle/Console/Command/InstallCommand.php src/Sylius/Bundle/CoreBundle/Console/Command/AbstractInstallCommand.php src/Sylius/Bundle/CoreBundle/Console/Command/InstallAssetsCommand.php src/Sylius/Bundle/CoreBundle/Console/Command/InstallDatabaseCommand.php src/Sylius/Bundle/CoreBundle/Console/Command/JwtConfigurationCommand.php src/Sylius/Bundle/CoreBundle/Console/Command/ShowPlusInfoCommand.php src/Sylius/Bundle/CoreBundle/Console/Command/CancelUnpaidOrdersCommand.php src/Sylius/Bundle/CoreBundle/Console/Command/CheckRequirementsCommand.php src/Sylius/Bundle/CoreBundle/DependencyInjection/SyliusCoreExtension.php src/Sylius/Bundle/CoreBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/CoreBundle/DependencyInjection/PrependDoctrineMigrationsTrait.php src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/CheckStatisticsOrdersTotalsProviderTypePass.php src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/LazyCacheWarmupPass.php src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/RegisterUriBasedSectionResolverPass.php src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/RegisterTaxCalculationStrategiesPass.php src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/IgnoreAnnotationsPass.php src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/BackwardsCompatibility/Symfony5AuthenticationManagerPass.php src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/BackwardsCompatibility/Symfony6PrivateServicesPass.php src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/BackwardsCompatibility/ResolveShopUserTargetEntityPass.php src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/CircularDependencyBreakingErrorListenerPass.php src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/OverrideResourceControllerStateMachinePass.php src/Sylius/Bundle/CoreBundle/DependencyInjection/Compiler/TranslatableEntityLocalePass.php src/Sylius/Bundle/CoreBundle/SectionResolver/SectionInterface.php src/Sylius/Bundle/CoreBundle/SectionResolver/SectionProviderInterface.php src/Sylius/Bundle/CoreBundle/SectionResolver/SectionCannotBeResolvedException.php src/Sylius/Bundle/CoreBundle/SectionResolver/UriBasedSectionResolverInterface.php src/Sylius/Bundle/CoreBundle/SectionResolver/UriBasedSectionProvider.php src/Sylius/Bundle/CoreBundle/SyliusCoreBundle.php src/Sylius/Bundle/CoreBundle/Context/CustomerAndChannelBasedCartContext.php src/Sylius/Bundle/CoreBundle/Context/SessionAndChannelBasedCartContext.php src/Sylius/Bundle/CoreBundle/Context/CustomerContext.php src/Sylius/Bundle/CoreBundle/Storage/CartSessionStorage.php src/Sylius/Bundle/CoreBundle/Application/SyliusPluginTrait.php src/Sylius/Bundle/CoreBundle/CommandHandler/ResendShipmentConfirmationEmailHandler.php src/Sylius/Bundle/CoreBundle/CommandHandler/ResendOrderConfirmationEmailHandler.php src/Sylius/Bundle/CoreBundle/CommandHandler/Admin/Account/RequestResetPasswordEmailHandler.php src/Sylius/Bundle/CoreBundle/CommandHandler/Admin/Account/SendResetPasswordEmailHandler.php src/Sylius/Bundle/CoreBundle/CommandHandler/Admin/Account/ResetPasswordHandler.php src/Sylius/Bundle/CoreBundle/Installer/Provider/DatabaseSetupCommandsProviderInterface.php src/Sylius/Bundle/CoreBundle/Installer/Provider/DatabaseSetupCommandsProvider.php src/Sylius/Bundle/CoreBundle/Installer/Renderer/TableRenderer.php src/Sylius/Bundle/CoreBundle/Installer/Setup/LocaleSetupInterface.php src/Sylius/Bundle/CoreBundle/Installer/Setup/ChannelSetup.php src/Sylius/Bundle/CoreBundle/Installer/Setup/LocaleSetup.php src/Sylius/Bundle/CoreBundle/Installer/Setup/ChannelSetupInterface.php src/Sylius/Bundle/CoreBundle/Installer/Setup/CurrencySetup.php src/Sylius/Bundle/CoreBundle/Installer/Setup/CurrencySetupInterface.php src/Sylius/Bundle/CoreBundle/Installer/Executor/CommandExecutor.php src/Sylius/Bundle/CoreBundle/Installer/Checker/CommandDirectoryChecker.php src/Sylius/Bundle/CoreBundle/Installer/Checker/RequirementsCheckerInterface.php src/Sylius/Bundle/CoreBundle/Installer/Checker/SyliusRequirementsChecker.php src/Sylius/Bundle/CoreBundle/Installer/Requirement/ExtensionsRequirements.php src/Sylius/Bundle/CoreBundle/Installer/Requirement/RequirementCollection.php src/Sylius/Bundle/CoreBundle/Installer/Requirement/FilesystemRequirements.php src/Sylius/Bundle/CoreBundle/Installer/Requirement/SyliusRequirements.php src/Sylius/Bundle/CoreBundle/Installer/Requirement/Requirement.php src/Sylius/Bundle/CoreBundle/Installer/Requirement/SettingsRequirements.php src/Sylius/Bundle/CoreBundle/Doctrine/Migrations/MigrationSkipInterface.php src/Sylius/Bundle/CoreBundle/Doctrine/Migrations/AbstractPostgreSQLMigration.php src/Sylius/Bundle/CoreBundle/Doctrine/Migrations/AbstractMigration.php src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Year.php src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Week.php src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Hour.php src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Day.php src/Sylius/Bundle/CoreBundle/Doctrine/DQL/DateFormat.php src/Sylius/Bundle/CoreBundle/Doctrine/DQL/Month.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/OrderItemRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/OrderRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/UserRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/ProductOptionRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/ProductReviewRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/Handler/ResourceDeleteHandler.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/Handler/ResourceUpdateHandler.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/PaymentRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/SqlWalker/OrderByIdentifierSqlWalker.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/CustomerRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/AttributeRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/ShipmentRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/AvatarImageRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/PromotionRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/AddressRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/ShippingCategoryRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/ProductTaxonRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/ProductRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/ChannelPricingLogEntryRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/ProductAssociationRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/ShippingMethodRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/ProductVariantRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/OrderItemUnitRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/PaymentMethodRepository.php src/Sylius/Bundle/CoreBundle/Doctrine/ORM/Inventory/Operator/OrderInventoryOperator.php src/Sylius/Bundle/CoreBundle/Validator/Initializer/CustomerInitializer.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/OrderShippingMethodEligibility.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ProductImageVariantsBelongToOwnerValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ChannelCodeCollection.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ProductImageVariantsBelongToOwner.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/CartItemVariantEnabled.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ProductVariantCodeExistsValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/CartItemQuantityRange.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/AllowedImageMimeTypesValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/OrderProductEligibility.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ChannelCodeCollectionValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ChannelDefaultLocaleEnabledValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/HasAllPricesDefinedValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/HasEnabledEntityValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ResendShipmentConfirmationEmailWithValidShipmentStateValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ProvinceCodeExistsValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ZoneCodeExists.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/HasEnabledEntity.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/OrderShippingMethodEligibilityValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/CustomerGroupCodeExistsValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/CountryCodeExists.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ChannelDefaultLocaleEnabled.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ResendShipmentConfirmationEmailWithValidShipmentState.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/OrderPaymentMethodEligibilityValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/UniqueReviewerEmail.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/TaxonCodeExists.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/HasAllVariantPricesDefinedValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/TaxonCodeExistsValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/CartItemAvailability.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/UniqueReviewerEmailValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/OrderPaymentMethodEligibility.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/LocalesAwareValidAttributeValueValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/CartItemVariantEnabledValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ProductCodeExistsValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/HasAllVariantPricesDefined.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ExistingChannelCode.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/CartItemQuantityRangeValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/CustomerGroupCodeExists.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/RegisteredUser.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ProductVariantCodeExists.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ProductCodeExists.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/HasAllPricesDefined.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/MaxInteger.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/OrderProductEligibilityValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ResendOrderConfirmationEmailWithValidOrderStateValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/CountryCodeExistsValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ResendOrderConfirmationEmailWithValidOrderState.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/CartItemAvailabilityValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ExistingChannelCodeValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/AllowedImageMimeTypes.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ProvinceCodeExists.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/MaxIntegerValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/ZoneCodeExistsValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/TranslationForExistingLocales.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/RegisteredUserValidator.php src/Sylius/Bundle/CoreBundle/Validator/Constraints/TranslationForExistingLocalesValidator.php src/Sylius/Bundle/CoreBundle/OrderPay/Provider/FinalUrlProviderInterface.php src/Sylius/Bundle/CoreBundle/OrderPay/Provider/PaymentRequestAfterPayResponseProvider.php src/Sylius/Bundle/CoreBundle/OrderPay/Provider/UrlProviderInterface.php src/Sylius/Bundle/CoreBundle/OrderPay/Provider/NoPaymentPayResponseProvider.php src/Sylius/Bundle/CoreBundle/OrderPay/Provider/PaymentRequestPayResponseProvider.php src/Sylius/Bundle/CoreBundle/OrderPay/Provider/PayResponseProviderInterface.php src/Sylius/Bundle/CoreBundle/OrderPay/Provider/FinalUrlProvider.php src/Sylius/Bundle/CoreBundle/OrderPay/Provider/UrlProvider.php src/Sylius/Bundle/CoreBundle/OrderPay/Provider/Offline/StatusHttpResponseProvider.php src/Sylius/Bundle/CoreBundle/OrderPay/Provider/AfterPayResponseProviderInterface.php src/Sylius/Bundle/CoreBundle/OrderPay/Controller/OrderPayController.php src/Sylius/Bundle/CoreBundle/OrderPay/Action/PaymentRequestPayAction.php src/Sylius/Bundle/CoreBundle/OrderPay/Handler/PaymentStateFlashHandler.php src/Sylius/Bundle/CoreBundle/OrderPay/Handler/PaymentStateFlashHandlerInterface.php src/Sylius/Bundle/CoreBundle/OrderPay/Resolver/PaymentToPayResolverInterface.php src/Sylius/Bundle/CoreBundle/OrderPay/Resolver/PaymentToPayResolver.php src/Sylius/Bundle/CoreBundle/OrderPay/Processor/RouteParametersProcessor.php src/Sylius/Bundle/CoreBundle/OrderPay/Processor/RouteParametersProcessorInterface.php src/Sylius/Bundle/CoreBundle/Calculator/DelayStampCalculatorInterface.php src/Sylius/Bundle/CoreBundle/Calculator/DelayStampCalculator.php src/Sylius/Bundle/CoreBundle/tests/Taxation/Strategy/TaxCalculationStrategyTest.php src/Sylius/Bundle/CoreBundle/tests/Provider/ChannelBasedProductTranslationProviderTest.php src/Sylius/Bundle/CoreBundle/tests/Provider/CustomerProviderTest.php src/Sylius/Bundle/CoreBundle/tests/Provider/ChannelBasedDefaultTaxZoneProviderTest.php src/Sylius/Bundle/CoreBundle/tests/Factory/OrderFactoryTest.php src/Sylius/Bundle/CoreBundle/tests/Mailer/ContactEmailManagerTest.php src/Sylius/Bundle/CoreBundle/tests/Mailer/ResetPasswordEmailManagerTest.php src/Sylius/Bundle/CoreBundle/tests/Mailer/AccountRegistrationEmailManagerTest.php src/Sylius/Bundle/CoreBundle/tests/Mailer/AccountVerificationEmailManagerTest.php src/Sylius/Bundle/CoreBundle/tests/Mailer/OrderEmailManagerTest.php src/Sylius/Bundle/CoreBundle/tests/Order/NumberGenerator/SequentialOrderNumberGeneratorTest.php src/Sylius/Bundle/CoreBundle/tests/Order/Checker/OrderPromotionsIntegrityCheckerTest.php src/Sylius/Bundle/CoreBundle/tests/Checkout/CheckoutRedirectListenerTest.php src/Sylius/Bundle/CoreBundle/tests/Checkout/CheckoutResolverTest.php src/Sylius/Bundle/CoreBundle/tests/Checkout/CheckoutStateUrlGeneratorTest.php src/Sylius/Bundle/CoreBundle/tests/Resource/StateMachine/Controller/CompositeStateMachineTest.php src/Sylius/Bundle/CoreBundle/tests/OAuth/UserProviderTest.php src/Sylius/Bundle/CoreBundle/tests/CommandDispatcher/ResendShipmentConfirmationEmailDispatcherTest.php src/Sylius/Bundle/CoreBundle/tests/CommandDispatcher/ResetPasswordDispatcherTest.php src/Sylius/Bundle/CoreBundle/tests/CommandDispatcher/ResendOrderConfirmationEmailDispatcherTest.php src/Sylius/Bundle/CoreBundle/tests/Console/Command/ClearPriceHistoryCommandTest.php src/Sylius/Bundle/CoreBundle/tests/DependencyInjection/CircularDependencyBreakingErrorListenerPassTest.php src/Sylius/Bundle/CoreBundle/tests/DependencyInjection/ConfigurationTest.php src/Sylius/Bundle/CoreBundle/tests/DependencyInjection/SyliusCoreExtensionTest.php src/Sylius/Bundle/CoreBundle/tests/DependencyInjection/Compiler/CheckStatisticsOrdersTotalsProviderTypePassTest.php src/Sylius/Bundle/CoreBundle/tests/DependencyInjection/Compiler/RegisterUriBasedSectionResolverPassTest.php src/Sylius/Bundle/CoreBundle/tests/DependencyInjection/Compiler/RegisterTaxCalculationStrategiesPassTest.php src/Sylius/Bundle/CoreBundle/tests/DependencyInjection/SyliusCoreConfigurationTest.php src/Sylius/Bundle/CoreBundle/tests/SectionResolver/UriBasedSectionProviderTest.php src/Sylius/Bundle/CoreBundle/tests/Context/SessionAndChannelBasedCartContextTest.php src/Sylius/Bundle/CoreBundle/tests/Context/CustomerAndChannelBasedCartContextTest.php src/Sylius/Bundle/CoreBundle/tests/Context/CustomerContextTest.php src/Sylius/Bundle/CoreBundle/tests/Storage/CartSessionStorageTest.php src/Sylius/Bundle/CoreBundle/tests/Application/SyliusPluginTraitTest.php src/Sylius/Bundle/CoreBundle/tests/CommandHandler/ResendShipmentConfirmationEmailHandlerTest.php src/Sylius/Bundle/CoreBundle/tests/CommandHandler/Admin/Account/ResetPasswordHandlerTest.php src/Sylius/Bundle/CoreBundle/tests/CommandHandler/Admin/Account/SendResetPasswordEmailHandlerTest.php src/Sylius/Bundle/CoreBundle/tests/CommandHandler/Admin/Account/RequestResetPasswordEmailHandlerTest.php src/Sylius/Bundle/CoreBundle/tests/CommandHandler/ResendOrderConfirmationEmailHandlerTest.php src/Sylius/Bundle/CoreBundle/tests/Installer/Executor/CommandExecutorTest.php src/Sylius/Bundle/CoreBundle/tests/Installer/Requirement/RequirementTest.php src/Sylius/Bundle/CoreBundle/tests/Doctrine/ORM/Handler/ResourceDeleteHandlerTest.php src/Sylius/Bundle/CoreBundle/tests/Doctrine/ORM/Handler/ResourceUpdateHandlerTest.php src/Sylius/Bundle/CoreBundle/tests/Doctrine/ORM/Inventory/Operator/OrderInventoryOperatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Initializer/CustomerInitializerTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/CountryCodeExistsValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/ProductVariantCodeExistsValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/ProvinceCodeExistsValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/ZoneCodeExistsValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/UniqueReviewerEmailValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/ResendOrderConfirmationEmailWithValidOrderStateValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/TranslationForExistingLocalesValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/ProductCodeExistsValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/UniqueReviewerEmailTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/MaxIntegerValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/HasEnabledEntityValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/CustomerGroupCodeExistsValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/LocalesAwareValidAttributeValueValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/HasEnabledEntityTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/CartItemQuantityRangeValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/HasAllPricesDefinedValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/ResendShipmentConfirmationEmailWithValidShipmentStateValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/CartItemAvailabilityValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/ProductImageVariantsBelongToOwnerValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/OrderShippingMethodEligibilityValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/CartItemVariantEnabledValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/ExistingChannelCodeValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/ChannelDefaultLocaleEnabledValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/TaxonCodeExistsValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/Validator/Constraints/ChannelCodeCollectionValidatorTest.php src/Sylius/Bundle/CoreBundle/tests/OrderPay/Provider/FinalUrlProviderTest.php src/Sylius/Bundle/CoreBundle/tests/OrderPay/Processor/RouteParametersProcessorTest.php src/Sylius/Bundle/CoreBundle/tests/Calculator/DelayStampCalculatorTest.php src/Sylius/Bundle/CoreBundle/tests/Twig/ChannelUrlExtensionTest.php src/Sylius/Bundle/CoreBundle/tests/Installation/Setup/LocaleSetupTest.php src/Sylius/Bundle/CoreBundle/tests/Stub/CatalogPromotionApplicatorCriteriaStub.php src/Sylius/Bundle/CoreBundle/tests/Stub/ProductVariantMapProviderStub.php src/Sylius/Bundle/CoreBundle/tests/Stub/UriBasedSectionResolverStub.php src/Sylius/Bundle/CoreBundle/tests/Stub/OrderItemUnitsTaxesApplicatorStub.php src/Sylius/Bundle/CoreBundle/tests/Stub/TaxCalculationStrategyStub.php src/Sylius/Bundle/CoreBundle/tests/Stub/EntityObserverStub.php src/Sylius/Bundle/CoreBundle/tests/Stub/OrderItemsTaxesApplicatorStub.php src/Sylius/Bundle/CoreBundle/tests/Stub/CatalogPromotionPriceCalculatorStub.php src/Sylius/Bundle/CoreBundle/tests/Stub/OrdersTotalsProviderStub.php src/Sylius/Bundle/CoreBundle/tests/Form/DataTransformer/ProductTaxonToTaxonTransformerTest.php src/Sylius/Bundle/CoreBundle/tests/Form/DataTransformer/TaxonsToCodesTransformerTest.php src/Sylius/Bundle/CoreBundle/tests/Form/DataTransformer/ProductsToCodesTransformerTest.php src/Sylius/Bundle/CoreBundle/tests/Form/EventSubscriber/AddBaseCurrencySubscriberTest.php src/Sylius/Bundle/CoreBundle/tests/Form/EventSubscriber/CustomerRegistrationFormSubscriberTest.php src/Sylius/Bundle/CoreBundle/tests/Form/EventSubscriber/ChannelFormSubscriberTest.php src/Sylius/Bundle/CoreBundle/tests/Form/Type/Taxon/ProductTaxonAutocompleteChoiceTypeTest.php src/Sylius/Bundle/CoreBundle/tests/Form/Type/CatalogPromotion/CatalogPromotionActionTypeTest.php src/Sylius/Bundle/CoreBundle/tests/PriceHistory/CommandDispatcher/BatchedApplyLowestPriceOnChannelPricingsCommandDispatcherTest.php src/Sylius/Bundle/CoreBundle/tests/PriceHistory/CommandHandler/ApplyLowestPriceOnChannelPricingsHandlerTest.php src/Sylius/Bundle/CoreBundle/tests/PriceHistory/Logger/PriceChangeLoggerTest.php src/Sylius/Bundle/CoreBundle/tests/PriceHistory/Remover/ChannelPricingLogEntriesRemoverTest.php src/Sylius/Bundle/CoreBundle/tests/PriceHistory/EventListener/ChannelPricingLogEntryEventListenerTest.php src/Sylius/Bundle/CoreBundle/tests/PriceHistory/Processor/ProductLowestPriceBeforeDiscountProcessorTest.php src/Sylius/Bundle/CoreBundle/tests/PriceHistory/EntityObserver/ProcessLowestPricesOnChannelPriceHistoryConfigChangeObserverTest.php src/Sylius/Bundle/CoreBundle/tests/PriceHistory/EntityObserver/ProcessLowestPricesOnChannelChangeObserverTest.php src/Sylius/Bundle/CoreBundle/tests/PriceHistory/EntityObserver/CreateLogEntryOnPriceChangeObserverTest.php src/Sylius/Bundle/CoreBundle/tests/Functional/StateMachine/PaymentRequestWorkflowTest.php src/Sylius/Bundle/CoreBundle/tests/Functional/StateMachine/CatalogPromotionWorkflowTest.php src/Sylius/Bundle/CoreBundle/tests/Functional/StateMachine/ProductReviewWorkflowTest.php src/Sylius/Bundle/CoreBundle/tests/Functional/StateMachine/OrderShippingWorkflowTest.php src/Sylius/Bundle/CoreBundle/tests/Functional/StateMachine/OrderWorkflowTest.php src/Sylius/Bundle/CoreBundle/tests/Functional/StateMachine/OrderCheckoutWorkflowTest.php src/Sylius/Bundle/CoreBundle/tests/Functional/StateMachine/OrderPaymentWorkflowTest.php src/Sylius/Bundle/CoreBundle/tests/Functional/StateMachine/StateMachineCompositeTest.php src/Sylius/Bundle/CoreBundle/tests/Functional/StateMachine/PaymentWorkflowTest.php src/Sylius/Bundle/CoreBundle/tests/Functional/StateMachine/ShipmentWorkflowTest.php src/Sylius/Bundle/CoreBundle/tests/Assigner/CustomerIpAssignerTest.php src/Sylius/Bundle/CoreBundle/tests/Security/UserPasswordResetterTest.php src/Sylius/Bundle/CoreBundle/tests/Security/ImpersonationVoterTest.php src/Sylius/Bundle/CoreBundle/tests/Resolver/CustomerResolverTest.php src/Sylius/Bundle/CoreBundle/tests/Remover/ReviewerReviewsRemoverTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/CustomerDefaultAddressListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/ImagesUploadListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/LockingListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/CanonicalizerListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/CircularDependencyBreakingErrorListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/UserImpersonatorSubscriberTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/SimpleProductLockingListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/OrderRecalculationListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/MigrationSkipListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/ProductOptionValueDeletionListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/PaymentPreCompleteListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/PasswordUpdaterListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/TaxonDeletionListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/ImagesRemoveListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/ReviewCreateListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/ImageUploadListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/MailerListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/OrderPayment/SellOrderInventoryListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/OrderPayment/ResolveOrderStateListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/OrderCheckout/ResolveOrderShippingStateListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/OrderCheckout/SaveCheckoutCompletionDateListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/OrderCheckout/ProcessCartListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/OrderCheckout/ResolveOrderPaymentStateListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/OrderCheckout/ResolveOrderCheckoutStateListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/OrderCheckout/ApplyCreateTransitionOnOrderListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/CancelPaymentListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/AssignOrderNumberListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/CancelShipmentListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/CreateShipmentListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/CreatePaymentListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/SetImmutableNamesListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/GiveBackInventoryListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/IncrementPromotionUsagesListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/SaveCustomerAddressesListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/DecrementPromotionUsagesListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/AssignOrderTokenListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/CancelOrderPaymentListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/HoldInventoryListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/RequestOrderPaymentListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/CancelOrderShippingListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Order/RequestOrderShippingListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/OrderShipping/ResolveOrderStateListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Shipment/AssignShippingDateListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Shipment/ResolveOrderShipmentStateListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Payment/ResolveOrderPaymentStateListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/Workflow/Payment/ProcessOrderListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/PostgreSQLDefaultSchemaListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/DefaultUsernameORMListenerTest.php src/Sylius/Bundle/CoreBundle/tests/EventListener/ProductDeletionListenerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Announcer/CatalogPromotionRemovalAnnouncerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Announcer/CatalogPromotionAnnouncerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/DiscountApplicationCriteria/ExclusiveCriteriaTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/DiscountApplicationCriteria/MinimumPriceCriteriaTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Checker/CatalogPromotionEligibilityCheckerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Checker/InForVariantsScopeVariantCheckerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Checker/ProductVariantForCatalogPromotionEligibilityTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Checker/InForProductScopeVariantCheckerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Checker/InForTaxonsScopeVariantCheckerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Applicator/CatalogPromotionApplicatorTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Applicator/ActionBasedDiscountApplicatorTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/CommandDispatcher/BatchedApplyCatalogPromotionsOnVariantsCommandDispatcherTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/CommandHandler/DisableCatalogPromotionHandlerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/CommandHandler/RemoveCatalogPromotionHandlerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/CommandHandler/UpdateCatalogPromotionStateHandlerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/CommandHandler/ApplyCatalogPromotionsOnVariantsHandlerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Calculator/FixedDiscountPriceCalculatorTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Calculator/PercentageDiscountPriceCalculatorTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Calculator/CatalogPromotionPriceCalculatorTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/EventListener/ProductVariantEventListenerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/EventListener/ProductEventListenerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/EventListener/CatalogPromotionEventListenerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Processor/CatalogPromotionRemovalProcessorTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Processor/CatalogPromotionStateProcessorTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Processor/CatalogPromotionClearerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Processor/ProductVariantCatalogPromotionsProcessorTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Processor/AllProductVariantsCatalogPromotionsProcessorTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Processor/ProductCatalogPromotionsProcessorTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Listener/ProductVariantCreatedListenerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Listener/CatalogPromotionUpdatedListenerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Listener/ProductUpdatedListenerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Listener/CatalogPromotionCreatedListenerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Listener/ProductCreatedListenerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Listener/CatalogPromotionStateChangedListenerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Listener/ProductVariantUpdatedListenerTest.php src/Sylius/Bundle/CoreBundle/tests/CatalogPromotion/Listener/CatalogPromotionEndedListenerTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/CustomerGroupFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/ProductFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/ChannelFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/LocaleFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/AddressFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/ShippingCategoryFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/Factory/TaxonExampleFactoryTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/ProductOptionFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/AdminUserFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/ProductReviewFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/TaxCategoryFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/ShopUserFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/GeographicalFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/ProductAssociationTypeFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/PaymentMethodFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/CurrencyFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/TaxRateFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/ProductAssociationFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/TaxonFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/ProductAttributeFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/ShippingMethodFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/PromotionFixtureTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/OptionsResolver/LazyOptionTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/Listener/ImagesPurgerListenerTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/Listener/CatalogPromotionExecutorListenerTest.php src/Sylius/Bundle/CoreBundle/tests/Fixture/CatalogPromotionFixtureTest.php src/Sylius/Bundle/CoreBundle/Twig/PriceExtension.php src/Sylius/Bundle/CoreBundle/Twig/ProductVariantsMapExtension.php src/Sylius/Bundle/CoreBundle/Twig/ProductTranslationExtension.php src/Sylius/Bundle/CoreBundle/Twig/ChannelUrlExtension.php src/Sylius/Bundle/CoreBundle/Twig/BundleLoadedCheckerExtension.php src/Sylius/Bundle/CoreBundle/Twig/CheckoutStepsExtension.php src/Sylius/Bundle/CoreBundle/Twig/VariantResolverExtension.php src/Sylius/Bundle/CoreBundle/Command/ResendOrderConfirmationEmail.php src/Sylius/Bundle/CoreBundle/Command/Admin/Account/SendResetPasswordEmail.php src/Sylius/Bundle/CoreBundle/Command/Admin/Account/ResetPassword.php src/Sylius/Bundle/CoreBundle/Command/Admin/Account/RequestResetPasswordEmail.php src/Sylius/Bundle/CoreBundle/Command/ResendShipmentConfirmationEmail.php src/Sylius/Bundle/CoreBundle/Form/Extension/ProductTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/ChannelTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/TaxRateTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/CatalogPromotionTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/AddressTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/CartTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/PromotionFilterCollectionTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/ProductVariantTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/TaxonTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/OrderTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/ProductTranslationTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/PromotionCouponTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/PromotionTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/CartItemTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/PaymentMethodTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/ProductVariantGenerationTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/Extension/ShippingMethodTypeExtension.php src/Sylius/Bundle/CoreBundle/Form/DataTransformer/ProductsToCodesTransformer.php src/Sylius/Bundle/CoreBundle/Form/DataTransformer/ProductVariantsToCodesTransformer.php src/Sylius/Bundle/CoreBundle/Form/DataTransformer/TaxonsToCodesTransformer.php src/Sylius/Bundle/CoreBundle/Form/DataTransformer/ProductTaxonToTaxonTransformer.php src/Sylius/Bundle/CoreBundle/Form/EventSubscriber/ChannelFormSubscriber.php src/Sylius/Bundle/CoreBundle/Form/EventSubscriber/AddBaseCurrencySubscriber.php src/Sylius/Bundle/CoreBundle/Form/EventSubscriber/CustomerRegistrationFormSubscriber.php src/Sylius/Bundle/CoreBundle/Form/Type/User/AdminUserType.php src/Sylius/Bundle/CoreBundle/Form/Type/User/ShopUserRegistrationType.php src/Sylius/Bundle/CoreBundle/Form/Type/User/AvatarImageType.php src/Sylius/Bundle/CoreBundle/Form/Type/User/ShopUserType.php src/Sylius/Bundle/CoreBundle/Form/Type/ImageType.php src/Sylius/Bundle/CoreBundle/Form/Type/Taxon/TaxonImageType.php src/Sylius/Bundle/CoreBundle/Form/Type/Taxon/ProductTaxonAutocompleteChoiceType.php src/Sylius/Bundle/CoreBundle/Form/Type/Order/AddToCartType.php src/Sylius/Bundle/CoreBundle/Form/Type/AddressChoiceType.php src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/ChangePaymentMethodType.php src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/SelectShippingType.php src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/PaymentType.php src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/ShipmentType.php src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/AddressType.php src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/SelectPaymentType.php src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/CompleteType.php src/Sylius/Bundle/CoreBundle/Form/Type/Grid/Filter/ResourceAutocompleteFilterType.php src/Sylius/Bundle/CoreBundle/Form/Type/AmountType.php src/Sylius/Bundle/CoreBundle/Form/Type/CatalogPromotionAction/ChannelBasedFixedDiscountActionConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Product/ChannelPricingType.php src/Sylius/Bundle/CoreBundle/Form/Type/Product/ProductReviewType.php src/Sylius/Bundle/CoreBundle/Form/Type/Product/ProductImageType.php src/Sylius/Bundle/CoreBundle/Form/Type/ProductTaxonPositionType.php src/Sylius/Bundle/CoreBundle/Form/Type/ChannelCollectionType.php src/Sylius/Bundle/CoreBundle/Form/Type/Shipping/Calculator/ChannelBasedFlatRateConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Shipping/Calculator/ChannelBasedPerUnitRateConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Shipping/Rule/OrderTotalLessThanOrEqualConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Shipping/Rule/ChannelBasedOrderTotalGreaterThanOrEqualConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Shipping/Rule/ChannelBasedOrderTotalLessThanOrEqualConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Shipping/Rule/OrderTotalGreaterThanOrEqualConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/TaxCalculationStrategyChoiceType.php src/Sylius/Bundle/CoreBundle/Form/Type/ShopBillingDataType.php src/Sylius/Bundle/CoreBundle/Form/Type/ChannelPriceHistoryConfigType.php src/Sylius/Bundle/CoreBundle/Form/Type/ContactType.php src/Sylius/Bundle/CoreBundle/Form/Type/Promotion/Action/ChannelBasedFixedDiscountConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Promotion/Action/ChannelBasedUnitFixedDiscountConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Promotion/Action/ChannelBasedUnitPercentageDiscountConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Promotion/Rule/NthOrderConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Promotion/Rule/ContainsProductConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Promotion/Rule/TotalOfItemsFromTaxonConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Promotion/Rule/HasTaxonConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Promotion/Rule/ShippingCountryConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Promotion/Rule/CustomerGroupConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Promotion/Rule/ChannelBasedItemTotalConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Promotion/Rule/ChannelBasedTotalOfItemsFromTaxonConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Promotion/Filter/ProductFilterConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Promotion/Filter/TaxonFilterConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/CatalogPromotionScope/ForTaxonsScopeConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/CatalogPromotionScope/ForProductsScopeConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/CatalogPromotionScope/ForVariantsScopeConfigurationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Customer/CustomerCheckoutGuestType.php src/Sylius/Bundle/CoreBundle/Form/Type/Customer/CustomerRegistrationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Customer/CustomerDefaultAddressType.php src/Sylius/Bundle/CoreBundle/Form/Type/Customer/CustomerSimpleRegistrationType.php src/Sylius/Bundle/CoreBundle/Form/Type/Customer/CustomerGuestType.php src/Sylius/Bundle/CoreBundle/PriceHistory/Event/OldChannelPricingLogEntriesEvents.php src/Sylius/Bundle/CoreBundle/PriceHistory/CommandDispatcher/ApplyLowestPriceOnChannelPricingsCommandDispatcherInterface.php src/Sylius/Bundle/CoreBundle/PriceHistory/CommandDispatcher/BatchedApplyLowestPriceOnChannelPricingsCommandDispatcher.php src/Sylius/Bundle/CoreBundle/PriceHistory/Console/Command/ClearPriceHistoryCommand.php src/Sylius/Bundle/CoreBundle/PriceHistory/CommandHandler/ApplyLowestPriceOnChannelPricingsHandler.php src/Sylius/Bundle/CoreBundle/PriceHistory/Command/ApplyLowestPriceOnChannelPricings.php src/Sylius/Bundle/CoreBundle/PriceHistory/Logger/PriceChangeLoggerInterface.php src/Sylius/Bundle/CoreBundle/PriceHistory/Logger/PriceChangeLogger.php src/Sylius/Bundle/CoreBundle/PriceHistory/Remover/ChannelPricingLogEntriesRemover.php src/Sylius/Bundle/CoreBundle/PriceHistory/Remover/ChannelPricingLogEntriesRemoverInterface.php src/Sylius/Bundle/CoreBundle/PriceHistory/EventListener/ChannelPricingLogEntryEventListener.php src/Sylius/Bundle/CoreBundle/PriceHistory/EventListener/OnFlushEntityObserverListener.php src/Sylius/Bundle/CoreBundle/PriceHistory/Processor/ProductLowestPriceBeforeDiscountProcessor.php src/Sylius/Bundle/CoreBundle/PriceHistory/Processor/ProductLowestPriceBeforeDiscountProcessorInterface.php src/Sylius/Bundle/CoreBundle/PriceHistory/EntityObserver/ProcessLowestPricesOnChannelPriceHistoryConfigChangeObserver.php src/Sylius/Bundle/CoreBundle/PriceHistory/EntityObserver/EntityObserverInterface.php src/Sylius/Bundle/CoreBundle/PriceHistory/EntityObserver/ProcessLowestPricesOnChannelChangeObserver.php src/Sylius/Bundle/CoreBundle/PriceHistory/EntityObserver/CreateLogEntryOnPriceChangeObserver.php src/Sylius/Bundle/CoreBundle/Assigner/CustomerIpAssigner.php src/Sylius/Bundle/CoreBundle/Assigner/IpAssignerInterface.php src/Sylius/Bundle/CoreBundle/test/src/Model/Comment.php src/Sylius/Bundle/CoreBundle/test/src/Model/BlogPost.php src/Sylius/Bundle/CoreBundle/test/src/Kernel.php src/Sylius/Bundle/CoreBundle/test/public/index.php src/Sylius/Bundle/CoreBundle/test/config/bootstrap.php src/Sylius/Bundle/CoreBundle/test/config/packages/state_machine.yaml src/Sylius/Bundle/CoreBundle/test/config/packages/config.yaml src/Sylius/Bundle/CoreBundle/test/config/bundles.php src/Sylius/Bundle/CoreBundle/test/.env src/Sylius/Bundle/CoreBundle/test/.env.test src/Sylius/Bundle/CoreBundle/test/bin/console src/Sylius/Bundle/CoreBundle/Security/ImpersonationVoter.php src/Sylius/Bundle/CoreBundle/Security/UserPasswordResetterInterface.php src/Sylius/Bundle/CoreBundle/Security/UserPasswordResetter.php src/Sylius/Bundle/CoreBundle/Security/UserImpersonatorInterface.php src/Sylius/Bundle/CoreBundle/Security/UserImpersonator.php src/Sylius/Bundle/CoreBundle/Resolver/CustomerResolverInterface.php src/Sylius/Bundle/CoreBundle/Resolver/CustomerResolver.php src/Sylius/Bundle/CoreBundle/Remover/ReviewerReviewsRemoverInterface.php src/Sylius/Bundle/CoreBundle/Remover/ReviewerReviewsRemover.php src/Sylius/Bundle/CoreBundle/composer.json src/Sylius/Bundle/CoreBundle/EventListener/ReviewCreateListener.php src/Sylius/Bundle/CoreBundle/EventListener/DefaultUsernameORMListener.php src/Sylius/Bundle/CoreBundle/EventListener/CanonicalizerListener.php src/Sylius/Bundle/CoreBundle/EventListener/ProductOptionValueDeletionListener.php src/Sylius/Bundle/CoreBundle/EventListener/PaymentPreCompleteListener.php src/Sylius/Bundle/CoreBundle/EventListener/ProductDeletionListener.php src/Sylius/Bundle/CoreBundle/EventListener/ImagesRemoveListener.php src/Sylius/Bundle/CoreBundle/EventListener/ImagesUploadListener.php src/Sylius/Bundle/CoreBundle/EventListener/SimpleProductLockingListener.php src/Sylius/Bundle/CoreBundle/EventListener/ImageUploadListener.php src/Sylius/Bundle/CoreBundle/EventListener/CircularDependencyBreakingErrorListener.php src/Sylius/Bundle/CoreBundle/EventListener/OrderRecalculationListener.php src/Sylius/Bundle/CoreBundle/EventListener/MigrationSkipListener.php src/Sylius/Bundle/CoreBundle/EventListener/PostgreSQLDefaultSchemaListener.php src/Sylius/Bundle/CoreBundle/EventListener/LockingListener.php src/Sylius/Bundle/CoreBundle/EventListener/PasswordUpdaterListener.php src/Sylius/Bundle/CoreBundle/EventListener/TaxonDeletionListener.php src/Sylius/Bundle/CoreBundle/EventListener/UserImpersonatorSubscriber.php src/Sylius/Bundle/CoreBundle/EventListener/MailerListener.php src/Sylius/Bundle/CoreBundle/EventListener/XFrameOptionsSubscriber.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/OrderPayment/SellOrderInventoryListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/OrderPayment/ResolveOrderStateListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/OrderCheckout/ApplyCreateTransitionOnOrderListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/OrderCheckout/ProcessCartListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/OrderCheckout/ResolveOrderCheckoutStateListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/OrderCheckout/SaveCheckoutCompletionDateListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/OrderCheckout/ResolveOrderShippingStateListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/OrderCheckout/ResolveOrderPaymentStateListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/CancelShipmentListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/CreatePaymentListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/CancelOrderShippingListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/IncrementPromotionUsagesListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/RequestOrderShippingListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/AssignOrderNumberListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/SetImmutableNamesListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/CreateShipmentListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/SaveCustomerAddressesListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/AssignOrderTokenListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/HoldInventoryListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/RequestOrderPaymentListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/GiveBackInventoryListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/CancelPaymentListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/CancelOrderPaymentListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Order/DecrementPromotionUsagesListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/OrderShipping/ResolveOrderStateListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Shipment/ResolveOrderShipmentStateListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Shipment/AssignShippingDateListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Payment/ResolveOrderPaymentStateListener.php src/Sylius/Bundle/CoreBundle/EventListener/Workflow/Payment/ProcessOrderListener.php src/Sylius/Bundle/CoreBundle/EventListener/LocaleAwareListener.php src/Sylius/Bundle/CoreBundle/EventListener/ChannelDeletionListener.php src/Sylius/Bundle/CoreBundle/EventListener/CustomerDefaultAddressListener.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Announcer/CatalogPromotionAnnouncer.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Announcer/CatalogPromotionAnnouncerInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Announcer/CatalogPromotionRemovalAnnouncerInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Announcer/CatalogPromotionRemovalAnnouncer.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/DiscountApplicationCriteria/ExclusiveCriteria.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/DiscountApplicationCriteria/MinimumPriceCriteria.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Checker/ProductVariantForCatalogPromotionEligibility.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Checker/CatalogPromotionEligibilityCheckerInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Checker/InForVariantsScopeVariantChecker.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Checker/InForTaxonsScopeVariantChecker.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Checker/VariantInScopeCheckerInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Checker/InForProductScopeVariantChecker.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Checker/ProductVariantForCatalogPromotionEligibilityInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Checker/CatalogPromotionEligibilityChecker.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Applicator/ActionBasedDiscountApplicator.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Applicator/CatalogPromotionApplicator.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Applicator/CatalogPromotionApplicatorInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Applicator/ActionBasedDiscountApplicatorInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/CommandDispatcher/BatchedApplyCatalogPromotionsOnVariantsCommandDispatcher.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/CommandDispatcher/ApplyCatalogPromotionsOnVariantsCommandDispatcherInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/CommandHandler/RemoveCatalogPromotionHandler.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/CommandHandler/DisableCatalogPromotionHandler.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/CommandHandler/ApplyCatalogPromotionsOnVariantsHandler.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/CommandHandler/UpdateCatalogPromotionStateHandler.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Calculator/ActionBasedPriceCalculatorInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Calculator/PercentageDiscountPriceCalculator.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Calculator/CatalogPromotionPriceCalculator.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Calculator/FixedDiscountPriceCalculator.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Calculator/CatalogPromotionPriceCalculatorInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Command/UpdateCatalogPromotionState.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Command/RemoveCatalogPromotion.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Command/DisableCatalogPromotion.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Command/ApplyCatalogPromotionsOnVariants.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/EventListener/ProductVariantEventListener.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/EventListener/ProductEventListener.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/EventListener/CatalogPromotionEventListener.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/ProductVariantCatalogPromotionsProcessorInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/CatalogPromotionClearerInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/CatalogPromotionStateProcessor.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/AllProductVariantsCatalogPromotionsProcessorInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/CatalogPromotionRemovalProcessorInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/CatalogPromotionClearer.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/ProductCatalogPromotionsProcessor.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/AllProductVariantsCatalogPromotionsProcessor.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/ProductCatalogPromotionsProcessorInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/CatalogPromotionRemovalProcessor.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/ProductVariantCatalogPromotionsProcessor.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Processor/CatalogPromotionStateProcessorInterface.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Listener/ProductVariantUpdatedListener.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Listener/CatalogPromotionEndedListener.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Listener/ProductVariantCreatedListener.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Listener/ProductCreatedListener.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Listener/CatalogPromotionCreatedListener.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Listener/ProductUpdatedListener.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Listener/CatalogPromotionStateChangedListener.php src/Sylius/Bundle/CoreBundle/CatalogPromotion/Listener/CatalogPromotionUpdatedListener.php src/Sylius/Bundle/CoreBundle/Fixture/GeographicalFixture.php src/Sylius/Bundle/CoreBundle/Fixture/PaymentFixture.php src/Sylius/Bundle/CoreBundle/Fixture/TaxCategoryFixture.php src/Sylius/Bundle/CoreBundle/Fixture/CustomerGroupFixture.php src/Sylius/Bundle/CoreBundle/Fixture/ProductOptionFixture.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/AbstractExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/PromotionRuleExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/ProductExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/PaymentMethodExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/ShippingCategoryExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/CustomerGroupExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/ProductAssociationTypeExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/ProductAttributeExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/ProductOptionExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/ProductReviewExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/ChannelExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/CatalogPromotionActionExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/TaxCategoryExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/ExampleFactoryInterface.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/ProductAssociationExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/AdminUserExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/TaxonExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/TaxRateExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/AddressExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/CatalogPromotionScopeExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/ShopUserExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/PromotionExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/OrderExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/CatalogPromotionExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/ShippingMethodExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/Factory/PromotionActionExampleFactory.php src/Sylius/Bundle/CoreBundle/Fixture/ProductAssociationTypeFixture.php src/Sylius/Bundle/CoreBundle/Fixture/ChannelFixture.php src/Sylius/Bundle/CoreBundle/Fixture/ShippingMethodFixture.php src/Sylius/Bundle/CoreBundle/Fixture/SimilarProductAssociationFixture.php src/Sylius/Bundle/CoreBundle/Fixture/AbstractResourceFixture.php src/Sylius/Bundle/CoreBundle/Fixture/LocaleFixture.php src/Sylius/Bundle/CoreBundle/Fixture/ProductAssociationFixture.php src/Sylius/Bundle/CoreBundle/Fixture/ProductReviewFixture.php src/Sylius/Bundle/CoreBundle/Fixture/ShippingCategoryFixture.php src/Sylius/Bundle/CoreBundle/Fixture/AddressFixture.php src/Sylius/Bundle/CoreBundle/Fixture/AdminUserFixture.php src/Sylius/Bundle/CoreBundle/Fixture/ShopUserFixture.php src/Sylius/Bundle/CoreBundle/Fixture/ProductFixture.php src/Sylius/Bundle/CoreBundle/Fixture/PaymentMethodFixture.php src/Sylius/Bundle/CoreBundle/Fixture/PromotionFixture.php src/Sylius/Bundle/CoreBundle/Fixture/TaxRateFixture.php src/Sylius/Bundle/CoreBundle/Fixture/CatalogPromotionFixture.php src/Sylius/Bundle/CoreBundle/Fixture/OrderFixture.php src/Sylius/Bundle/CoreBundle/Fixture/OptionsResolver/LazyOption.php src/Sylius/Bundle/CoreBundle/Fixture/OptionsResolver/ResourceNotFoundException.php src/Sylius/Bundle/CoreBundle/Fixture/Listener/CatalogPromotionExecutorListener.php src/Sylius/Bundle/CoreBundle/Fixture/Listener/ImagesPurgerListener.php src/Sylius/Bundle/CoreBundle/Fixture/CurrencyFixture.php src/Sylius/Bundle/CoreBundle/Fixture/TaxonFixture.php src/Sylius/Bundle/CoreBundle/Fixture/ProductAttributeFixture.php src/Sylius/Bundle/CoreBundle/Collector/CartCollector.php src/Sylius/Bundle/CoreBundle/Collector/SyliusCollector.php src/Sylius/Bundle/AdminBundle/Provider/LoggedInAdminUserProvider.php src/Sylius/Bundle/AdminBundle/Provider/LoggedInAdminUserProviderInterface.php src/Sylius/Bundle/AdminBundle/Menu/MainMenuBuilder.php src/Sylius/Bundle/AdminBundle/Generator/TaxonSlugGeneratorInterface.php src/Sylius/Bundle/AdminBundle/Generator/TaxonSlugGenerator.php src/Sylius/Bundle/AdminBundle/Resources/assets/images/sylius-plus-sidebar.svg src/Sylius/Bundle/AdminBundle/Resources/assets/images/flags/un.svg src/Sylius/Bundle/AdminBundle/Resources/assets/images/loader.svg src/Sylius/Bundle/AdminBundle/Resources/assets/images/sylius-logo.svg src/Sylius/Bundle/AdminBundle/Resources/assets/images/404.svg src/Sylius/Bundle/AdminBundle/Resources/assets/images/no_data.svg src/Sylius/Bundle/AdminBundle/Resources/assets/product-entrypoint.js src/Sylius/Bundle/AdminBundle/Resources/assets/controllers.json src/Sylius/Bundle/AdminBundle/Resources/assets/app.js src/Sylius/Bundle/AdminBundle/Resources/assets/styles/ui/_icons.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_form.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_buttons.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_rtl.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_rating.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_sidebar.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_flashes.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_alert.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/main.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_accordion.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_plus-features.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_utils.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_avatar.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_collapse.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_thumbnails.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_variables.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_modal.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_tom-select.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_layout.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_infinite-tree.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_fonts.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_body.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_loader.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_navbar.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_datatable.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_flags.scss src/Sylius/Bundle/AdminBundle/Resources/assets/styles/_filters.scss src/Sylius/Bundle/AdminBundle/Resources/assets/controllers/SavePositionsController.js src/Sylius/Bundle/AdminBundle/Resources/assets/controllers/ProductAttributeAutocomplete.js src/Sylius/Bundle/AdminBundle/Resources/assets/controllers/ProductTaxonTreeController.js src/Sylius/Bundle/AdminBundle/Resources/assets/controllers/TaxonTreeController.js src/Sylius/Bundle/AdminBundle/Resources/assets/controllers/TabsErrorsController.js src/Sylius/Bundle/AdminBundle/Resources/assets/controllers/CompoundFormErrorsController.js src/Sylius/Bundle/AdminBundle/Resources/assets/controllers/DeleteTaxonController.js src/Sylius/Bundle/AdminBundle/Resources/assets/controllers/TaxonSlugController.js src/Sylius/Bundle/AdminBundle/Resources/assets/controllers/SlugController.js src/Sylius/Bundle/AdminBundle/Resources/assets/controllers/BackButtonController.js src/Sylius/Bundle/AdminBundle/Resources/assets/package.json src/Sylius/Bundle/AdminBundle/Resources/assets/entrypoint.js src/Sylius/Bundle/AdminBundle/Resources/assets/fonts/InterVariable-Italic.woff2 src/Sylius/Bundle/AdminBundle/Resources/assets/fonts/InterVariable.woff2 src/Sylius/Bundle/AdminBundle/Resources/assets/chart_entrypoint.js src/Sylius/Bundle/AdminBundle/Resources/assets/scripts/statistics_chart.js src/Sylius/Bundle/AdminBundle/Resources/assets/scripts/menu-search.js src/Sylius/Bundle/AdminBundle/Resources/assets/scripts/check-all.js src/Sylius/Bundle/AdminBundle/Resources/assets/scripts/sticky-header.js src/Sylius/Bundle/AdminBundle/Resources/assets/scripts/product/attribute-tabs-refresher.js src/Sylius/Bundle/AdminBundle/Resources/assets/scripts/spotlight.js src/Sylius/Bundle/AdminBundle/Resources/assets/scripts/fullscreen.js src/Sylius/Bundle/AdminBundle/Resources/assets/scripts/bulk-delete.js src/Sylius/Bundle/AdminBundle/Resources/assets/scripts/bootstrap.js src/Sylius/Bundle/AdminBundle/Resources/config/services.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/integrations/shop.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/menu.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/product/form.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/notification.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/query_function.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/grid.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/email.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/controller.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/form.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component/product.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component/taxon.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component/zone.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component/dashboard/pending_action.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component/dashboard.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component/order.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component/product_option.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component/promotion_coupon.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component/product_variant.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component/product_attribute.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component/shipment.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component/customer.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/error_template_finder.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/pending_action.xml src/Sylius/Bundle/AdminBundle/Resources/config/services/listener.xml src/Sylius/Bundle/AdminBundle/Resources/config/grids/product_attribute.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/product.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/tax_category.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/locale.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/product_association_type.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/promotion.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/payment_method.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/currency.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/customer.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/product_taxon.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/product_review.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/tax_rate.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/product_variant_with_catalog_promotion.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/customer_group.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/admin_user.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/payment.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/shipping_method.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/address_log_entry.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/product_variant.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/product_option.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/exchange_rate.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/customer_order.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/catalog_promotion.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/inventory.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/channel_pricing_log_entry.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/shipping_category.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/promotion_coupon.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/country.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/channel.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/order.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/taxon.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/payment_request.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/shipment.yml src/Sylius/Bundle/AdminBundle/Resources/config/grids/zone.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/product_attribute.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/shop_user.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/catalog_promotion.yaml src/Sylius/Bundle/AdminBundle/Resources/config/routing/product.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/tax_category.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/locale.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/product_association_type.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/promotion.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/payment_method.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/currency.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/customer.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/product_taxon.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/product_review.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/tax_rate.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/customer_group.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/admin_user.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/payment.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/shipping_method.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/product_variant.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/security.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/product_option.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/payment_request.yaml src/Sylius/Bundle/AdminBundle/Resources/config/routing/exchange_rate.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/inventory.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/ajax/product_taxon.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/ajax/product_variant.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/shipping_category.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/promotion_coupon.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/country.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/ajax.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/channel.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/order.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/taxon.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/shipment.yml src/Sylius/Bundle/AdminBundle/Resources/config/routing/zone.yml src/Sylius/Bundle/AdminBundle/Resources/config/validation/PasswordReset.xml src/Sylius/Bundle/AdminBundle/Resources/config/validation/PasswordResetRequest.xml src/Sylius/Bundle/AdminBundle/Resources/config/app/sylius/sylius_mailer.yml src/Sylius/Bundle/AdminBundle/Resources/config/app/config.yml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/shipping_category/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/shipping_category/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/tax_rate/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/tax_rate/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/security/login.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/security/reset_password.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/security/request_password_reset.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/exchange_rate/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/exchange_rate/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/channel/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/channel/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/order/history.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/order/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/order/index.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/order/show.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product_variant/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product_variant/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product_variant/index.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product/generate_variants.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product/show.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/promotion_coupon/generate.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/promotion_coupon/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/promotion_coupon/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/promotion_coupon/index.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/promotion/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/promotion/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product_option/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product_option/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/dashboard/index.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/tax_category/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/tax_category/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/payment_method/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/payment_method/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/locale/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/shipment/show.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/admin_user/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/admin_user/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/currency/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/errors/404.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/taxon/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/taxon/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/shipping_method/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/shipping_method/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/customer/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/customer/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/customer/show.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/common/component/sidebar.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/common/component/navbar.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/common/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/common/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/common/index.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/common/show.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/common/layout.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/country/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/country/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/catalog_promotion/product_variant/index.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/catalog_promotion/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/catalog_promotion/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/catalog_promotion/show.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product_association_type/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product_association_type/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/payment_request/index.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/payment_request/show.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product_review/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/zone/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/zone/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/channel_pricing_log_entry/index.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/customer_group/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/customer_group/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/inventory/index.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product_attribute/create.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product_attribute/update.yaml src/Sylius/Bundle/AdminBundle/Resources/config/app/twig_hooks/product_taxon/index.yaml src/Sylius/Bundle/AdminBundle/Resources/config/routing.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.mn.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.en_GB.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.cs.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.uk.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.sv.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.ar.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.nl.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.fr.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.it.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.sk.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.fr_CA.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.ko.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.ro.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.zh_CN.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.es.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.tr.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.no.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.de.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.en.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.fr_BE.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.de_AT.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.hi.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.pt.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.ja.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.pl.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/AdminBundle/Resources/translations/flashes.de_CH.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/AdminBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/AdminBundle/PendingAction/Provider/CountProductVariantsOutOfStockProvider.php src/Sylius/Bundle/AdminBundle/PendingAction/Provider/PendingActionCountProviderInterface.php src/Sylius/Bundle/AdminBundle/PendingAction/Provider/CountOrdersToProcessProvider.php src/Sylius/Bundle/AdminBundle/PendingAction/Provider/CountProductReviewsToApproveProvider.php src/Sylius/Bundle/AdminBundle/PendingAction/Provider/CountShipmentsToShipProvider.php src/Sylius/Bundle/AdminBundle/PendingAction/Provider/CountPendingPaymentsProvider.php src/Sylius/Bundle/AdminBundle/phpunit.xml.dist src/Sylius/Bundle/AdminBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/AdminBundle/.gitattributes src/Sylius/Bundle/AdminBundle/SyliusAdminBundle.php src/Sylius/Bundle/AdminBundle/LICENSE src/Sylius/Bundle/AdminBundle/Controller/RemoveCatalogPromotionAction.php src/Sylius/Bundle/AdminBundle/Controller/ImpersonateUserController.php src/Sylius/Bundle/AdminBundle/Controller/DashboardController.php src/Sylius/Bundle/AdminBundle/Controller/CustomerStatisticsController.php src/Sylius/Bundle/AdminBundle/Controller/RedirectHandler.php src/Sylius/Bundle/AdminBundle/README.md src/Sylius/Bundle/AdminBundle/Action/RemoveAvatarAction.php src/Sylius/Bundle/AdminBundle/Action/Account/RequestPasswordResetAction.php src/Sylius/Bundle/AdminBundle/Action/Account/ResetPasswordAction.php src/Sylius/Bundle/AdminBundle/Action/Account/RenderRequestPasswordResetPageAction.php src/Sylius/Bundle/AdminBundle/Action/Account/RenderResetPasswordPageAction.php src/Sylius/Bundle/AdminBundle/Action/ResendShipmentConfirmationEmailAction.php src/Sylius/Bundle/AdminBundle/Action/ResendOrderConfirmationEmailAction.php src/Sylius/Bundle/AdminBundle/Event/OrderShowMenuBuilderEvent.php src/Sylius/Bundle/AdminBundle/Event/CustomerShowMenuBuilderEvent.php src/Sylius/Bundle/AdminBundle/Event/ProductVariantMenuBuilderEvent.php src/Sylius/Bundle/AdminBundle/Event/ProductMenuBuilderEvent.php src/Sylius/Bundle/AdminBundle/Console/Command/CreateAdminUserCommand.php src/Sylius/Bundle/AdminBundle/Console/Command/Factory/QuestionFactoryInterface.php src/Sylius/Bundle/AdminBundle/Console/Command/Factory/QuestionFactory.php src/Sylius/Bundle/AdminBundle/Console/Command/ChangeAdminUserPasswordCommand.php src/Sylius/Bundle/AdminBundle/DependencyInjection/SyliusAdminExtension.php src/Sylius/Bundle/AdminBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/AdminBundle/SectionResolver/AdminSection.php src/Sylius/Bundle/AdminBundle/SectionResolver/AdminUriBasedSectionResolver.php src/Sylius/Bundle/AdminBundle/Context/AdminBasedLocaleContext.php src/Sylius/Bundle/AdminBundle/CommandHandler/CreateAdminUserHandler.php src/Sylius/Bundle/AdminBundle/Exception/CreateAdminUserFailedException.php src/Sylius/Bundle/AdminBundle/Doctrine/Query/Taxon/AllTaxonsInterface.php src/Sylius/Bundle/AdminBundle/Doctrine/Query/Taxon/AllTaxons.php src/Sylius/Bundle/AdminBundle/package.json src/Sylius/Bundle/AdminBundle/tests/Provider/LoggedInAdminUserProviderTest.php src/Sylius/Bundle/AdminBundle/tests/Generator/TaxonSlugGeneratorTest.php src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountProductReviewsToApproveProviderTest.php src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountShipmentsToShipProviderTest.php src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountOrdersToProcessProviderTest.php src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountProductVariantsOutOfStockProviderTest.php src/Sylius/Bundle/AdminBundle/tests/PendingAction/Provider/CountPendingPaymentsProviderTest.php src/Sylius/Bundle/AdminBundle/tests/Controller/RedirectHandlerTest.php src/Sylius/Bundle/AdminBundle/tests/Action/Account/RequestPasswordResetActionTest.php src/Sylius/Bundle/AdminBundle/tests/Event/OrderShowMenuBuilderEventTest.php src/Sylius/Bundle/AdminBundle/tests/Event/CustomerShowMenuBuilderEventTest.php src/Sylius/Bundle/AdminBundle/tests/Console/Command/Factory/QuestionFactoryTest.php src/Sylius/Bundle/AdminBundle/tests/Console/Command/CreateAdminUserCommandTest.php src/Sylius/Bundle/AdminBundle/tests/Console/Command/ChangeAdminUserPasswordCommandTest.php src/Sylius/Bundle/AdminBundle/tests/DependencyInjection/SyliusAdminExtensionTest.php src/Sylius/Bundle/AdminBundle/tests/DependencyInjection/ConfigurationTest.php src/Sylius/Bundle/AdminBundle/tests/SectionResolver/AdminUriBasedSectionResolverTest.php src/Sylius/Bundle/AdminBundle/tests/Context/AdminBasedLocaleContextTest.php src/Sylius/Bundle/AdminBundle/tests/CommandHandler/CreateAdminUserHandlerTest.php src/Sylius/Bundle/AdminBundle/tests/Twig/Component/Dashboard/PendingActionCountComponentTest.php src/Sylius/Bundle/AdminBundle/tests/Twig/Component/Shared/Navbar/NotificationsComponentTest.php src/Sylius/Bundle/AdminBundle/tests/Twig/PaymentMethodExtensionTest.php src/Sylius/Bundle/AdminBundle/tests/Twig/ErrorTemplateFinder/ErrorTemplateFinderTest.php src/Sylius/Bundle/AdminBundle/tests/Form/DataTransformer/ProductsToProductAssociationsTransformerTest.php src/Sylius/Bundle/AdminBundle/tests/Form/EventSubscriber/AddUserFormSubscriberTest.php src/Sylius/Bundle/AdminBundle/tests/Notification/HubNotificationProviderTest.php src/Sylius/Bundle/AdminBundle/tests/EventListener/AdminSectionCacheControlSubscriberTest.php src/Sylius/Bundle/AdminBundle/tests/EventListener/ShipmentShipListenerTest.php src/Sylius/Bundle/AdminBundle/tests/EventListener/ResourceDeleteListenerTest.php src/Sylius/Bundle/AdminBundle/tests/EventListener/AdminFilterSubscriberTest.php src/Sylius/Bundle/AdminBundle/tests/EventListener/LocaleListenerTest.php src/Sylius/Bundle/AdminBundle/tests/EventListener/ResourceDeleteExceptionListenerTest.php src/Sylius/Bundle/AdminBundle/index.js src/Sylius/Bundle/AdminBundle/Twig/Component/ProductAttribute/FormComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Zone/FormComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Taxon/FormComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Taxon/DeleteComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Taxon/TreeComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/ProductVariant/FormComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Order/FormComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Order/AddressHistoryComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/ProductOption/FormComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Dashboard/ChannelSelectorComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Dashboard/NewCustomersComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Dashboard/NewOrdersComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Dashboard/StatisticsComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Dashboard/PendingActionCountComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Product/ProductAttributeAutocompleteComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Product/FormComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Product/Form/ProductTaxonsComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Shared/RenderEntityWithTemplateComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Shared/Navbar/NotificationsComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Shared/Navbar/ShopPreviewComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Shared/Navbar/UserDropdownComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/PromotionCoupon/GeneratorInstructionFormComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Shipment/ShipFormComponent.php src/Sylius/Bundle/AdminBundle/Twig/Component/Customer/OrderStatisticsComponent.php src/Sylius/Bundle/AdminBundle/Twig/PaymentMethodExtension.php src/Sylius/Bundle/AdminBundle/Twig/ChannelsCurrenciesExtension.php src/Sylius/Bundle/AdminBundle/Twig/ShopExtension.php src/Sylius/Bundle/AdminBundle/Twig/ErrorTemplateFinder/ErrorTemplateFinder.php src/Sylius/Bundle/AdminBundle/Twig/AttributeExtension.php src/Sylius/Bundle/AdminBundle/Twig/OrderUnitTaxesExtension.php src/Sylius/Bundle/AdminBundle/Twig/ChannelNameExtension.php src/Sylius/Bundle/AdminBundle/Twig/PromotionLabelsExtension.php src/Sylius/Bundle/AdminBundle/Command/CreateAdminUser.php src/Sylius/Bundle/AdminBundle/Form/Extension/Promotion/PromotionActionTypeExtension.php src/Sylius/Bundle/AdminBundle/Form/Extension/Promotion/PromotionRuleTypeExtension.php src/Sylius/Bundle/AdminBundle/Form/Extension/Promotion/Action/ProductFilterConfigurationTypeExtension.php src/Sylius/Bundle/AdminBundle/Form/Extension/Promotion/Action/TaxonFilterConfigurationTypeExtension.php src/Sylius/Bundle/AdminBundle/Form/Extension/Promotion/Rule/ContainsProductConfigurationTypeExtension.php src/Sylius/Bundle/AdminBundle/Form/Extension/Promotion/Rule/HasTaxonConfigurationTypeExtension.php src/Sylius/Bundle/AdminBundle/Form/Extension/Promotion/Rule/TotalOfItemsFromTaxonConfigurationTypeExtension.php src/Sylius/Bundle/AdminBundle/Form/Extension/PromotionTypeExtension.php src/Sylius/Bundle/AdminBundle/Form/RequestPasswordResetType.php src/Sylius/Bundle/AdminBundle/Form/Model/PasswordResetRequest.php src/Sylius/Bundle/AdminBundle/Form/Model/PasswordReset.php src/Sylius/Bundle/AdminBundle/Form/DataTransformer/ProductsToProductAssociationsTransformer.php src/Sylius/Bundle/AdminBundle/Form/DataTransformer/ResourceToIdentifierTransformer.php src/Sylius/Bundle/AdminBundle/Form/EventSubscriber/AddUserFormSubscriber.php src/Sylius/Bundle/AdminBundle/Form/Type/PaymentMethodType.php src/Sylius/Bundle/AdminBundle/Form/Type/TaxonAutocompleteType.php src/Sylius/Bundle/AdminBundle/Form/Type/ZoneType.php src/Sylius/Bundle/AdminBundle/Form/Type/CustomerType.php src/Sylius/Bundle/AdminBundle/Form/Type/CatalogPromotionType.php src/Sylius/Bundle/AdminBundle/Form/Type/AdminUserType.php src/Sylius/Bundle/AdminBundle/Form/Type/ResetPasswordType.php src/Sylius/Bundle/AdminBundle/Form/Type/Grid/Filter/UxTranslatableAutocompleteFilterType.php src/Sylius/Bundle/AdminBundle/Form/Type/Grid/Filter/UxAutocompleteFilterType.php src/Sylius/Bundle/AdminBundle/Form/Type/TaxonType.php src/Sylius/Bundle/AdminBundle/Form/Type/ShippingMethodType.php src/Sylius/Bundle/AdminBundle/Form/Type/ProductGenerateVariantsType.php src/Sylius/Bundle/AdminBundle/Form/Type/CatalogPromotionScopeType.php src/Sylius/Bundle/AdminBundle/Form/Type/ProductVariantAutocompleteType.php src/Sylius/Bundle/AdminBundle/Form/Type/PromotionCouponGeneratorInstructionType.php src/Sylius/Bundle/AdminBundle/Form/Type/ProductReviewType.php src/Sylius/Bundle/AdminBundle/Form/Type/AddressType.php src/Sylius/Bundle/AdminBundle/Form/Type/ProductVariantType.php src/Sylius/Bundle/AdminBundle/Form/Type/ProductAssociationsType.php src/Sylius/Bundle/AdminBundle/Form/Type/TaxRateType.php src/Sylius/Bundle/AdminBundle/Form/Type/ProductType.php src/Sylius/Bundle/AdminBundle/Form/Type/TaxCategoryType.php src/Sylius/Bundle/AdminBundle/Form/Type/ProductAutocompleteType.php src/Sylius/Bundle/AdminBundle/Form/Type/ProductAttributeAutocompleteType.php src/Sylius/Bundle/AdminBundle/Form/Type/ChannelPriceHistoryConfigType.php src/Sylius/Bundle/AdminBundle/Form/Type/CurrencyType.php src/Sylius/Bundle/AdminBundle/Form/Type/ProductAssociationTypeType.php src/Sylius/Bundle/AdminBundle/Form/Type/CountryType.php src/Sylius/Bundle/AdminBundle/Form/Type/ShippingMethodRuleType.php src/Sylius/Bundle/AdminBundle/Form/Type/OrderType.php src/Sylius/Bundle/AdminBundle/Form/Type/PromotionCouponType.php src/Sylius/Bundle/AdminBundle/Form/Type/LocaleType.php src/Sylius/Bundle/AdminBundle/Form/Type/AddButtonType.php src/Sylius/Bundle/AdminBundle/Form/Type/ProductOptionType.php src/Sylius/Bundle/AdminBundle/Form/Type/CatalogPromotionActionType.php src/Sylius/Bundle/AdminBundle/Form/Type/PromotionType.php src/Sylius/Bundle/AdminBundle/Form/Type/ProductAttributeType.php src/Sylius/Bundle/AdminBundle/Form/Type/ProductImageType.php src/Sylius/Bundle/AdminBundle/Form/Type/AttributeType/Configuration/SelectAttributeChoicesCollectionType.php src/Sylius/Bundle/AdminBundle/Form/Type/AttributeType/Configuration/SelectAttributeConfigurationType.php src/Sylius/Bundle/AdminBundle/Form/Type/TranslatableAutocompleteType.php src/Sylius/Bundle/AdminBundle/Form/Type/CatalogPromotionScope/ForTaxonsScopeConfigurationType.php src/Sylius/Bundle/AdminBundle/Form/Type/CatalogPromotionScope/ForProductsScopeConfigurationType.php src/Sylius/Bundle/AdminBundle/Form/Type/CatalogPromotionScope/ForVariantsScopeConfigurationType.php src/Sylius/Bundle/AdminBundle/Form/Type/ShipmentShipType.php src/Sylius/Bundle/AdminBundle/Form/Type/ExchangeRateType.php src/Sylius/Bundle/AdminBundle/Form/Type/CustomerGroupType.php src/Sylius/Bundle/AdminBundle/Form/Type/ChannelType.php src/Sylius/Bundle/AdminBundle/Form/Type/ShopUserType.php src/Sylius/Bundle/AdminBundle/Form/Type/ShippingCategoryType.php src/Sylius/Bundle/AdminBundle/Notification/NotificationProviderInterface.php src/Sylius/Bundle/AdminBundle/Notification/CompositeNotificationProvider.php src/Sylius/Bundle/AdminBundle/Notification/HubNotificationProvider.php src/Sylius/Bundle/AdminBundle/templates/email/layout.html.twig src/Sylius/Bundle/AdminBundle/templates/email/shipment_confirmation.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_category/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_category/form/sections/general/description.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_category/form/sections/general/name.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_category/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_category/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_rate/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_rate/form/sections/general/name.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_rate/form/sections/configuration/end_date.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_rate/form/sections/configuration/amount.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_rate/form/sections/configuration/zone.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_rate/form/sections/configuration/start_date.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_rate/form/sections/configuration/category.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_rate/form/sections/configuration/calculator.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_rate/form/sections/configuration/included_in_price.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_rate/form/sections/configuration.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_rate/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_rate/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/security/reset_password.html.twig src/Sylius/Bundle/AdminBundle/templates/security/request_password_reset.html.twig src/Sylius/Bundle/AdminBundle/templates/security/reset_password/page/content/form.html.twig src/Sylius/Bundle/AdminBundle/templates/security/reset_password/page/content/form/submit.html.twig src/Sylius/Bundle/AdminBundle/templates/security/reset_password/page/content/form/password.html.twig src/Sylius/Bundle/AdminBundle/templates/security/common/logo.html.twig src/Sylius/Bundle/AdminBundle/templates/security/common/page.html.twig src/Sylius/Bundle/AdminBundle/templates/security/common/content.html.twig src/Sylius/Bundle/AdminBundle/templates/security/common/logo/image.html.twig src/Sylius/Bundle/AdminBundle/templates/security/request_password_reset/page/content.html.twig src/Sylius/Bundle/AdminBundle/templates/security/request_password_reset/page/content/form.html.twig src/Sylius/Bundle/AdminBundle/templates/security/request_password_reset/page/content/form/email.html.twig src/Sylius/Bundle/AdminBundle/templates/security/request_password_reset/page/content/form/submit.html.twig src/Sylius/Bundle/AdminBundle/templates/security/login.html.twig src/Sylius/Bundle/AdminBundle/templates/security/login/page/content/header.html.twig src/Sylius/Bundle/AdminBundle/templates/security/login/page/content/form.html.twig src/Sylius/Bundle/AdminBundle/templates/security/login/page/content/form/remember_me.html.twig src/Sylius/Bundle/AdminBundle/templates/security/login/page/content/form/forgot_password.html.twig src/Sylius/Bundle/AdminBundle/templates/security/login/page/content/form/username.html.twig src/Sylius/Bundle/AdminBundle/templates/security/login/page/content/form/submit.html.twig src/Sylius/Bundle/AdminBundle/templates/security/login/page/content/form/error.html.twig src/Sylius/Bundle/AdminBundle/templates/security/login/page/content/form/password.html.twig src/Sylius/Bundle/AdminBundle/templates/exchange_rate/form/sections/general/target_currency.html.twig src/Sylius/Bundle/AdminBundle/templates/exchange_rate/form/sections/general/ratio.html.twig src/Sylius/Bundle/AdminBundle/templates/exchange_rate/form/sections/general/source_currency.html.twig src/Sylius/Bundle/AdminBundle/templates/exchange_rate/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/exchange_rate/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/grid/field/theme.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/grid/field/code.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/money/default_tax_zone.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/money/base_currency.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/money/currencies.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/money/tax_calculation_strategy.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/look_and_feel.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/shop_billing_data.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/shop_billing_data/tax_id.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/shop_billing_data/country.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/shop_billing_data/street.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/shop_billing_data/postcode.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/shop_billing_data/company.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/shop_billing_data/city.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/look_and_feel/theme.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/look_and_feel/default_locale.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/look_and_feel/locales.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/look_and_feel/menu_taxon.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/general/contact_email.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/general/color.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/general/address_required_in_checkout.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/general/countries.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/general/hostname.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/general/skip_payment_step.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/general/contact_phone_number.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/general/description.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/general/skip_shipping_step.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/general/enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/general/account_verification_required.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/general/name.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/omnibus/taxons_excluded_from_showing_lowest_price.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/omnibus/lowest_price_checking_period.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/omnibus/show_lowest_price.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/money.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections/omnibus.html.twig src/Sylius/Bundle/AdminBundle/templates/channel/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/macro/action_label.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/content/header/title_block/actions/back.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/content/header/title_block/title.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/content/header/title_block/actions.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/content/sections/addresses/address.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/content/sections/addresses/shipping_address.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/content/sections/addresses/billing_address.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/content/sections/addresses.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/content/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details/data.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details/data/province_name.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details/data/country_code.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details/data/street.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details/data/postcode.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details/data/first_name.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details/data/company.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details/data/city.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details/data/last_name.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details/data/province_code.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details/data/phone_number.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details/modification_status/modification_status.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details/modification_status/label.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details/modification_status/date.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/header/title.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/header.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history/common/sections/addresses/address/details.html.twig src/Sylius/Bundle/AdminBundle/templates/order/grid/field/shipping_state.html.twig src/Sylius/Bundle/AdminBundle/templates/order/grid/field/order_total.html.twig src/Sylius/Bundle/AdminBundle/templates/order/grid/field/order_state.html.twig src/Sylius/Bundle/AdminBundle/templates/order/grid/field/payment_state.html.twig src/Sylius/Bundle/AdminBundle/templates/order/macro/order_payment_state_label.html.twig src/Sylius/Bundle/AdminBundle/templates/order/macro/order_state_label.html.twig src/Sylius/Bundle/AdminBundle/templates/order/macro/order_shipping_state_label.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/header/title_block/actions/resend_confirmation_email.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/header/title_block/actions/list.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/header/title_block/actions/cancel.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/header/title_block/actions/list/resend_confirmation_email.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/header/title_block/actions/list/cancel.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/header/title_block/actions/list/history.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/header/title_block/actions/history.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/header/title_block/title.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/header/title_block/actions.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/shipments/item/actions/resend_confirmation.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/shipments/item/actions/show.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/shipments/item/state.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/shipments/item/actions.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/shipments/item/general.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/shipments/header/state.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/shipments/header/title.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/shipments/items.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/shipments/header.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/summary.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/summary/items_total.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/summary/tax_total.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/summary/shipping_total.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/summary/promotion_total.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/body/item.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/body/quantity.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/body/discounted_unit_price.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/body/total.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/body/tax.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/body/unit_discount.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/body/distributed_order_discount.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/body/subtotal.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/body/unit_price.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/head.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/foot/tax_total.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/foot/label.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/foot/total.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/body.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/head/item.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/head/quantity.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/head/discounted_unit_price.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/head/total.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/head/tax.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/head/unit_discount.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/head/distributed_order_discount.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/head/subtotal.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/head/unit_price.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items/foot.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/shipments.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/customer.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/payments.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/items.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/general/notes.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/general/language.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/general/channel.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/general/order_date.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/general/currency.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/general/ip_address.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/customer/phone.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/customer/edit_addresses.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/customer/shipping_address.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/customer/customer_since.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/customer/full_name.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/customer/billing_address.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/customer/email.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/payments/item/actions/complete.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/payments/item/actions/refund.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/payments/item/actions/list_payment_requests.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/payments/item/amount.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/payments/item/state.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/payments/item/actions.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/payments/item/name.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/payments/header/state.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/payments/header/title.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/payments/items.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections/payments/header.html.twig src/Sylius/Bundle/AdminBundle/templates/order/show/content/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/order/form.html.twig src/Sylius/Bundle/AdminBundle/templates/order/form/shipping_address.html.twig src/Sylius/Bundle/AdminBundle/templates/order/form/billing_address.html.twig src/Sylius/Bundle/AdminBundle/templates/order/form/common/country.html.twig src/Sylius/Bundle/AdminBundle/templates/order/form/common/street_address.html.twig src/Sylius/Bundle/AdminBundle/templates/order/form/common/province.html.twig src/Sylius/Bundle/AdminBundle/templates/order/form/common/postcode.html.twig src/Sylius/Bundle/AdminBundle/templates/order/form/common/first_name.html.twig src/Sylius/Bundle/AdminBundle/templates/order/form/common/company.html.twig src/Sylius/Bundle/AdminBundle/templates/order/form/common/city.html.twig src/Sylius/Bundle/AdminBundle/templates/order/form/common/last_name.html.twig src/Sylius/Bundle/AdminBundle/templates/order/form/common/phone_number.html.twig src/Sylius/Bundle/AdminBundle/templates/order/history.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/index/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/grid/field/inventory.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/grid/field/position.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/grid/field/name.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/grid/action/update_positions.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/grid/action/price_history.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/content/create/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/content/update/header/actions/price_history.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/content/update/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/side_navigation/inventory.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/side_navigation/taxes.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/side_navigation/channel_pricing.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/side_navigation/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/side_navigation/general.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/side_navigation.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/inventory.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/taxes.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/accordion.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/info.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/header.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/info/original_price_details.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/info/price_details.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/info/minimum_price_details.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/accordion/fields.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/accordion/alerts/first_error.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/accordion/alerts/first_error/icon.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/accordion/alerts/first_error/message.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/accordion/alerts/product_not_active_in_channel.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/accordion/alerts.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/accordion/fields/minimum_price.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/accordion/fields/price.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing/accordion/fields/original_price.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/taxes/body.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/taxes/header.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/options/label.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/options/list.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/properties/height.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/properties/header.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/properties/width.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/properties/weight.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/properties/depth.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/code_and_enabled/code.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/code_and_enabled/enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/properties.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/shipping.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/options.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/shipping/category.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/shipping/required.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body/code_and_enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/body.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general/header.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/translations/list.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/translations/list/name.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/translations/header.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/channel_pricing.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/inventory/body/tracked.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/inventory/body/version.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/inventory/body/on_hand.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/inventory/body.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections/inventory/header.html.twig src/Sylius/Bundle/AdminBundle/templates/product_variant/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/product/generate_variants.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form_theme.html.twig src/Sylius/Bundle/AdminBundle/templates/product/grid/field/main_taxon.html.twig src/Sylius/Bundle/AdminBundle/templates/product/grid/field/product_image.html.twig src/Sylius/Bundle/AdminBundle/templates/product/grid/field/name.html.twig src/Sylius/Bundle/AdminBundle/templates/product/grid/action/generate_variants.html.twig src/Sylius/Bundle/AdminBundle/templates/product/product_attribute_autocomplete.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/taxonomy.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/associations.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/non_translatable/body/value.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/non_translatable/body/name.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/non_translatable/head/name.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/translatable.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/non_translatable.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/types/percent.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/types/default.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/types/integer.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/types/boolean.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/types/text.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/types/select.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/types/date.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/types/datetime.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/translatable/body/value.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/translatable/body/name.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes/translatable/head/name.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/taxonomy/product_taxons.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/taxonomy/main_taxon.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/media.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/translation_content/product_name.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/translation_content/meta_description.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/translation_content/description.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/translation_content/meta_keywords.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/translation_content/slug.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/translation_content/short_description.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/configurable_product/details/pricing.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/configurable_product/tab/edit_button.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/configurable_product/tab/details_button.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/configurable_product/head/edit_button.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/configurable_product/head/details_button.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/simple_product/details/pricing.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/shipping.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/tab/product.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/tab/tracked.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/tab/tax_category.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/tab/options.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/tab/enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/tab/shipping_required.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/tab/current_stock.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/head/product.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/head/tracked.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/head/tax_category.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/head/options.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/head/enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/head/shipping_required.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/head/current_stock.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/pricing/body/lowest_price_before_the_discount.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/pricing/body/price.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/pricing/body/applied_promotions.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/pricing/body/original_price.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/pricing/body/channel.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/pricing/body/price_history.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/pricing/head/lowest_price_before_the_discount.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/pricing/head/price.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/pricing/head/original_price.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/pricing/head/discounted_by.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/pricing/head/channel.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/pricing/head/price_history.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/shipping/shipping_category.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/shipping/height.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/shipping/width.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/shipping/weight.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/shared/shipping/depth.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/configurable_product.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general/simple_product.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/options.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/attributes.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body/general.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/page_body.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/header/title_block/title.html.twig src/Sylius/Bundle/AdminBundle/templates/product/show/content/header/title_block/actions.html.twig src/Sylius/Bundle/AdminBundle/templates/product/generate_variants/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/product/generate_variants/header/title_block/actions/generate.html.twig src/Sylius/Bundle/AdminBundle/templates/product/generate_variants/header/title_block/title.html.twig src/Sylius/Bundle/AdminBundle/templates/product/generate_variants/form.html.twig src/Sylius/Bundle/AdminBundle/templates/product/generate_variants/form/variants.html.twig src/Sylius/Bundle/AdminBundle/templates/product/generate_variants/form/variants/variant.html.twig src/Sylius/Bundle/AdminBundle/templates/product/generate_variants/form/variants/variant/channel_pricings.html.twig src/Sylius/Bundle/AdminBundle/templates/product/generate_variants/form/variants/variant/code.html.twig src/Sylius/Bundle/AdminBundle/templates/product/generate_variants/form/variants/variant/name.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form.html.twig src/Sylius/Bundle/AdminBundle/templates/product/common/header/title_block/actions/manage_variants.html.twig src/Sylius/Bundle/AdminBundle/templates/product/common/header/title_block/actions/edit_product.html.twig src/Sylius/Bundle/AdminBundle/templates/product/common/header/title_block/actions/manage_variants/generate.html.twig src/Sylius/Bundle/AdminBundle/templates/product/common/header/title_block/actions/manage_variants/list.html.twig src/Sylius/Bundle/AdminBundle/templates/product/common/header/title_block/actions/manage_variants/create.html.twig src/Sylius/Bundle/AdminBundle/templates/product/scripts.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/side_navigation/inventory.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/side_navigation/taxonomy.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/side_navigation/associations.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/side_navigation/taxes.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/side_navigation/media.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/side_navigation/shipping.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/side_navigation/channel_pricing.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/side_navigation/attributes.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/side_navigation/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/side_navigation/general.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/side_navigation.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/inventory.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/taxonomy.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/associations.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/list.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/autocomplete.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/list/item.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/list/item/label.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/list/item/remove_button.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/list/translations/flag.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/list/translations/field.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/list/translations/field/label.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/list/translations/field/language.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/list/translations/field/input_group.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/list/translations/field/input_group/widget.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/list/translations/field/input_group/errors.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/list/translations/field/input_group/apply_to_all.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/list/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/autocomplete/button.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes/autocomplete/input.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/taxonomy/product_taxons.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/taxonomy/main_taxon.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/taxes.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/minimum_price.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/accordion.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/price.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/info.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/original_price.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/header.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/info/original_price_details.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/info/price_details.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/info/minimum_price_details.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/accordion/fields.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/accordion/alerts/first_error.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/accordion/alerts/first_error/icon.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/accordion/alerts/first_error/message.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/accordion/alerts/product_not_active_in_channel.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/accordion/alerts.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/accordion/fields/minimum_price.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/accordion/fields/price.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing/accordion/fields/original_price.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/taxes/taxes.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/media.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/media/images.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/media/add_image.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/shipping.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/general/variant_selection_method.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/general/options.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/general/enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/general/channels.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/general/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/general/shipping_required.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/translations/meta_description.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/translations/description.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/translations/meta_keywords.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/translations/slug.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/translations/name.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/translations/short_description.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/channel_pricing.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/shipping/shipping_category.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/shipping/height.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/shipping/width.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/shipping/weight.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/shipping/depth.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/attributes.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/inventory/tracked.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/inventory/version.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/inventory/on_hand.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections/associations/associations.html.twig src/Sylius/Bundle/AdminBundle/templates/product/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/generate/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/generate/content/header/title_block/actions/generate.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/generate/form.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/generate/form/sections/general/prefix.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/generate/form/sections/general/suffix.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/generate/form/sections/general/code_length.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/generate/form/sections/configuration/amount.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/generate/form/sections/configuration/usage_limit.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/generate/form/sections/configuration/expires_at.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/generate/form/sections/configuration.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/generate/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/generate/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/generate.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/index/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/grid/field/used.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/form/content/create/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/form/content/update/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/form/sections/configuration/usage_limit.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/form/sections/configuration/per_customer_usage_limit.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/form/sections/configuration/expires_at.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/form/sections/configuration/reusable_from_cancelled_orders.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/form/sections/configuration.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion_coupon/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form_theme.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/grid/field/usage.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/grid/field/priority.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/content/update/header/title_block/actions/manage_coupons.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/rules_and_actions.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/general/description.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/general/channels.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/general/name.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/translations/label.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/configuration/ends_at.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/configuration/usage_limit.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/configuration/applies_to_discounted.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/configuration/header.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/configuration/exclusive.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/configuration/starts_at.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/configuration/priority.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/configuration/coupon_based.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/configuration.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/rules_and_actions/actions.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections/rules_and_actions/rules.html.twig src/Sylius/Bundle/AdminBundle/templates/promotion/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/product_option/form.html.twig src/Sylius/Bundle/AdminBundle/templates/product_option/form/sections/values/value.html.twig src/Sylius/Bundle/AdminBundle/templates/product_option/form/sections/values/value/button_delete.html.twig src/Sylius/Bundle/AdminBundle/templates/product_option/form/sections/values/value/code.html.twig src/Sylius/Bundle/AdminBundle/templates/product_option/form/sections/values/value/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/product_option/form/sections/values.html.twig src/Sylius/Bundle/AdminBundle/templates/product_option/form/sections/general/position.html.twig src/Sylius/Bundle/AdminBundle/templates/product_option/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/product_option/form/sections/translations/name.html.twig src/Sylius/Bundle/AdminBundle/templates/product_option/form/sections/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/product_option/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/product_option/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/component/channel_selector.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/component/pending_actions/body/shipments_to_ship.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/component/pending_actions/body/orders_to_process.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/component/pending_actions/body/product_reviews_to_approve.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/component/pending_actions/body/product_variants_out_of_stock.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/component/pending_actions/body/pending_payments.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/component/pending_actions/body.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/component/pending_actions/header.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/component/pending_actions.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/component/statistics.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/component/new_customers.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/component/new_orders.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/content/statistics_grid/average_order_value.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/content/statistics_grid/customers.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/content/statistics_grid/paid_orders.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/content/statistics_grid/sales.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/content/latest_statistics.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/content/statistics_chart.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index/content/statistics_grid.html.twig src/Sylius/Bundle/AdminBundle/templates/dashboard/index.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/index/content/grid.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/index/content/grid/no_results/subtitle.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/index/content/grid/no_results/title.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/index/content/grid/no_results/action.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/index/content/grid/no_results/image.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/index/content/grid/filters.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/index/content/grid/data_table.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/index/content/grid/no_results.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/index/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/create/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/create/content/header/title_block/title.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/create/content/header/title_block/actions.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/update.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/show/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/show/content/header/title_block/actions/edit.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/show/content/header/title_block/title.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/index.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/sidebar.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/sidebar/logo.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/sidebar/menu.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/sidebar/menu/menu.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/sidebar/logo/image.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/sidebar/toggle_button.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/sidebar/search.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content/form_error_alert.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content/header/title_block.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content/header/title_block/actions/update.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content/header/title_block/actions/cancel.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content/header/title_block/actions/create.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content/header/title_block/title.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content/header/title_block/actions.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content/header.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content/flashes.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content/form.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content/footer.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content/form/sections/general/default.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/content/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/navbar.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/navbar/items/user.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/navbar/menu.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/navbar/menu/shop_preview.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/navbar/menu/search.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/common/navbar/items.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/show.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/update/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/update/content/header/title_block/actions/show.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/update/content/header/title_block/title.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/update/content/header/title_block/actions.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/crud/create.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/form_theme.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/layout/base/javascripts.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/layout/base/metatags.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/layout/base/stylesheets.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/layout/base.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/bulk_action/delete.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/filter/resource_autocomplete.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/filter/string.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/filter/entity.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/filter/exists.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/filter/autocomplete.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/filter/entities.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/filter/boolean.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/filter/money.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/filter/select.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/filter/date.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/field/shipment_state.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/field/order_number.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/field/label.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/field/code.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/field/customer.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/field/channel.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/field/payment_state.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/field/boolean.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/field/channels.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/field/date.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/field/name.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/action/delete.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/action/list.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/action/default.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/action/archive.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/action/update.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/action/show.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/action/apply_transition.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/action/link.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/action/links.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/grid/action/create.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/pagerfanta.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/components/confirmation_modal.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/components/delete_modal.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/components/view_in_store.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/components/render_entity_with_template.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/components/navbar/notifications.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/components/navbar/user.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/address.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/table.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/channel_pricings.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/button.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/sorting.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/accordion.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/dropdown.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/avatar.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/header.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/field/boolean.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/pagination.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/money.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/shared/helper/product_image.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_category/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_category/form/sections/general/description.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_category/form/sections/general/name.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_category/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/tax_category/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/grid/action/create.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/form.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/form/sections/gateway_configuration.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/form/sections/general/position.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/form/sections/general/enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/form/sections/general/channels.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/form/sections/translations/instructions.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/form/sections/translations/description.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/form/sections/translations/name.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/form/sections/gateway_configuration/use_payum.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/form/sections/gateway_configuration/type.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/form/sections/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_method/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/locale/grid/field/name.html.twig src/Sylius/Bundle/AdminBundle/templates/locale/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/locale/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/locale/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/shipment/component/ship.html.twig src/Sylius/Bundle/AdminBundle/templates/shipment/grid/action/ship_with_tracking_code.html.twig src/Sylius/Bundle/AdminBundle/templates/shipment/macro/state_label.html.twig src/Sylius/Bundle/AdminBundle/templates/shipment/show/content/page_body/items/body/product.html.twig src/Sylius/Bundle/AdminBundle/templates/shipment/show/content/page_body/items/body/variant.html.twig src/Sylius/Bundle/AdminBundle/templates/shipment/show/content/page_body/items/head.html.twig src/Sylius/Bundle/AdminBundle/templates/shipment/show/content/page_body/items/body.html.twig src/Sylius/Bundle/AdminBundle/templates/shipment/show/content/page_body/items/head/product.html.twig src/Sylius/Bundle/AdminBundle/templates/shipment/show/content/page_body/items/head/variant.html.twig src/Sylius/Bundle/AdminBundle/templates/shipment/show/content/page_body/items.html.twig src/Sylius/Bundle/AdminBundle/templates/shipment/show/content/page_body.html.twig src/Sylius/Bundle/AdminBundle/templates/shipment/show/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/shipment/show/content/header/title_block/title.html.twig src/Sylius/Bundle/AdminBundle/templates/admin_user/form/sections/account.html.twig src/Sylius/Bundle/AdminBundle/templates/admin_user/form/sections/roles.html.twig src/Sylius/Bundle/AdminBundle/templates/admin_user/form/sections/personal_information.html.twig src/Sylius/Bundle/AdminBundle/templates/admin_user/form/sections/personal_information/locale.html.twig src/Sylius/Bundle/AdminBundle/templates/admin_user/form/sections/personal_information/avatar.html.twig src/Sylius/Bundle/AdminBundle/templates/admin_user/form/sections/personal_information/first_name.html.twig src/Sylius/Bundle/AdminBundle/templates/admin_user/form/sections/personal_information/last_name.html.twig src/Sylius/Bundle/AdminBundle/templates/admin_user/form/sections/account/username.html.twig src/Sylius/Bundle/AdminBundle/templates/admin_user/form/sections/account/email.html.twig src/Sylius/Bundle/AdminBundle/templates/admin_user/form/sections/account/enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/admin_user/form/sections/account/password.html.twig src/Sylius/Bundle/AdminBundle/templates/admin_user/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/currency/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/currency/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/currency/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/errors/error/404.html.twig src/Sylius/Bundle/AdminBundle/templates/errors/error404.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/form_theme.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/tree.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form/images/image/button_delete.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form/images/image/picture.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form/images/image/type.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form/images/image/file.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form/images/image.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form/general/parent.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form/general/enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form/translations/description.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form/translations/slug.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form/translations/name.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form/images.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/form/general.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/tree/actions/dropdown.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/tree/actions/dropdown/delete.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/tree/actions/dropdown/move_up.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/tree/actions/dropdown/products_positions.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/tree/actions/dropdown/create_child.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/tree/actions/dropdown/move_down.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/tree/actions/edit.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections/tree/actions.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/update/content/header/title_block/actions/manage_product_positions.html.twig src/Sylius/Bundle/AdminBundle/templates/taxon/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form_theme.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/general/position.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/general/zone.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/general/enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/translations/description.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/translations/name.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/rules.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/configuration/channels_configuration.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/configuration/category.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/configuration/category_requirement.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/configuration/tax_category.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/configuration/calculator.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/configuration/channels.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/configuration.html.twig src/Sylius/Bundle/AdminBundle/templates/shipping_method/form/general.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/grid/field/enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/component/order_statistics.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/header/title_block/actions/impersonate.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/header/title_block/actions/delete.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/header/title_block/actions/show_orders.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/header/title_block/actions/edit.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/header/title_block/title.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/header/title_block/actions.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/sections/general/phone.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/sections/general/subscribed_to_newsletter.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/sections/general/customer_since.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/sections/general/group_membership.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/sections/general/email_verified.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/sections/general/email.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/sections/general/first_name.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/sections/general/default_address.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/sections/general/last_name.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/show/content/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections/account_credentials.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections/extra_information.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections/general/email.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections/general/first_name.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections/general/group.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections/general/last_name.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections/account_credentials/verified.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections/account_credentials/enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections/account_credentials/password.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections/extra_information/gender.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections/extra_information/subscribe_to_the_newsletter.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections/extra_information/birthday.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections/extra_information/phone_number.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/customer/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/country/grid/field/name.html.twig src/Sylius/Bundle/AdminBundle/templates/country/form.html.twig src/Sylius/Bundle/AdminBundle/templates/country/form/sections/general/provinces.html.twig src/Sylius/Bundle/AdminBundle/templates/country/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/country/form/sections/general/enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/country/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/country/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form_theme.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/product_variant/index/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/product_variant/index/content/header/title_block/title.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/product_variant/index.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/grid/field/state.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/grid/field/priority.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/grid/field/date.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/grid/action/delete.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/header/title_block/title.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/header/title_block/actions.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/actions/action.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/actions/action/amount.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/actions/action/channels_amount.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/actions/action/type.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/scopes.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/general/end_date.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/general/start_date.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/general/state.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/general/exclusive.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/general/priority.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/general/enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/general/channels.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/general/name.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/translations/label.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/translations/description.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/actions.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/scopes/scope.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/scopes/scope/list.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections/scopes/scope/type.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/show/content/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/common/label/state/processing.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/common/label/state/inactive.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/common/label/state/active.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/common/label/state/failed.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/scopes_and_actions.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/general/channels.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/general/name.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/translations/label.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/translations/description.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/scopes_and_actions/scopes.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/scopes_and_actions/actions.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/configuration/end_date.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/configuration/start_date.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/configuration/header.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/configuration/exclusive.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/configuration/priority.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/configuration/enabled.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/configuration.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/catalog_promotion/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/product_association_type/form/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/product_association_type/form/translations/name.html.twig src/Sylius/Bundle/AdminBundle/templates/product_association_type/form/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/product_association_type/form/general.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/index/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/grid/field/state.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/grid/field/action.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/grid/field/method.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/show/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/show/content/sections/response_data.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/show/content/sections/payload.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/show/content/sections/general/hash.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/show/content/sections/general/state.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/show/content/sections/general/created_at.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/show/content/sections/general/action.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/show/content/sections/general/updated_at.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/show/content/sections/general/method.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/show/content/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/show/content/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/common/label/state/processing.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/common/label/state/completed.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/common/label/state/cancelled.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/common/label/state/new.html.twig src/Sylius/Bundle/AdminBundle/templates/payment_request/common/label/state/failed.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form_theme.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/grid/field/status.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/grid/field/rating.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections/info.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections/general/comment.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections/general/title.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections/general/rating.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections/info/product.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections/info/author/body.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections/info/author/header.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections/info/author/footer.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections/info/status.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections/info/product/body.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections/info/product/header.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections/info/product/footer.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections/info/author.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/product_review/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/zone/grid/field/type.html.twig src/Sylius/Bundle/AdminBundle/templates/zone/form.html.twig src/Sylius/Bundle/AdminBundle/templates/zone/form/sections/members.html.twig src/Sylius/Bundle/AdminBundle/templates/zone/form/sections/members/member.html.twig src/Sylius/Bundle/AdminBundle/templates/zone/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/zone/form/sections/general/scope.html.twig src/Sylius/Bundle/AdminBundle/templates/zone/form/sections/general/type.html.twig src/Sylius/Bundle/AdminBundle/templates/zone/form/sections/general/name.html.twig src/Sylius/Bundle/AdminBundle/templates/zone/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/zone/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/channel_pricing_log_entry/index/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/channel_pricing_log_entry/grid/field/price.html.twig src/Sylius/Bundle/AdminBundle/templates/channel_pricing_log_entry/grid/field/original_price.html.twig src/Sylius/Bundle/AdminBundle/templates/channel_pricing_log_entry/index.html.twig src/Sylius/Bundle/AdminBundle/templates/customer_group/form/sections/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/customer_group/form/sections/general/name.html.twig src/Sylius/Bundle/AdminBundle/templates/customer_group/form/sections/general.html.twig src/Sylius/Bundle/AdminBundle/templates/customer_group/form/sections.html.twig src/Sylius/Bundle/AdminBundle/templates/inventory/grid/field/inventory.html.twig src/Sylius/Bundle/AdminBundle/templates/inventory/grid/field/name.html.twig src/Sylius/Bundle/AdminBundle/templates/inventory/index.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form_theme.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/grid/action/create.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/general/position.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/general/code.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/general/translatable.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/general/type.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/translations/name.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/configuration/datetime/format.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/configuration/select/choices.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/configuration/select/max_entries.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/configuration/select/multiple.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/configuration/select/min_entries.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/configuration/text/max_length.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/configuration/text/min_length.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/configuration/date/format.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/translations.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/configuration.html.twig src/Sylius/Bundle/AdminBundle/templates/product_attribute/form/general.html.twig src/Sylius/Bundle/AdminBundle/templates/product_taxon/index/content/header/breadcrumbs.html.twig src/Sylius/Bundle/AdminBundle/templates/product_taxon/index/content/header/title_block/title.html.twig src/Sylius/Bundle/AdminBundle/templates/product_taxon/grid/field/position.html.twig src/Sylius/Bundle/AdminBundle/templates/product_taxon/grid/action/update_positions.html.twig src/Sylius/Bundle/AdminBundle/templates/product_taxon/index.html.twig src/Sylius/Bundle/AdminBundle/test/src/Kernel.php src/Sylius/Bundle/AdminBundle/test/public/index.php src/Sylius/Bundle/AdminBundle/test/config/bootstrap.php src/Sylius/Bundle/AdminBundle/test/config/packages/config.yaml src/Sylius/Bundle/AdminBundle/test/config/bundles.php src/Sylius/Bundle/AdminBundle/test/config/routes/ux_live_component.yaml src/Sylius/Bundle/AdminBundle/test/config/routes/routes.yaml src/Sylius/Bundle/AdminBundle/test/.env src/Sylius/Bundle/AdminBundle/test/.env.test src/Sylius/Bundle/AdminBundle/composer.json src/Sylius/Bundle/AdminBundle/EventListener/AdminFilterSubscriber.php src/Sylius/Bundle/AdminBundle/EventListener/ResourceDeleteExceptionListener.php src/Sylius/Bundle/AdminBundle/EventListener/ResourceDeleteListener.php src/Sylius/Bundle/AdminBundle/EventListener/AdminSectionCacheControlSubscriber.php src/Sylius/Bundle/AdminBundle/EventListener/ShipmentShipListener.php src/Sylius/Bundle/AdminBundle/EventListener/LocaleListener.php src/Sylius/Bundle/PaymentBundle/Provider/PaymentRequestProvider.php src/Sylius/Bundle/PaymentBundle/Provider/ServiceProviderAwareProviderInterface.php src/Sylius/Bundle/PaymentBundle/Provider/ActionsHttpResponseProvider.php src/Sylius/Bundle/PaymentBundle/Provider/PaymentRequestProviderInterface.php src/Sylius/Bundle/PaymentBundle/Provider/GatewayFactoryHttpResponseProvider.php src/Sylius/Bundle/PaymentBundle/Provider/DefaultActionProvider.php src/Sylius/Bundle/PaymentBundle/Provider/CompositeNotifyPaymentProvider.php src/Sylius/Bundle/PaymentBundle/Provider/GatewayFactoryNameProvider.php src/Sylius/Bundle/PaymentBundle/Provider/AbstractServiceProvider.php src/Sylius/Bundle/PaymentBundle/Provider/DefaultActionProviderInterface.php src/Sylius/Bundle/PaymentBundle/Provider/GatewayFactoryNameProviderInterface.php src/Sylius/Bundle/PaymentBundle/Provider/NotifyResponseProvider.php src/Sylius/Bundle/PaymentBundle/Provider/NotifyPaymentProviderInterface.php src/Sylius/Bundle/PaymentBundle/Provider/HttpResponseProviderInterface.php src/Sylius/Bundle/PaymentBundle/Provider/DefaultPayloadProvider.php src/Sylius/Bundle/PaymentBundle/Provider/NotifyResponseProviderInterface.php src/Sylius/Bundle/PaymentBundle/Provider/DefaultPayloadProviderInterface.php src/Sylius/Bundle/PaymentBundle/Generator/GatewayNameGenerator.php src/Sylius/Bundle/PaymentBundle/Generator/GatewayNameGeneratorInterface.php src/Sylius/Bundle/PaymentBundle/Resources/config/services.xml src/Sylius/Bundle/PaymentBundle/Resources/config/services/canceller.xml src/Sylius/Bundle/PaymentBundle/Resources/config/services/checker.xml src/Sylius/Bundle/PaymentBundle/Resources/config/services/processors.xml src/Sylius/Bundle/PaymentBundle/Resources/config/services/command_handler.xml src/Sylius/Bundle/PaymentBundle/Resources/config/services/command_provider.xml src/Sylius/Bundle/PaymentBundle/Resources/config/services/console_command.xml src/Sylius/Bundle/PaymentBundle/Resources/config/services/form.xml src/Sylius/Bundle/PaymentBundle/Resources/config/services/normalizer.xml src/Sylius/Bundle/PaymentBundle/Resources/config/services/validator.xml src/Sylius/Bundle/PaymentBundle/Resources/config/services/announcer.xml src/Sylius/Bundle/PaymentBundle/Resources/config/services/encryption/encryption.xml src/Sylius/Bundle/PaymentBundle/Resources/config/services/controllers.xml src/Sylius/Bundle/PaymentBundle/Resources/config/services/provider.xml src/Sylius/Bundle/PaymentBundle/Resources/config/services/listener.xml src/Sylius/Bundle/PaymentBundle/Resources/config/routing/integrations/sylius.yaml src/Sylius/Bundle/PaymentBundle/Resources/config/validation/Payment.xml src/Sylius/Bundle/PaymentBundle/Resources/config/validation/PaymentMethod.xml src/Sylius/Bundle/PaymentBundle/Resources/config/validation/PaymentMethodTranslation.xml src/Sylius/Bundle/PaymentBundle/Resources/config/validation/GatewayConfig.xml src/Sylius/Bundle/PaymentBundle/Resources/config/app/state_machine/sylius_payment_request.yaml src/Sylius/Bundle/PaymentBundle/Resources/config/app/state_machine/sylius_payment.yaml src/Sylius/Bundle/PaymentBundle/Resources/config/app/messenger.yaml src/Sylius/Bundle/PaymentBundle/Resources/config/app/workflow/sylius_payment_request.yaml src/Sylius/Bundle/PaymentBundle/Resources/config/app/workflow/sylius_payment.yaml src/Sylius/Bundle/PaymentBundle/Resources/config/app/config.yml src/Sylius/Bundle/PaymentBundle/Resources/config/doctrine/model/Payment.orm.xml src/Sylius/Bundle/PaymentBundle/Resources/config/doctrine/model/GatewayConfig.orm.xml src/Sylius/Bundle/PaymentBundle/Resources/config/doctrine/model/PaymentRequest.orm.xml src/Sylius/Bundle/PaymentBundle/Resources/config/doctrine/model/PaymentMethod.orm.xml src/Sylius/Bundle/PaymentBundle/Resources/config/doctrine/model/PaymentMethodTranslation.orm.xml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.mn.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.en_GB.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.cs.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.th.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.id.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.uk.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sv.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.zh_TW.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.be.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ca.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ar.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.pt_BR.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.nl.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.fi.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.fr.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.it.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.fa.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sk.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.fr_CA.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ca.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.he.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ko.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ro.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sl.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.zh_CN.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.hu.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.es.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.tr.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.no.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.de.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.en.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.fr_BE.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.fi.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.de_AT.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.is.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.lt.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.hi.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.da.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.pt.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ja.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sr_CS.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.pl.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.hr.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.sq.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.el.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.de_CH.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.ru.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.zh_TW.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/flashes.bg.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/PaymentBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/PaymentBundle/phpunit.xml.dist src/Sylius/Bundle/PaymentBundle/Announcer/PaymentRequestAnnouncer.php src/Sylius/Bundle/PaymentBundle/Announcer/PaymentRequestAnnouncerInterface.php src/Sylius/Bundle/PaymentBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/PaymentBundle/.gitattributes src/Sylius/Bundle/PaymentBundle/LICENSE src/Sylius/Bundle/PaymentBundle/README.md src/Sylius/Bundle/PaymentBundle/Action/PaymentRequestNotifyAction.php src/Sylius/Bundle/PaymentBundle/Action/PaymentMethodNotifyAction.php src/Sylius/Bundle/PaymentBundle/Checker/GatewayConfigEncryptionChecker.php src/Sylius/Bundle/PaymentBundle/Checker/PaymentRequestDuplicationCheckerInterface.php src/Sylius/Bundle/PaymentBundle/Checker/FinalizedPaymentRequestCheckerInterface.php src/Sylius/Bundle/PaymentBundle/Checker/PaymentRequestDuplicationChecker.php src/Sylius/Bundle/PaymentBundle/Checker/GatewayConfigEncryptionCheckerInterface.php src/Sylius/Bundle/PaymentBundle/Checker/FinalizedPaymentRequestChecker.php src/Sylius/Bundle/PaymentBundle/Attribute/AsPaymentMethodsResolver.php src/Sylius/Bundle/PaymentBundle/Attribute/AsGatewayConfigurationType.php src/Sylius/Bundle/PaymentBundle/Attribute/AsNotifyPaymentProvider.php src/Sylius/Bundle/PaymentBundle/Console/Command/GenerateEncryptionKeyCommand.php src/Sylius/Bundle/PaymentBundle/DependencyInjection/SyliusPaymentExtension.php src/Sylius/Bundle/PaymentBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/PaymentBundle/DependencyInjection/Compiler/RegisterPaymentMethodsResolversPass.php src/Sylius/Bundle/PaymentBundle/DependencyInjection/Compiler/RegisterGatewayConfigTypePass.php src/Sylius/Bundle/PaymentBundle/Canceller/PaymentRequestCanceller.php src/Sylius/Bundle/PaymentBundle/CommandHandler/Offline/CapturePaymentRequestHandler.php src/Sylius/Bundle/PaymentBundle/CommandHandler/Offline/StatusPaymentRequestHandler.php src/Sylius/Bundle/PaymentBundle/Exception/PaymentRequestNotSupportedException.php src/Sylius/Bundle/PaymentBundle/Doctrine/ORM/PaymentRequestRepository.php src/Sylius/Bundle/PaymentBundle/Doctrine/ORM/PaymentMethodRepository.php src/Sylius/Bundle/PaymentBundle/SyliusPaymentBundle.php src/Sylius/Bundle/PaymentBundle/Validator/GroupsGenerator/GatewayConfigGroupsGenerator.php src/Sylius/Bundle/PaymentBundle/Validator/GroupsGenerator/PaymentMethodGroupsGenerator.php src/Sylius/Bundle/PaymentBundle/Validator/GroupsGenerator/PaymentMethodGroupsGeneratorInterface.php src/Sylius/Bundle/PaymentBundle/Validator/GroupsGenerator/GatewayConfigGroupsGeneratorInterface.php src/Sylius/Bundle/PaymentBundle/Validator/Constraints/GatewayFactoryExistsValidator.php src/Sylius/Bundle/PaymentBundle/Validator/Constraints/GatewayFactoryExists.php src/Sylius/Bundle/PaymentBundle/Normalizer/SymfonyRequestNormalizerInterface.php src/Sylius/Bundle/PaymentBundle/Normalizer/SymfonyRequestNormalizer.php src/Sylius/Bundle/PaymentBundle/tests/Provider/DefaultActionProviderTest.php src/Sylius/Bundle/PaymentBundle/tests/Generator/GatewayNameGeneratorTest.php src/Sylius/Bundle/PaymentBundle/tests/Resources/config/command_provider.yaml src/Sylius/Bundle/PaymentBundle/tests/Resources/config/http_response_provider.yaml src/Sylius/Bundle/PaymentBundle/tests/Resources/config/http_response_provider.xml src/Sylius/Bundle/PaymentBundle/tests/Resources/config/command_provider.xml src/Sylius/Bundle/PaymentBundle/tests/Checker/GatewayConfigEncryptionCheckerTest.php src/Sylius/Bundle/PaymentBundle/tests/Console/Command/GenerateEncryptionKeyCommandTest.php src/Sylius/Bundle/PaymentBundle/tests/DependencyInjection/SyliusPaymentExtensionTest.php src/Sylius/Bundle/PaymentBundle/tests/DependencyInjection/ConfigurationTest.php src/Sylius/Bundle/PaymentBundle/tests/DependencyInjection/Compiler/RegisterPaymentMethodsResolversPassTest.php src/Sylius/Bundle/PaymentBundle/tests/DependencyInjection/Compiler/RegisterGatewayConfigTypePassTest.php src/Sylius/Bundle/PaymentBundle/tests/Canceller/PaymentRequestCancellerTest.php src/Sylius/Bundle/PaymentBundle/tests/CommandHandler/Offline/CapturePaymentRequestHandlerTest.php src/Sylius/Bundle/PaymentBundle/tests/Validator/GroupsGenerator/PaymentMethodGroupsGeneratorTest.php src/Sylius/Bundle/PaymentBundle/tests/Validator/GroupsGenerator/GatewayConfigGroupsGeneratorTest.php src/Sylius/Bundle/PaymentBundle/tests/Validator/Constraints/GatewayFactoryExistsValidatorTest.php src/Sylius/Bundle/PaymentBundle/tests/Stub/PaymentMethodsResolverStub.php src/Sylius/Bundle/PaymentBundle/tests/Stub/GatewayConfigurationTypeStub.php src/Sylius/Bundle/PaymentBundle/tests/Stub/NotifyPaymentProviderStub.php src/Sylius/Bundle/PaymentBundle/tests/EventListener/PaymentMethodChangeEventListenerTest.php src/Sylius/Bundle/PaymentBundle/tests/Processor/NotifyPayloadProcessorTest.php src/Sylius/Bundle/PaymentBundle/Command/PaymentRequestHashAwareInterface.php src/Sylius/Bundle/PaymentBundle/Command/Offline/StatusPaymentRequest.php src/Sylius/Bundle/PaymentBundle/Command/Offline/CapturePaymentRequest.php src/Sylius/Bundle/PaymentBundle/Command/PaymentRequestHashAwareTrait.php src/Sylius/Bundle/PaymentBundle/Form/Type/GatewayConfigType.php src/Sylius/Bundle/PaymentBundle/Form/Type/PaymentMethodType.php src/Sylius/Bundle/PaymentBundle/Form/Type/PaymentMethodChoiceType.php src/Sylius/Bundle/PaymentBundle/Form/Type/PaymentGatewayChoiceType.php src/Sylius/Bundle/PaymentBundle/Form/Type/PaymentType.php src/Sylius/Bundle/PaymentBundle/Form/Type/PaymentMethodTranslationType.php src/Sylius/Bundle/PaymentBundle/test/src/Tests/SyliusPaymentBundleTest.php src/Sylius/Bundle/PaymentBundle/test/app/AppKernel.php src/Sylius/Bundle/PaymentBundle/test/app/console src/Sylius/Bundle/PaymentBundle/test/app/config/parameters.yml src/Sylius/Bundle/PaymentBundle/test/app/config/config.yml src/Sylius/Bundle/PaymentBundle/test/composer.json src/Sylius/Bundle/PaymentBundle/CommandProvider/ServiceProviderAwareCommandProviderInterface.php src/Sylius/Bundle/PaymentBundle/CommandProvider/ActionsCommandProvider.php src/Sylius/Bundle/PaymentBundle/CommandProvider/AbstractServiceCommandProvider.php src/Sylius/Bundle/PaymentBundle/CommandProvider/Offline/StatusPaymentRequestCommandProvider.php src/Sylius/Bundle/PaymentBundle/CommandProvider/Offline/CapturePaymentRequestCommandProvider.php src/Sylius/Bundle/PaymentBundle/CommandProvider/PaymentRequestCommandProviderInterface.php src/Sylius/Bundle/PaymentBundle/CommandProvider/GatewayFactoryCommandProvider.php src/Sylius/Bundle/PaymentBundle/composer.json src/Sylius/Bundle/PaymentBundle/EventListener/PaymentMethodChangeEventListener.php src/Sylius/Bundle/PaymentBundle/Processor/NotifyPayloadProcessor.php src/Sylius/Bundle/PaymentBundle/Processor/NotifyPayloadProcessorInterface.php src/Sylius/Bundle/PaymentBundle/Processor/HttpResponseProcessor.php src/Sylius/Bundle/PaymentBundle/Processor/HttpResponseProcessorInterface.php src/Sylius/Bundle/PaymentBundle/Listener/EntityEncryptionListener.php src/Sylius/Bundle/PaymentBundle/Listener/GatewayConfigEncryptionListener.php src/Sylius/Bundle/PromotionBundle/Provider/EligibleCatalogPromotionsProviderInterface.php src/Sylius/Bundle/PromotionBundle/Provider/EligibleCatalogPromotionsProvider.php src/Sylius/Bundle/PromotionBundle/Resources/config/services.xml src/Sylius/Bundle/PromotionBundle/Resources/config/services/forms.xml src/Sylius/Bundle/PromotionBundle/Resources/config/services/integrations/doctrine/orm.xml src/Sylius/Bundle/PromotionBundle/Resources/config/services/console_command.xml src/Sylius/Bundle/PromotionBundle/Resources/config/services/criteria.xml src/Sylius/Bundle/PromotionBundle/Resources/config/services/eligibility_checkers.xml src/Sylius/Bundle/PromotionBundle/Resources/config/services/validators.xml src/Sylius/Bundle/PromotionBundle/Resources/config/validation/CatalogPromotionScope.xml src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionRule.xml src/Sylius/Bundle/PromotionBundle/Resources/config/validation/Promotion.xml src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionTranslation.xml src/Sylius/Bundle/PromotionBundle/Resources/config/validation/CatalogPromotion.xml src/Sylius/Bundle/PromotionBundle/Resources/config/validation/CatalogPromotionAction.xml src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionCouponGeneratorInstruction.xml src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionAction.xml src/Sylius/Bundle/PromotionBundle/Resources/config/validation/PromotionCoupon.xml src/Sylius/Bundle/PromotionBundle/Resources/config/app/config.yml src/Sylius/Bundle/PromotionBundle/Resources/config/doctrine/model/Promotion.orm.xml src/Sylius/Bundle/PromotionBundle/Resources/config/doctrine/model/CatalogPromotionTranslation.orm.xml src/Sylius/Bundle/PromotionBundle/Resources/config/doctrine/model/PromotionCoupon.orm.xml src/Sylius/Bundle/PromotionBundle/Resources/config/doctrine/model/CatalogPromotion.orm.xml src/Sylius/Bundle/PromotionBundle/Resources/config/doctrine/model/PromotionAction.orm.xml src/Sylius/Bundle/PromotionBundle/Resources/config/doctrine/model/PromotionTranslation.orm.xml src/Sylius/Bundle/PromotionBundle/Resources/config/doctrine/model/PromotionRule.orm.xml src/Sylius/Bundle/PromotionBundle/Resources/config/doctrine/model/CatalogPromotionAction.orm.xml src/Sylius/Bundle/PromotionBundle/Resources/config/doctrine/model/CatalogPromotionScope.orm.xml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.mn.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.en_GB.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.cs.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.th.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.id.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.uk.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sv.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.be.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ca.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.ar.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.pt_BR.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.nl.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.fr.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.it.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.fa.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sk.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.fr_CA.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.ko.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.ro.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.is.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sl.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.zh_CN.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.hu.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.es.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.tr.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.no.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.de.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.en.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.fr_BE.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.de_AT.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.is.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.lt.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.hi.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.da.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.pt.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.ja.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sr_CS.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.pl.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.hr.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.sq.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.el.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.de_CH.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.ru.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/flashes.bg.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/PromotionBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/PromotionBundle/phpunit.xml.dist src/Sylius/Bundle/PromotionBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/PromotionBundle/.gitattributes src/Sylius/Bundle/PromotionBundle/DiscountApplicationCriteria/DiscountApplicationCriteriaInterface.php src/Sylius/Bundle/PromotionBundle/LICENSE src/Sylius/Bundle/PromotionBundle/Controller/PromotionCouponController.php src/Sylius/Bundle/PromotionBundle/README.md src/Sylius/Bundle/PromotionBundle/Attribute/AsPromotionEligibilityChecker.php src/Sylius/Bundle/PromotionBundle/Attribute/AsPromotionRuleChecker.php src/Sylius/Bundle/PromotionBundle/Attribute/AsCatalogPromotionVariantChecker.php src/Sylius/Bundle/PromotionBundle/Attribute/AsPromotionAction.php src/Sylius/Bundle/PromotionBundle/Attribute/AsPromotionCouponEligibilityChecker.php src/Sylius/Bundle/PromotionBundle/Console/Command/GenerateCouponsCommand.php src/Sylius/Bundle/PromotionBundle/DependencyInjection/SyliusPromotionExtension.php src/Sylius/Bundle/PromotionBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/PromotionBundle/DependencyInjection/Compiler/RegisterPromotionActionsPass.php src/Sylius/Bundle/PromotionBundle/DependencyInjection/Compiler/CompositePromotionCouponEligibilityCheckerPass.php src/Sylius/Bundle/PromotionBundle/DependencyInjection/Compiler/SetCatalogPromotionScopeTypesPass.php src/Sylius/Bundle/PromotionBundle/DependencyInjection/Compiler/SetCatalogPromotionActionTypesPass.php src/Sylius/Bundle/PromotionBundle/DependencyInjection/Compiler/CompositePromotionEligibilityCheckerPass.php src/Sylius/Bundle/PromotionBundle/DependencyInjection/Compiler/RegisterRuleCheckersPass.php src/Sylius/Bundle/PromotionBundle/Criteria/Enabled.php src/Sylius/Bundle/PromotionBundle/Criteria/DateRange.php src/Sylius/Bundle/PromotionBundle/Criteria/CriteriaInterface.php src/Sylius/Bundle/PromotionBundle/Doctrine/ORM/CatalogPromotionRepository.php src/Sylius/Bundle/PromotionBundle/Doctrine/ORM/PromotionCouponRepository.php src/Sylius/Bundle/PromotionBundle/Doctrine/ORM/PromotionRepository.php src/Sylius/Bundle/PromotionBundle/Validator/CatalogPromotionActionGroupValidator.php src/Sylius/Bundle/PromotionBundle/Validator/PromotionSubjectCouponValidator.php src/Sylius/Bundle/PromotionBundle/Validator/PromotionActionTypeValidator.php src/Sylius/Bundle/PromotionBundle/Validator/PromotionRuleTypeValidator.php src/Sylius/Bundle/PromotionBundle/Validator/Constraints/PromotionSubjectCoupon.php src/Sylius/Bundle/PromotionBundle/Validator/Constraints/CatalogPromotionScopeGroup.php src/Sylius/Bundle/PromotionBundle/Validator/Constraints/PromotionActionGroup.php src/Sylius/Bundle/PromotionBundle/Validator/Constraints/PromotionDateRange.php src/Sylius/Bundle/PromotionBundle/Validator/Constraints/PromotionActionType.php src/Sylius/Bundle/PromotionBundle/Validator/Constraints/CatalogPromotionScopeType.php src/Sylius/Bundle/PromotionBundle/Validator/Constraints/CatalogPromotionActionGroup.php src/Sylius/Bundle/PromotionBundle/Validator/Constraints/CouponPossibleGenerationAmount.php src/Sylius/Bundle/PromotionBundle/Validator/Constraints/PromotionNotCouponBased.php src/Sylius/Bundle/PromotionBundle/Validator/Constraints/PromotionRuleGroup.php src/Sylius/Bundle/PromotionBundle/Validator/Constraints/PromotionRuleType.php src/Sylius/Bundle/PromotionBundle/Validator/Constraints/CatalogPromotionActionType.php src/Sylius/Bundle/PromotionBundle/Validator/PromotionDateRangeValidator.php src/Sylius/Bundle/PromotionBundle/Validator/PromotionNotCouponBasedValidator.php src/Sylius/Bundle/PromotionBundle/Validator/CatalogPromotionScopeGroupValidator.php src/Sylius/Bundle/PromotionBundle/Validator/CouponGenerationAmountValidator.php src/Sylius/Bundle/PromotionBundle/Validator/CatalogPromotionScopeTypeValidator.php src/Sylius/Bundle/PromotionBundle/Validator/PromotionActionGroupValidator.php src/Sylius/Bundle/PromotionBundle/Validator/CatalogPromotionActionTypeValidator.php src/Sylius/Bundle/PromotionBundle/Validator/PromotionRuleGroupValidator.php src/Sylius/Bundle/PromotionBundle/tests/Provider/EligibleCatalogPromotionsProviderTest.php src/Sylius/Bundle/PromotionBundle/tests/Console/Command/GenerateCouponsCommandTest.php src/Sylius/Bundle/PromotionBundle/tests/DependencyInjection/Compiler/CompositePromotionCouponEligibilityCheckerPassTest.php src/Sylius/Bundle/PromotionBundle/tests/DependencyInjection/Compiler/RegisterPromotionActionsPassTest.php src/Sylius/Bundle/PromotionBundle/tests/DependencyInjection/Compiler/SetCatalogPromotionActionTypesPassTest.php src/Sylius/Bundle/PromotionBundle/tests/DependencyInjection/Compiler/SetCatalogPromotionScopeTypesPassTest.php src/Sylius/Bundle/PromotionBundle/tests/DependencyInjection/Compiler/CompositePromotionEligibilityCheckerPassTest.php src/Sylius/Bundle/PromotionBundle/tests/DependencyInjection/Compiler/RegisterRuleCheckersPassTest.php src/Sylius/Bundle/PromotionBundle/tests/DependencyInjection/SyliusPromotionExtensionTest.php src/Sylius/Bundle/PromotionBundle/tests/Criteria/EnabledTest.php src/Sylius/Bundle/PromotionBundle/tests/Criteria/DateRangeTest.php src/Sylius/Bundle/PromotionBundle/tests/Validator/CatalogPromotionScopeTypeValidatorTest.php src/Sylius/Bundle/PromotionBundle/tests/Validator/PromotionRuleGroupValidatorTest.php src/Sylius/Bundle/PromotionBundle/tests/Validator/CouponGenerationAmountValidatorTest.php src/Sylius/Bundle/PromotionBundle/tests/Validator/PromotionRuleTypeValidatorTest.php src/Sylius/Bundle/PromotionBundle/tests/Validator/PromotionActionTypeValidatorTest.php src/Sylius/Bundle/PromotionBundle/tests/Validator/CatalogPromotionActionTypeValidatorTest.php src/Sylius/Bundle/PromotionBundle/tests/Validator/PromotionNotCouponBasedValidatorTest.php src/Sylius/Bundle/PromotionBundle/tests/Validator/CatalogPromotionScopeGroupValidatorTest.php src/Sylius/Bundle/PromotionBundle/tests/Validator/CatalogPromotionActionGroupValidatorTest.php src/Sylius/Bundle/PromotionBundle/tests/Validator/PromotionActionGroupValidatorTest.php src/Sylius/Bundle/PromotionBundle/tests/Stub/PromotionActionStub.php src/Sylius/Bundle/PromotionBundle/tests/Stub/PromotionCouponEligibilityCheckerStub.php src/Sylius/Bundle/PromotionBundle/tests/Stub/PromotionRuleCheckerStub.php src/Sylius/Bundle/PromotionBundle/tests/Stub/PromotionEligibilityCheckerStub.php src/Sylius/Bundle/PromotionBundle/tests/Stub/CatalogPromotionVariantCheckerStub.php src/Sylius/Bundle/PromotionBundle/tests/Form/CatalogPromotionActionTypeTest.php src/Sylius/Bundle/PromotionBundle/SyliusPromotionBundle.php src/Sylius/Bundle/PromotionBundle/Form/DataTransformer/PercentFloatToLocalizedStringTransformer.php src/Sylius/Bundle/PromotionBundle/Form/DataTransformer/MoneyIntToLocalizedStringTransformer.php src/Sylius/Bundle/PromotionBundle/Form/Type/Core/AbstractConfigurationCollectionType.php src/Sylius/Bundle/PromotionBundle/Form/Type/PromotionActionChoiceType.php src/Sylius/Bundle/PromotionBundle/Form/Type/PromotionCouponToCodeType.php src/Sylius/Bundle/PromotionBundle/Form/Type/CatalogPromotionType.php src/Sylius/Bundle/PromotionBundle/Form/Type/PromotionTranslationType.php src/Sylius/Bundle/PromotionBundle/Form/Type/Action/UnitFixedDiscountConfigurationType.php src/Sylius/Bundle/PromotionBundle/Form/Type/Action/PercentageDiscountConfigurationType.php src/Sylius/Bundle/PromotionBundle/Form/Type/Action/UnitPercentageDiscountConfigurationType.php src/Sylius/Bundle/PromotionBundle/Form/Type/Action/FixedDiscountConfigurationType.php src/Sylius/Bundle/PromotionBundle/Form/Type/PromotionFilterCollectionType.php src/Sylius/Bundle/PromotionBundle/Form/Type/PromotionActionType.php src/Sylius/Bundle/PromotionBundle/Form/Type/CatalogPromotionScopeType.php src/Sylius/Bundle/PromotionBundle/Form/Type/PromotionCouponGeneratorInstructionType.php src/Sylius/Bundle/PromotionBundle/Form/Type/AbstractConfigurablePromotionElementType.php src/Sylius/Bundle/PromotionBundle/Form/Type/CatalogPromotionAction/PercentageDiscountActionConfigurationType.php src/Sylius/Bundle/PromotionBundle/Form/Type/CatalogPromotionAction/FixedDiscountActionConfigurationType.php src/Sylius/Bundle/PromotionBundle/Form/Type/PromotionRuleChoiceType.php src/Sylius/Bundle/PromotionBundle/Form/Type/PromotionRuleType.php src/Sylius/Bundle/PromotionBundle/Form/Type/Rule/ItemTotalConfigurationType.php src/Sylius/Bundle/PromotionBundle/Form/Type/Rule/CartQuantityConfigurationType.php src/Sylius/Bundle/PromotionBundle/Form/Type/CatalogPromotionTranslationType.php src/Sylius/Bundle/PromotionBundle/Form/Type/PromotionCouponType.php src/Sylius/Bundle/PromotionBundle/Form/Type/Filter/PriceRangeFilterConfigurationType.php src/Sylius/Bundle/PromotionBundle/Form/Type/CatalogPromotionActionType.php src/Sylius/Bundle/PromotionBundle/Form/Type/PromotionType.php src/Sylius/Bundle/PromotionBundle/Form/Type/PromotionActionCollectionType.php src/Sylius/Bundle/PromotionBundle/Form/Type/PromotionRuleCollectionType.php src/Sylius/Bundle/PromotionBundle/test/src/Entity/PromotionSubject.php src/Sylius/Bundle/PromotionBundle/test/src/Tests/SyliusPromotionBundleTest.php src/Sylius/Bundle/PromotionBundle/test/app/AppKernel.php src/Sylius/Bundle/PromotionBundle/test/app/console src/Sylius/Bundle/PromotionBundle/test/app/config/parameters.yml src/Sylius/Bundle/PromotionBundle/test/app/config/config.yml src/Sylius/Bundle/PromotionBundle/test/composer.json src/Sylius/Bundle/PromotionBundle/composer.json src/Sylius/Bundle/AttributeBundle/Resources/config/services.xml src/Sylius/Bundle/AttributeBundle/Resources/config/services/attribute_types.xml src/Sylius/Bundle/AttributeBundle/Resources/config/validation/AttributeTranslation.xml src/Sylius/Bundle/AttributeBundle/Resources/config/validation/Attribute.xml src/Sylius/Bundle/AttributeBundle/Resources/config/validation/AttributeValue.xml src/Sylius/Bundle/AttributeBundle/Resources/config/doctrine/model/AttributeTranslation.orm.xml src/Sylius/Bundle/AttributeBundle/Resources/config/doctrine/model/AttributeValue.orm.xml src/Sylius/Bundle/AttributeBundle/Resources/config/doctrine/model/Attribute.orm.xml src/Sylius/Bundle/AttributeBundle/Resources/views/Types/percent.html.twig src/Sylius/Bundle/AttributeBundle/Resources/views/Types/default.html.twig src/Sylius/Bundle/AttributeBundle/Resources/views/Types/checkbox.html.twig src/Sylius/Bundle/AttributeBundle/Resources/views/Types/select.html.twig src/Sylius/Bundle/AttributeBundle/Resources/views/Types/date.html.twig src/Sylius/Bundle/AttributeBundle/Resources/views/Types/datetime.html.twig src/Sylius/Bundle/AttributeBundle/Resources/views/Types/textarea.html.twig src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.vi.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.zh_TW.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ca.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sr.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.is.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.af.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/AttributeBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/AttributeBundle/phpunit.xml.dist src/Sylius/Bundle/AttributeBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/AttributeBundle/.gitattributes src/Sylius/Bundle/AttributeBundle/LICENSE src/Sylius/Bundle/AttributeBundle/README.md src/Sylius/Bundle/AttributeBundle/Attribute/AsAttributeType.php src/Sylius/Bundle/AttributeBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/AttributeBundle/DependencyInjection/Compiler/RegisterAttributeTypePass.php src/Sylius/Bundle/AttributeBundle/DependencyInjection/Compiler/RegisterAttributeFactoryPass.php src/Sylius/Bundle/AttributeBundle/DependencyInjection/SyliusAttributeExtension.php src/Sylius/Bundle/AttributeBundle/SyliusAttributeBundle.php src/Sylius/Bundle/AttributeBundle/Doctrine/ORM/AttributeRepository.php src/Sylius/Bundle/AttributeBundle/Doctrine/ORM/AttributeValueRepository.php src/Sylius/Bundle/AttributeBundle/Doctrine/ORM/AttributeTranslationRepository.php src/Sylius/Bundle/AttributeBundle/Doctrine/ORM/Subscriber/LoadMetadataSubscriber.php src/Sylius/Bundle/AttributeBundle/Validator/Constraints/ValidTextAttributeConfigurationValidator.php src/Sylius/Bundle/AttributeBundle/Validator/Constraints/ValidAttributeValue.php src/Sylius/Bundle/AttributeBundle/Validator/Constraints/ValidSelectAttributeConfiguration.php src/Sylius/Bundle/AttributeBundle/Validator/Constraints/ValidSelectAttributeConfigurationValidator.php src/Sylius/Bundle/AttributeBundle/Validator/Constraints/AttributeTypeValidator.php src/Sylius/Bundle/AttributeBundle/Validator/Constraints/AttributeType.php src/Sylius/Bundle/AttributeBundle/Validator/Constraints/ValidAttributeValueValidator.php src/Sylius/Bundle/AttributeBundle/Validator/Constraints/ValidTextAttributeConfiguration.php src/Sylius/Bundle/AttributeBundle/tests/DependencyInjection/SyliusAttributeExtensionTest.php src/Sylius/Bundle/AttributeBundle/tests/Doctrine/ORM/Subscriber/LoadMetadataSubscriberTest.php src/Sylius/Bundle/AttributeBundle/tests/Validator/Constraints/ValidSelectAttributeConfigurationValidatorTest.php src/Sylius/Bundle/AttributeBundle/tests/Validator/Constraints/ValidAttributeValueTest.php src/Sylius/Bundle/AttributeBundle/tests/Validator/Constraints/ValidTextAttributeConfigurationValidatorTest.php src/Sylius/Bundle/AttributeBundle/tests/Validator/Constraints/ValidAttributeValueValidatorTest.php src/Sylius/Bundle/AttributeBundle/tests/Validator/Constraints/AttributeTypeValidatorTest.php src/Sylius/Bundle/AttributeBundle/tests/Validator/Constraints/ValidTextAttributeConfigurationTest.php src/Sylius/Bundle/AttributeBundle/tests/Validator/Constraints/ValidSelectAttributeConfigurationTest.php src/Sylius/Bundle/AttributeBundle/tests/Stub/AttributeTypeStub.php src/Sylius/Bundle/AttributeBundle/tests/Form/Type/AttributeType/SelectAttributeTypeTest.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeValueType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeChoiceType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeTypeChoiceType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeTranslationType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/DatetimeAttributeType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/Configuration/TextAttributeConfigurationType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/Configuration/DateAttributeConfigurationType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/Configuration/SelectAttributeChoicesCollectionType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/Configuration/SelectAttributeConfigurationType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/Configuration/SelectAttributeValueTranslationsType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/Configuration/DatetimeAttributeConfigurationType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/IntegerAttributeType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/TextAttributeType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/FloatAttributeType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/SelectAttributeType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/TextareaAttributeType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/CheckboxAttributeType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/DateAttributeType.php src/Sylius/Bundle/AttributeBundle/Form/Type/AttributeType/PercentAttributeType.php src/Sylius/Bundle/AttributeBundle/test/src/Tests/SyliusAttributeBundleTest.php src/Sylius/Bundle/AttributeBundle/test/app/AppKernel.php src/Sylius/Bundle/AttributeBundle/test/app/console src/Sylius/Bundle/AttributeBundle/test/app/config/parameters.yml src/Sylius/Bundle/AttributeBundle/test/app/config/config.yml src/Sylius/Bundle/AttributeBundle/test/composer.json src/Sylius/Bundle/AttributeBundle/composer.json src/Sylius/Bundle/AddressingBundle/Resources/config/services.xml src/Sylius/Bundle/AddressingBundle/Resources/config/services/listeners.xml src/Sylius/Bundle/AddressingBundle/Resources/config/services/checkers.xml src/Sylius/Bundle/AddressingBundle/Resources/config/services/form.xml src/Sylius/Bundle/AddressingBundle/Resources/config/validation/Country.xml src/Sylius/Bundle/AddressingBundle/Resources/config/validation/ZoneMember.xml src/Sylius/Bundle/AddressingBundle/Resources/config/validation/Province.xml src/Sylius/Bundle/AddressingBundle/Resources/config/validation/Zone.xml src/Sylius/Bundle/AddressingBundle/Resources/config/validation/Address.xml src/Sylius/Bundle/AddressingBundle/Resources/config/doctrine/model/Country.orm.xml src/Sylius/Bundle/AddressingBundle/Resources/config/doctrine/model/Zone.orm.xml src/Sylius/Bundle/AddressingBundle/Resources/config/doctrine/model/Address.orm.xml src/Sylius/Bundle/AddressingBundle/Resources/config/doctrine/model/ZoneMember.orm.xml src/Sylius/Bundle/AddressingBundle/Resources/config/doctrine/model/Province.orm.xml src/Sylius/Bundle/AddressingBundle/Resources/config/doctrine/model/AddressLogEntry.orm.xml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.vi.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.zh_TW.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ca.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.fi.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sr.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.he.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.et.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.is.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ms.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.af.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.mk.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/AddressingBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/AddressingBundle/phpunit.xml.dist src/Sylius/Bundle/AddressingBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/AddressingBundle/.gitattributes src/Sylius/Bundle/AddressingBundle/LICENSE src/Sylius/Bundle/AddressingBundle/README.md src/Sylius/Bundle/AddressingBundle/DependencyInjection/SyliusAddressingExtension.php src/Sylius/Bundle/AddressingBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/AddressingBundle/Doctrine/ORM/CountryRepository.php src/Sylius/Bundle/AddressingBundle/Doctrine/ORM/ProvinceRepository.php src/Sylius/Bundle/AddressingBundle/Doctrine/ORM/ZoneMemberRepository.php src/Sylius/Bundle/AddressingBundle/Doctrine/ORM/AddressRepository.php src/Sylius/Bundle/AddressingBundle/Validator/Constraints/ProvinceAddressConstraint.php src/Sylius/Bundle/AddressingBundle/Validator/Constraints/ZoneCannotContainItself.php src/Sylius/Bundle/AddressingBundle/Validator/Constraints/ZoneCannotContainItselfValidator.php src/Sylius/Bundle/AddressingBundle/Validator/Constraints/UniqueProvinceCollectionValidator.php src/Sylius/Bundle/AddressingBundle/Validator/Constraints/ProvinceAddressConstraintValidator.php src/Sylius/Bundle/AddressingBundle/Validator/Constraints/UniqueProvinceCollection.php src/Sylius/Bundle/AddressingBundle/Validator/Constraints/ZoneMemberGroup.php src/Sylius/Bundle/AddressingBundle/Validator/Constraints/ZoneMemberGroupValidator.php src/Sylius/Bundle/AddressingBundle/tests/DependencyInjection/SyliusAddressingExtensionTest.php src/Sylius/Bundle/AddressingBundle/tests/Validator/Constraints/ZoneCannotContainItselfValidatorTest.php src/Sylius/Bundle/AddressingBundle/tests/Validator/Constraints/ZoneMemberGroupValidatorTest.php src/Sylius/Bundle/AddressingBundle/tests/Validator/Constraints/UniqueProvinceCollectionValidatorTest.php src/Sylius/Bundle/AddressingBundle/tests/Validator/Constraints/ProvinceAddressConstraintValidatorTest.php src/Sylius/Bundle/AddressingBundle/tests/Validator/Constraints/ProvinceAddressConstraintTest.php src/Sylius/Bundle/AddressingBundle/tests/Twig/CountryNameExtensionTest.php src/Sylius/Bundle/AddressingBundle/tests/Repository/ZoneRepositoryTest/fixtures.yaml src/Sylius/Bundle/AddressingBundle/tests/Repository/ZoneRepositoryTest.php src/Sylius/Bundle/AddressingBundle/tests/Form/EventListener/BuildAddressFormSubscriberTest.php src/Sylius/Bundle/AddressingBundle/tests/Form/EventListener/BuildZoneFormSubscriberTest.php src/Sylius/Bundle/AddressingBundle/tests/Form/Type/CountryChoiceTypeTest.php src/Sylius/Bundle/AddressingBundle/tests/Form/Type/ZoneChoiceTypeTest.php src/Sylius/Bundle/AddressingBundle/tests/Matcher/ZoneMatcherTest.php src/Sylius/Bundle/AddressingBundle/tests/Matcher/ZoneMatcherTest/fixtures.yaml src/Sylius/Bundle/AddressingBundle/tests/EventListener/ZoneMemberIntegrityListenerTest.php src/Sylius/Bundle/AddressingBundle/Twig/CountryNameExtension.php src/Sylius/Bundle/AddressingBundle/Twig/ProvinceNamingExtension.php src/Sylius/Bundle/AddressingBundle/Repository/ZoneRepository.php src/Sylius/Bundle/AddressingBundle/Form/EventListener/BuildAddressFormSubscriber.php src/Sylius/Bundle/AddressingBundle/Form/EventListener/BuildZoneFormSubscriber.php src/Sylius/Bundle/AddressingBundle/Form/Type/ProvinceChoiceType.php src/Sylius/Bundle/AddressingBundle/Form/Type/ZoneType.php src/Sylius/Bundle/AddressingBundle/Form/Type/ZoneMemberType.php src/Sylius/Bundle/AddressingBundle/Form/Type/ZoneChoiceType.php src/Sylius/Bundle/AddressingBundle/Form/Type/CountryCodeChoiceType.php src/Sylius/Bundle/AddressingBundle/Form/Type/ZoneTypeChoiceType.php src/Sylius/Bundle/AddressingBundle/Form/Type/ZoneCodeChoiceType.php src/Sylius/Bundle/AddressingBundle/Form/Type/AddressType.php src/Sylius/Bundle/AddressingBundle/Form/Type/CountryChoiceType.php src/Sylius/Bundle/AddressingBundle/Form/Type/ProvinceType.php src/Sylius/Bundle/AddressingBundle/Form/Type/CountryType.php src/Sylius/Bundle/AddressingBundle/Form/Type/ProvinceCodeChoiceType.php src/Sylius/Bundle/AddressingBundle/test/src/Tests/SyliusAddressingBundleTest.php src/Sylius/Bundle/AddressingBundle/test/var/db.sql src/Sylius/Bundle/AddressingBundle/test/app/AppKernel.php src/Sylius/Bundle/AddressingBundle/test/app/console src/Sylius/Bundle/AddressingBundle/test/app/config/parameters.yml src/Sylius/Bundle/AddressingBundle/test/app/config/config.yml src/Sylius/Bundle/AddressingBundle/test/composer.json src/Sylius/Bundle/AddressingBundle/composer.json src/Sylius/Bundle/AddressingBundle/EventListener/ZoneMemberIntegrityListener.php src/Sylius/Bundle/AddressingBundle/SyliusAddressingBundle.php src/Sylius/Bundle/MoneyBundle/SyliusMoneyBundle.php src/Sylius/Bundle/MoneyBundle/Resources/config/services.xml src/Sylius/Bundle/MoneyBundle/Resources/config/services/integrations/currency.xml src/Sylius/Bundle/MoneyBundle/phpunit.xml.dist src/Sylius/Bundle/MoneyBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/MoneyBundle/.gitattributes src/Sylius/Bundle/MoneyBundle/LICENSE src/Sylius/Bundle/MoneyBundle/README.md src/Sylius/Bundle/MoneyBundle/DependencyInjection/SyliusMoneyExtension.php src/Sylius/Bundle/MoneyBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/MoneyBundle/tests/Form/DataTransformer/SyliusMoneyTransformerTest.php src/Sylius/Bundle/MoneyBundle/tests/Formatter/MoneyFormatterTest.php src/Sylius/Bundle/MoneyBundle/Twig/ConvertMoneyExtension.php src/Sylius/Bundle/MoneyBundle/Twig/FormatMoneyExtension.php src/Sylius/Bundle/MoneyBundle/Form/DataTransformer/SyliusMoneyTransformer.php src/Sylius/Bundle/MoneyBundle/Form/Type/MoneyType.php src/Sylius/Bundle/MoneyBundle/Formatter/MoneyFormatterInterface.php src/Sylius/Bundle/MoneyBundle/Formatter/MoneyFormatter.php src/Sylius/Bundle/MoneyBundle/test/src/Tests/SyliusMoneyBundleTest.php src/Sylius/Bundle/MoneyBundle/test/app/AppKernel.php src/Sylius/Bundle/MoneyBundle/test/app/console src/Sylius/Bundle/MoneyBundle/test/app/config/parameters.yml src/Sylius/Bundle/MoneyBundle/test/app/config/config.yml src/Sylius/Bundle/MoneyBundle/test/composer.json src/Sylius/Bundle/MoneyBundle/composer.json src/Sylius/Bundle/PayumBundle/Provider/PaymentDescriptionProvider.php src/Sylius/Bundle/PayumBundle/Provider/PaymentDescriptionProviderInterface.php src/Sylius/Bundle/PayumBundle/Extension/UpdatePaymentStateExtension.php src/Sylius/Bundle/PayumBundle/Resources/config/services.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/integrations/sylius_shop/order_pay/providers.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/integrations/sylius_shop.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/order_pay.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/checker.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/extension.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/action.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/factory.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/form.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/payment_request/context.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/payment_request/resolver.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/payment_request/command_handler.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/payment_request/action.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/payment_request/command_provider.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/payment_request/factory.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/payment_request/processor.xml src/Sylius/Bundle/PayumBundle/Resources/config/services/provider.xml src/Sylius/Bundle/PayumBundle/Resources/config/routing/integrations/sylius_shop.yaml src/Sylius/Bundle/PayumBundle/Resources/config/app/config.yaml src/Sylius/Bundle/PayumBundle/Resources/config/doctrine/model/GatewayConfig.orm.xml src/Sylius/Bundle/PayumBundle/Resources/config/doctrine/model/PaymentSecurityToken.orm.xml src/Sylius/Bundle/PayumBundle/Resources/views/layout.html.twig src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.ko.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.zh_CN.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.fr.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.hi.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.zh_TW.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.es.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.sv.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.fr_BE.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.he.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.pl.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.no.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.de.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.pt.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.ar.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.cs.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.en.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.sk.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.it.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.de_AT.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.ro.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.ja.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.en_GB.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.nl.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.de_CH.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/PayumBundle/Resources/translations/messages+intl-icu.fr_CA.yml src/Sylius/Bundle/PayumBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/PayumBundle/phpunit.xml.dist src/Sylius/Bundle/PayumBundle/Factory/GetStatusFactoryInterface.php src/Sylius/Bundle/PayumBundle/Factory/ModelAggregateRequestFactoryInterface.php src/Sylius/Bundle/PayumBundle/Factory/ResolveNextRouteFactory.php src/Sylius/Bundle/PayumBundle/Factory/GetStatusFactory.php src/Sylius/Bundle/PayumBundle/Factory/TokenAggregateRequestFactoryInterface.php src/Sylius/Bundle/PayumBundle/Factory/CaptureFactory.php src/Sylius/Bundle/PayumBundle/Factory/AuthorizeFactory.php src/Sylius/Bundle/PayumBundle/Factory/ResolveNextRouteFactoryInterface.php src/Sylius/Bundle/PayumBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/PayumBundle/.gitattributes src/Sylius/Bundle/PayumBundle/LICENSE src/Sylius/Bundle/PayumBundle/README.md src/Sylius/Bundle/PayumBundle/Model/PaymentSecurityToken.php src/Sylius/Bundle/PayumBundle/Model/GatewayConfigInterface.php src/Sylius/Bundle/PayumBundle/Model/GatewayConfig.php src/Sylius/Bundle/PayumBundle/Model/PaymentSecurityTokenInterface.php src/Sylius/Bundle/PayumBundle/Action/AuthorizePaymentAction.php src/Sylius/Bundle/PayumBundle/Action/ExecuteSameRequestWithPaymentDetailsAction.php src/Sylius/Bundle/PayumBundle/Action/ResolveNextRouteAction.php src/Sylius/Bundle/PayumBundle/Action/Offline/StatusAction.php src/Sylius/Bundle/PayumBundle/Action/Offline/ConvertPaymentAction.php src/Sylius/Bundle/PayumBundle/Action/Offline/ResolveNextRouteAction.php src/Sylius/Bundle/PayumBundle/Action/CapturePaymentAction.php src/Sylius/Bundle/PayumBundle/SyliusPayumBundle.php src/Sylius/Bundle/PayumBundle/Checker/GatewayConfigEncryptionChecker.php src/Sylius/Bundle/PayumBundle/Checker/PayumGatewayConfigEncryptionCheckerInterface.php src/Sylius/Bundle/PayumBundle/Checker/PayumGatewayConfigEncryptionChecker.php src/Sylius/Bundle/PayumBundle/HttpClient/HttpClient.php src/Sylius/Bundle/PayumBundle/DependencyInjection/SyliusPayumExtension.php src/Sylius/Bundle/PayumBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/PayumBundle/DependencyInjection/Compiler/InjectContainerIntoControllersPass.php src/Sylius/Bundle/PayumBundle/DependencyInjection/Compiler/ConditionalGatewayConfigEncryptionCheckerDecoratorPass.php src/Sylius/Bundle/PayumBundle/DependencyInjection/Compiler/UseTweakedDoctrineStoragePass.php src/Sylius/Bundle/PayumBundle/Storage/DoctrineStorage.php src/Sylius/Bundle/PayumBundle/Exception/NonExistingPayumTokenException.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Factory/PayumTokenFactory.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Factory/PayumTokenFactoryInterface.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Action/SyliusRenderTemplateAction.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Action/SyliusGetHttpRequestAction.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Context/PaymentRequestContext.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Context/PaymentRequestContextInterface.php src/Sylius/Bundle/PayumBundle/PaymentRequest/CommandHandler/ModelPaymentRequestHandler.php src/Sylius/Bundle/PayumBundle/PaymentRequest/CommandHandler/TokenPaymentRequestHandler.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Command/StatusPaymentRequest.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Command/CapturePaymentRequest.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Command/AuthorizePaymentRequest.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Command/NotifyPaymentRequest.php src/Sylius/Bundle/PayumBundle/PaymentRequest/CommandProvider/NotifyCommandProvider.php src/Sylius/Bundle/PayumBundle/PaymentRequest/CommandProvider/AuthorizeCommandProvider.php src/Sylius/Bundle/PayumBundle/PaymentRequest/CommandProvider/PayumActionsCommandProvider.php src/Sylius/Bundle/PayumBundle/PaymentRequest/CommandProvider/StatusCommandProvider.php src/Sylius/Bundle/PayumBundle/PaymentRequest/CommandProvider/CaptureCommandProvider.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Resolver/DoctrineProxyObjectResolverInterface.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Resolver/DoctrineProxyObjectResolver.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Processor/AfterTokenRequestProcessorInterface.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Processor/RequestProcessorInterface.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Processor/RequestProcessor.php src/Sylius/Bundle/PayumBundle/PaymentRequest/Processor/AfterTokenRequestProcessor.php src/Sylius/Bundle/PayumBundle/OrderPay/Provider/PayumAfterPayResponseProvider.php src/Sylius/Bundle/PayumBundle/OrderPay/Provider/PayumPayResponseProvider.php src/Sylius/Bundle/PayumBundle/tests/Provider/PaymentDescriptionProviderTest.php src/Sylius/Bundle/PayumBundle/tests/Factory/GetStatusFactoryTest.php src/Sylius/Bundle/PayumBundle/tests/Factory/ResolveNextRouteFactoryTest.php src/Sylius/Bundle/PayumBundle/tests/Model/GatewayConfigTest.php src/Sylius/Bundle/PayumBundle/tests/Action/AuthorizePaymentActionTest.php src/Sylius/Bundle/PayumBundle/tests/Action/CapturePaymentActionTest.php src/Sylius/Bundle/PayumBundle/tests/Action/ResolveNextRouteActionTest.php src/Sylius/Bundle/PayumBundle/tests/Action/Offline/ResolveNextRouteActionTest.php src/Sylius/Bundle/PayumBundle/tests/Action/Offline/ConvertPaymentActionTest.php src/Sylius/Bundle/PayumBundle/tests/Checker/GatewayConfigEncryptionCheckerTest.php src/Sylius/Bundle/PayumBundle/tests/Checker/PayumGatewayConfigEncryptionCheckerTest.php src/Sylius/Bundle/PayumBundle/tests/HttpClient/HttpClientTest.php src/Sylius/Bundle/PayumBundle/tests/DependencyInjection/Compiler/ConditionalGatewayConfigEncryptionCheckerDecoratorPassTest.php src/Sylius/Bundle/PayumBundle/tests/Request/ResolveNextRouteTest.php src/Sylius/Bundle/PayumBundle/tests/Request/GetStatusTest.php src/Sylius/Bundle/PayumBundle/Request/ResolveNextRouteInterface.php src/Sylius/Bundle/PayumBundle/Request/ResolveNextRoute.php src/Sylius/Bundle/PayumBundle/Request/GetStatus.php src/Sylius/Bundle/PayumBundle/Form/Extension/CryptedGatewayConfigTypeExtension.php src/Sylius/Bundle/PayumBundle/Form/Extension/PayumGatewayConfigTypeExtension.php src/Sylius/Bundle/PayumBundle/composer.json src/Sylius/Bundle/UiBundle/Menu/Event/MenuBuilderEvent.php src/Sylius/Bundle/UiBundle/Resources/private/sass/main.scss src/Sylius/Bundle/UiBundle/Resources/private/sass/_variables.scss src/Sylius/Bundle/UiBundle/Resources/private/sass/_filters.scss src/Sylius/Bundle/UiBundle/Resources/config/services.xml src/Sylius/Bundle/UiBundle/Resources/config/services/twig.xml src/Sylius/Bundle/UiBundle/Resources/config/services/controller.xml src/Sylius/Bundle/UiBundle/Resources/config/services/form.xml src/Sylius/Bundle/UiBundle/Resources/config/services/twig/error_renderer.xml src/Sylius/Bundle/UiBundle/Resources/config/services/twig/ux.xml src/Sylius/Bundle/UiBundle/Resources/config/packages/ux_icons.yaml src/Sylius/Bundle/UiBundle/Resources/config/app/config.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.mn.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.en_GB.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.ko.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.cs.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.th.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.id.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.zh_CN.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.uk.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.mn.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sv.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.fr.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.hi.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.he.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.es.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.sv.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.fr_BE.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ar.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.uk.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.pt_BR.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.nl.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fr.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.it.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fa.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sk.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fr_CA.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ca.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.pl.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ko.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ro.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sl.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.zh_CN.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.no.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.hu.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.es.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.de.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.tr.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.no.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.de.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.en.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fr_BE.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.pt.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.ar.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.cs.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.fi.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.de_AT.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.en.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.sk.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.it.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.is.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.lt.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.hi.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.da.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.pt.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ja.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sr_CS.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.pl.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.de_AT.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.hr.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.sq.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.de_CH.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.ro.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.ja.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.ru.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/UiBundle/Resources/translations/flashes.bg.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.en_GB.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.nl.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.de_CH.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/UiBundle/Resources/translations/messages+intl-icu.fr_CA.yml src/Sylius/Bundle/UiBundle/phpunit.xml.dist src/Sylius/Bundle/UiBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/UiBundle/.gitattributes src/Sylius/Bundle/UiBundle/LICENSE src/Sylius/Bundle/UiBundle/Controller/SecurityController.php src/Sylius/Bundle/UiBundle/README.md src/Sylius/Bundle/UiBundle/DependencyInjection/SyliusUiExtension.php src/Sylius/Bundle/UiBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/UiBundle/DependencyInjection/Compiler/LiveComponentTagPass.php src/Sylius/Bundle/UiBundle/DependencyInjection/Compiler/TwigComponentTagPass.php src/Sylius/Bundle/UiBundle/SyliusUiBundle.php src/Sylius/Bundle/UiBundle/tests/Controller/SecurityControllerTest.php src/Sylius/Bundle/UiBundle/tests/DependencyInjection/ConfigurationTest.php src/Sylius/Bundle/UiBundle/tests/DependencyInjection/Compiler/TwigComponentTagPassTest.php src/Sylius/Bundle/UiBundle/tests/DependencyInjection/Compiler/LiveComponentTagPassTest.php src/Sylius/Bundle/UiBundle/tests/Twig/ErrorRenderer/TwigErrorRendererTest.php src/Sylius/Bundle/UiBundle/tests/Twig/PercentageExtensionTest.php src/Sylius/Bundle/UiBundle/tests/Twig/Ux/ComponentTemplateFinderTest.php src/Sylius/Bundle/UiBundle/tests/Functional/src/SomeTwigComponent.php src/Sylius/Bundle/UiBundle/tests/Functional/console src/Sylius/Bundle/UiBundle/tests/Functional/config/packages/security.yaml src/Sylius/Bundle/UiBundle/tests/Functional/config/packages/framework.yaml src/Sylius/Bundle/UiBundle/tests/Functional/Kernel.php src/Sylius/Bundle/UiBundle/tests/Functional/templates/blocks/twigComponent/someTwigComponent.html.twig src/Sylius/Bundle/UiBundle/tests/Functional/composer.json src/Sylius/Bundle/UiBundle/Twig/Component/LiveCollectionTrait.php src/Sylius/Bundle/UiBundle/Twig/Component/ResourceFormComponentTrait.php src/Sylius/Bundle/UiBundle/Twig/Component/ResourceLivePropTrait.php src/Sylius/Bundle/UiBundle/Twig/Component/TemplatePropTrait.php src/Sylius/Bundle/UiBundle/Twig/Component/ResourceFormComponent.php src/Sylius/Bundle/UiBundle/Twig/MergeRecursiveExtension.php src/Sylius/Bundle/UiBundle/Twig/RedirectPathExtension.php src/Sylius/Bundle/UiBundle/Twig/ErrorRenderer/TwigErrorRenderer.php src/Sylius/Bundle/UiBundle/Twig/PercentageExtension.php src/Sylius/Bundle/UiBundle/Twig/ErrorTemplateFinder/ErrorTemplateFinderInterface.php src/Sylius/Bundle/UiBundle/Twig/Ux/ComponentTemplateFinder.php src/Sylius/Bundle/UiBundle/Form/Type/SecurityLoginType.php src/Sylius/Bundle/UiBundle/templates/security/login.html.twig src/Sylius/Bundle/UiBundle/templates/layout/centered.html.twig src/Sylius/Bundle/UiBundle/templates/label/default.html.twig src/Sylius/Bundle/UiBundle/templates/grid/field/log_data.html.twig src/Sylius/Bundle/UiBundle/templates/grid/field/position.html.twig src/Sylius/Bundle/UiBundle/templates/grid/field/percent.html.twig src/Sylius/Bundle/UiBundle/templates/grid/field/label.html.twig src/Sylius/Bundle/UiBundle/templates/grid/field/state.html.twig src/Sylius/Bundle/UiBundle/templates/grid/field/log_action.html.twig src/Sylius/Bundle/UiBundle/templates/grid/field/raw_label.html.twig src/Sylius/Bundle/UiBundle/templates/grid/field/enabled.html.twig src/Sylius/Bundle/UiBundle/templates/grid/field/name_and_description.html.twig src/Sylius/Bundle/UiBundle/templates/grid/field/yes_no.html.twig src/Sylius/Bundle/UiBundle/templates/grid/field/humanized.html.twig src/Sylius/Bundle/UiBundle/templates/macro/labels.html.twig src/Sylius/Bundle/UiBundle/templates/macro/messages.html.twig src/Sylius/Bundle/UiBundle/templates/macro/rtl.html.twig src/Sylius/Bundle/UiBundle/templates/form/theme.html.twig src/Sylius/Bundle/UiBundle/templates/components/default.html.twig src/Sylius/Bundle/UiBundle/composer.json src/Sylius/Bundle/LocaleBundle/Resources/config/services.xml src/Sylius/Bundle/LocaleBundle/Resources/config/validation/Locale.xml src/Sylius/Bundle/LocaleBundle/Resources/config/doctrine/model/Locale.mongodb.xml src/Sylius/Bundle/LocaleBundle/Resources/config/doctrine/model/Locale.orm.xml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.zh_TW.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ca.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/LocaleBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/LocaleBundle/phpunit.xml.dist src/Sylius/Bundle/LocaleBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/LocaleBundle/.gitattributes src/Sylius/Bundle/LocaleBundle/LICENSE src/Sylius/Bundle/LocaleBundle/README.md src/Sylius/Bundle/LocaleBundle/Checker/LocaleUsageCheckerInterface.php src/Sylius/Bundle/LocaleBundle/Checker/LocaleUsageChecker.php src/Sylius/Bundle/LocaleBundle/Attribute/AsLocaleContext.php src/Sylius/Bundle/LocaleBundle/DependencyInjection/SyliusLocaleExtension.php src/Sylius/Bundle/LocaleBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/LocaleBundle/DependencyInjection/Compiler/CompositeLocaleContextPass.php src/Sylius/Bundle/LocaleBundle/Context/RequestHeaderBasedLocaleContext.php src/Sylius/Bundle/LocaleBundle/Context/RequestBasedLocaleContext.php src/Sylius/Bundle/LocaleBundle/Doctrine/EventListener/LocaleModificationListener.php src/Sylius/Bundle/LocaleBundle/tests/Checker/LocaleUsageCheckerTest.php src/Sylius/Bundle/LocaleBundle/tests/DependencyInjection/SyliusLocaleExtensionTest.php src/Sylius/Bundle/LocaleBundle/tests/Context/RequestBasedLocaleContextTest.php src/Sylius/Bundle/LocaleBundle/tests/Context/RequestHeaderBasedLocaleContextTest.php src/Sylius/Bundle/LocaleBundle/tests/Doctrine/EventListener/LocaleModificationListenerTest.php src/Sylius/Bundle/LocaleBundle/tests/Stub/LocaleContextStub.php src/Sylius/Bundle/LocaleBundle/tests/Listener/RequestLocaleSetterTest.php src/Sylius/Bundle/LocaleBundle/Twig/LocaleExtension.php src/Sylius/Bundle/LocaleBundle/SyliusLocaleBundle.php src/Sylius/Bundle/LocaleBundle/Form/DataTransformer/LocaleToCodeTransformer.php src/Sylius/Bundle/LocaleBundle/Form/Type/LocaleChoiceType.php src/Sylius/Bundle/LocaleBundle/Form/Type/LocaleType.php src/Sylius/Bundle/LocaleBundle/test/src/Tests/SyliusLocaleBundleTest.php src/Sylius/Bundle/LocaleBundle/test/app/AppKernel.php src/Sylius/Bundle/LocaleBundle/test/app/console src/Sylius/Bundle/LocaleBundle/test/app/config/parameters.yml src/Sylius/Bundle/LocaleBundle/test/app/config/config.yml src/Sylius/Bundle/LocaleBundle/test/composer.json src/Sylius/Bundle/LocaleBundle/composer.json src/Sylius/Bundle/LocaleBundle/Listener/RequestLocaleSetter.php src/Sylius/Bundle/ShopBundle/Menu/AccountMenuBuilder.php src/Sylius/Bundle/ShopBundle/Resources/assets/images/paypal-logo.svg src/Sylius/Bundle/ShopBundle/Resources/assets/images/mollie-logo.svg src/Sylius/Bundle/ShopBundle/Resources/assets/images/homepage-banner.webp src/Sylius/Bundle/ShopBundle/Resources/assets/images/logo.webp src/Sylius/Bundle/ShopBundle/Resources/assets/images/homepage-new-collection-photo-1.webp src/Sylius/Bundle/ShopBundle/Resources/assets/images/homepage-new-collection-photo-3.webp src/Sylius/Bundle/ShopBundle/Resources/assets/images/adyen-logo.svg src/Sylius/Bundle/ShopBundle/Resources/assets/images/homepage-new-collection-photo-2.webp src/Sylius/Bundle/ShopBundle/Resources/assets/images/homepage-banner-logo.webp src/Sylius/Bundle/ShopBundle/Resources/assets/controllers.json src/Sylius/Bundle/ShopBundle/Resources/assets/app.js src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_products.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_form.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_buttons.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_rtl.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_rating.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_tables.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_offcanvas.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_messages.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/main.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_photo-grid.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_accordion.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_icons.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_card.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_utils.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_base.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_steps.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_lists.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_nav.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_variables.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_tom-select.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_fonts.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_loader.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_flags.scss src/Sylius/Bundle/ShopBundle/Resources/assets/styles/_checkout.scss src/Sylius/Bundle/ShopBundle/Resources/assets/controllers/.gitkeep src/Sylius/Bundle/ShopBundle/Resources/assets/controllers/ApiLoginController.js src/Sylius/Bundle/ShopBundle/Resources/assets/icons/bag.svg src/Sylius/Bundle/ShopBundle/Resources/assets/package.json src/Sylius/Bundle/ShopBundle/Resources/assets/entrypoint.js src/Sylius/Bundle/ShopBundle/Resources/assets/fonts/InterVariable-Italic.woff2 src/Sylius/Bundle/ShopBundle/Resources/assets/fonts/InterVariable.woff2 src/Sylius/Bundle/ShopBundle/Resources/assets/scripts/spotlight.js src/Sylius/Bundle/ShopBundle/Resources/assets/scripts/bootstrap.js src/Sylius/Bundle/ShopBundle/Resources/config/services.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/context.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/integrations/sylius_admin/form.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/integrations/locale/url.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/integrations/locale/storage.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/integrations/sylius_admin.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/menu.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/listeners.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/email.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/controller.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/form.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/twig/component/cart.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/twig/component/product.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/twig/component/account.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/twig/component/checkout.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/twig/component/product_review.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/twig/twig.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/twig/component.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/order_pay/offline/providers.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/order_pay/handlers.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/order_pay/resolvers.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/order_pay/providers.xml src/Sylius/Bundle/ShopBundle/Resources/config/services/order_pay/controllers.xml src/Sylius/Bundle/ShopBundle/Resources/config/grids/product.yml src/Sylius/Bundle/ShopBundle/Resources/config/grids/account/order.yml src/Sylius/Bundle/ShopBundle/Resources/config/routing/shop_user.yml src/Sylius/Bundle/ShopBundle/Resources/config/routing/product.yml src/Sylius/Bundle/ShopBundle/Resources/config/routing/account.yml src/Sylius/Bundle/ShopBundle/Resources/config/routing/contact.yml src/Sylius/Bundle/ShopBundle/Resources/config/routing/product_review.yml src/Sylius/Bundle/ShopBundle/Resources/config/routing/security.yml src/Sylius/Bundle/ShopBundle/Resources/config/routing/payment_request.yaml src/Sylius/Bundle/ShopBundle/Resources/config/routing/checkout.yml src/Sylius/Bundle/ShopBundle/Resources/config/routing/cart.yml src/Sylius/Bundle/ShopBundle/Resources/config/routing/order.yml src/Sylius/Bundle/ShopBundle/Resources/config/routing/account/order.yml src/Sylius/Bundle/ShopBundle/Resources/config/routing/account/address_book.yml src/Sylius/Bundle/ShopBundle/Resources/config/app/sylius/sylius_mailer.yml src/Sylius/Bundle/ShopBundle/Resources/config/app/config.yml src/Sylius/Bundle/ShopBundle/Resources/config/app/integration/twig_hooks.php src/Sylius/Bundle/ShopBundle/Resources/config/app/integration/twig_hooks/sylius_admin/channel/create.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/integration/twig_hooks/sylius_admin/channel/update.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/contact/contact_request.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/order/thank_you.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/order/show.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/product/index.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/product/show.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/checkout/complete.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/checkout/select_payment.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/checkout/shared.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/checkout/address.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/checkout/select_shipping.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/shared/error.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/shared/order/summary.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/shared/product/card.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/shared/address.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/shared/grid.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/shared/form/select_payment.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/shared/form/address.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/errors/error500.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/errors/error404.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/errors/error403.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/cart/index.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/base.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/homepage/index.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/product_review/create.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/product_review/index.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/login.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/register.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/reset_password.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/order/index.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/order/show.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/address_book/create.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/address_book/update.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/address_book/index.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/dashboard.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/register_thank_you.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/change_password.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/common/create.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/common/update.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/common/index.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/common/show.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/profile_update.yaml src/Sylius/Bundle/ShopBundle/Resources/config/app/twig_hooks/account/forgotten_password.yaml src/Sylius/Bundle/ShopBundle/Resources/config/routing.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/ShopBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/ShopBundle/phpunit.xml.dist src/Sylius/Bundle/ShopBundle/Router/LocaleStrippingRouter.php src/Sylius/Bundle/ShopBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/ShopBundle/Theme/ChannelBasedThemeContext.php src/Sylius/Bundle/ShopBundle/.gitattributes src/Sylius/Bundle/ShopBundle/LICENSE src/Sylius/Bundle/ShopBundle/Controller/LocaleSwitchController.php src/Sylius/Bundle/ShopBundle/Controller/ContactController.php src/Sylius/Bundle/ShopBundle/Controller/RegistrationThankYouController.php src/Sylius/Bundle/ShopBundle/Controller/CurrencySwitchController.php src/Sylius/Bundle/ShopBundle/README.md src/Sylius/Bundle/ShopBundle/DependencyInjection/SyliusShopExtension.php src/Sylius/Bundle/ShopBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/ShopBundle/DependencyInjection/Compiler/LogoutListenerPass.php src/Sylius/Bundle/ShopBundle/SectionResolver/ShopSection.php src/Sylius/Bundle/ShopBundle/SectionResolver/ShopCustomerAccountSubSection.php src/Sylius/Bundle/ShopBundle/SectionResolver/ShopUriBasedSectionResolver.php src/Sylius/Bundle/ShopBundle/Locale/UrlBasedLocaleSwitcher.php src/Sylius/Bundle/ShopBundle/Locale/LocaleSwitcherInterface.php src/Sylius/Bundle/ShopBundle/Locale/StorageBasedLocaleSwitcher.php src/Sylius/Bundle/ShopBundle/package.json src/Sylius/Bundle/ShopBundle/SyliusShopBundle.php src/Sylius/Bundle/ShopBundle/tests/Router/LocaleStrippingRouterTest.php src/Sylius/Bundle/ShopBundle/tests/Theme/ChannelBasedThemeContextTest.php src/Sylius/Bundle/ShopBundle/tests/DependencyInjection/SyliusShopExtensionTest.php src/Sylius/Bundle/ShopBundle/tests/DependencyInjection/ConfigurationTest.php src/Sylius/Bundle/ShopBundle/tests/DependencyInjection/Compiler/LogoutListenerPassTest.php src/Sylius/Bundle/ShopBundle/tests/SectionResolver/ShopUriBasedSectionResolverTest.php src/Sylius/Bundle/ShopBundle/tests/Twig/OrderItemOriginalPriceToDisplayExtensionTest.php src/Sylius/Bundle/ShopBundle/tests/Twig/ErrorTemplateFinder/ErrorTemplateFinderTest.php src/Sylius/Bundle/ShopBundle/tests/Twig/OrderPaymentsExtensionTest.php src/Sylius/Bundle/ShopBundle/tests/EventListener/OrderIntegrityCheckerTest.php src/Sylius/Bundle/ShopBundle/tests/EventListener/ShopUserLogoutHandlerTest.php src/Sylius/Bundle/ShopBundle/tests/EventListener/UserImpersonatedListenerTest.php src/Sylius/Bundle/ShopBundle/tests/EventListener/UserCartRecalculationListenerTest.php src/Sylius/Bundle/ShopBundle/tests/EventListener/OrderCustomerIpListenerTest.php src/Sylius/Bundle/ShopBundle/tests/EventListener/ShopCartBlamerListenerTest.php src/Sylius/Bundle/ShopBundle/tests/EventListener/ShopCustomerAccountSubSectionCacheControlSubscriberTest.php src/Sylius/Bundle/ShopBundle/tests/EventListener/OrderLocaleAssignerTest.php src/Sylius/Bundle/ShopBundle/tests/EventListener/OrderCompleteListenerTest.php src/Sylius/Bundle/ShopBundle/tests/EventListener/UserRegistrationListenerTest.php src/Sylius/Bundle/ShopBundle/tests/EventListener/CartItemRemoveListenerTest.php src/Sylius/Bundle/ShopBundle/tests/EventListener/NonChannelLocaleListenerTest.php src/Sylius/Bundle/ShopBundle/tests/EventListener/CartItemAddListenerTest.php src/Sylius/Bundle/ShopBundle/tests/EventListener/CustomerEmailUpdaterListenerTest.php src/Sylius/Bundle/ShopBundle/index.js src/Sylius/Bundle/ShopBundle/Twig/Component/Checkout/Address/FormComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Checkout/Address/AddressBookComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/ProductReview/ListComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/ProductReview/CountComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Product/ListComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Product/AssociationComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Product/CardComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Product/PriceComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Product/Trait/ProductLivePropTrait.php src/Sylius/Bundle/ShopBundle/Twig/Component/Product/Trait/ProductVariantLivePropTrait.php src/Sylius/Bundle/ShopBundle/Twig/Component/Product/AddToCartFormComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Product/BreadcrumbComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Product/SummaryComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Product/BySlugComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Common/CurrencySwitcherComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Common/TaxonMenuComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Common/LocaleSwitcherComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Cart/FormComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Cart/WidgetComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Cart/SummaryComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Account/Address/FormComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Account/Address/DefaultFormComponent.php src/Sylius/Bundle/ShopBundle/Twig/Component/Account/ChangePasswordFormComponent.php src/Sylius/Bundle/ShopBundle/Twig/OrderItemOriginalPriceToDisplayExtension.php src/Sylius/Bundle/ShopBundle/Twig/ErrorTemplateFinder/ErrorTemplateFinder.php src/Sylius/Bundle/ShopBundle/Twig/OrderPaymentsExtension.php src/Sylius/Bundle/ShopBundle/Form/Extension/ChannelTypeExtension.php src/Sylius/Bundle/ShopBundle/Form/Type/CustomerRegistrationType.php src/Sylius/Bundle/ShopBundle/Form/Type/CartType.php src/Sylius/Bundle/ShopBundle/Form/Type/CustomerProfileType.php src/Sylius/Bundle/ShopBundle/Form/Type/Checkout/SelectShippingType.php src/Sylius/Bundle/ShopBundle/Form/Type/Checkout/AddressType.php src/Sylius/Bundle/ShopBundle/Form/Type/Checkout/SelectPaymentType.php src/Sylius/Bundle/ShopBundle/Form/Type/CustomerDefaultAddressType.php src/Sylius/Bundle/ShopBundle/Form/Type/Product/ProductReviewType.php src/Sylius/Bundle/ShopBundle/Form/Type/ShopUserRegistrationType.php src/Sylius/Bundle/ShopBundle/Form/Type/AddressType.php src/Sylius/Bundle/ShopBundle/Form/Type/CartItemType.php src/Sylius/Bundle/ShopBundle/Form/Type/AddToCartType.php src/Sylius/Bundle/ShopBundle/Form/Type/UserChangePasswordType.php src/Sylius/Bundle/ShopBundle/templates/contact/contact_request/content.html.twig src/Sylius/Bundle/ShopBundle/templates/contact/contact_request/content/header.html.twig src/Sylius/Bundle/ShopBundle/templates/contact/contact_request/content/form.html.twig src/Sylius/Bundle/ShopBundle/templates/contact/contact_request/content/form/email.html.twig src/Sylius/Bundle/ShopBundle/templates/contact/contact_request/content/form/message.html.twig src/Sylius/Bundle/ShopBundle/templates/contact/contact_request/content/form/submit.html.twig src/Sylius/Bundle/ShopBundle/templates/contact/contact_request.html.twig src/Sylius/Bundle/ShopBundle/templates/integrations/sylius_admin/channel/form/sections/look_and_feel/theme.html.twig src/Sylius/Bundle/ShopBundle/templates/email/password_reset.html.twig src/Sylius/Bundle/ShopBundle/templates/email/layout.html.twig src/Sylius/Bundle/ShopBundle/templates/email/verification.html.twig src/Sylius/Bundle/ShopBundle/templates/email/contact_request.html.twig src/Sylius/Bundle/ShopBundle/templates/email/order_confirmation.html.twig src/Sylius/Bundle/ShopBundle/templates/email/user_registration.html.twig src/Sylius/Bundle/ShopBundle/templates/order/thank_you.html.twig src/Sylius/Bundle/ShopBundle/templates/order/thank_you/content.html.twig src/Sylius/Bundle/ShopBundle/templates/order/thank_you/content/buttons/create_account.html.twig src/Sylius/Bundle/ShopBundle/templates/order/thank_you/content/buttons/view_order.html.twig src/Sylius/Bundle/ShopBundle/templates/order/thank_you/content/buttons/change_payment_method.html.twig src/Sylius/Bundle/ShopBundle/templates/order/thank_you/content/buttons.html.twig src/Sylius/Bundle/ShopBundle/templates/order/thank_you/content/payment_instruction.html.twig src/Sylius/Bundle/ShopBundle/templates/order/thank_you/content/header.html.twig src/Sylius/Bundle/ShopBundle/templates/order/show/content.html.twig src/Sylius/Bundle/ShopBundle/templates/order/show/content/header.html.twig src/Sylius/Bundle/ShopBundle/templates/order/show/content/form.html.twig src/Sylius/Bundle/ShopBundle/templates/order/show/content/form/payments.html.twig src/Sylius/Bundle/ShopBundle/templates/order/show/content/form/pay_button.html.twig src/Sylius/Bundle/ShopBundle/templates/order/show.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/filters.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/filters/search/clear.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/filters/search/filter.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/filters/search/submit.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/filters/search.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/filters/controls/sorting.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/filters/controls/sorting/menu.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/filters/controls/sorting/toggle.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/filters/controls/sorting/menu/item.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/filters/controls/limit/menu.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/filters/controls/limit/toggle.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/filters/controls/limit.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/filters/controls.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/header/header_taxonomy.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/header/description.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/header/image.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/header/name.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/products.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/header.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/pagination.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/sidebar.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/sidebar/taxonomy.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index/content/body.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/product_listing.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/header/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/product_listing/associations.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/product_listing/association.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/header.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/average_rating.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/catalog_promotions.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/header.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/add_to_cart.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/prices.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/average_rating/number_of_reviews.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/average_rating/rating.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/average_rating/add_review.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/add_to_cart/options/list.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/add_to_cart/quantity.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/add_to_cart/variants.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/add_to_cart/variants/table.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/add_to_cart/variants/table/body/selection.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/add_to_cart/variants/table/body/price.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/add_to_cart/variants/table/body/name.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/add_to_cart/variants/table/head.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/add_to_cart/variants/table/body.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/add_to_cart/variants/table/head/selection.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/add_to_cart/variants/table/head/price.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/add_to_cart/variants/table/head/name.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/add_to_cart/submit.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/prices/price.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/prices/lowest_price_before_discount.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/summary/short_description.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/accordion.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/images/main_image.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/images/thumbnails/thumbnail.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/images/thumbnails/image_variants.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/images/thumbnails.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/images.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/accordion/reviews/content.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/accordion/reviews/title.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/accordion/reviews/content/view_more.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/accordion/reviews/content/add_review.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/accordion/details/content.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/accordion/details/title.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/accordion/attributes/content.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/accordion/attributes/title.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/accordion/reviews.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/accordion/attributes.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show/content/info/overview/accordion/details.html.twig src/Sylius/Bundle/ShopBundle/templates/product/index.html.twig src/Sylius/Bundle/ShopBundle/templates/product/common/list.html.twig src/Sylius/Bundle/ShopBundle/templates/product/common/price.html.twig src/Sylius/Bundle/ShopBundle/templates/product/common/macro/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/product/common/card.html.twig src/Sylius/Bundle/ShopBundle/templates/product/show.html.twig src/Sylius/Bundle/ShopBundle/templates/grid/filter/string.html.twig src/Sylius/Bundle/ShopBundle/templates/grid/action/delete.html.twig src/Sylius/Bundle/ShopBundle/templates/grid/action/list.html.twig src/Sylius/Bundle/ShopBundle/templates/grid/action/update.html.twig src/Sylius/Bundle/ShopBundle/templates/grid/action/show.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/address.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/address/content/form.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/address/content/form/shipping_address.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/address/content/form/billing_address.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/address/content/form/addresses/address.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/address/content/form/addresses/address/address_book.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/address/content/form/addresses/address/header.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/address/content/form/addresses/address/form.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/address/content/form/addresses/different_address.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/address/content/form/header.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/address/content/form/navigation.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/address/content/form/addresses.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/address/content/form/user.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/complete.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_shipping/content/form.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_shipping/content/form/shipments/shipment.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_shipping/content/form/shipments/shipment/choice.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_shipping/content/form/shipments/shipment/header.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_shipping/content/form/shipments/shipment/choice/details/description.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_shipping/content/form/shipments/shipment/choice/details/name.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_shipping/content/form/shipments/shipment/choice/fee.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_shipping/content/form/shipments/shipment/choice/details.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_shipping/content/form/shipments.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_shipping/content/form/header.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_shipping/content/form/navigation.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_shipping/unavailable.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/complete/content.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/complete/content/header/locale.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/complete/content/header/currency.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/complete/content/header.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/complete/content/form.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/complete/content/form/summary.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/complete/content/form/navigation.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/complete/content/form/extra_notes.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_payment/content/form.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_payment/content/form/payments.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_payment/content/form/navigation.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_payment/content/form/payments/payment.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_payment/content/form/payments/payment/choice.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_payment/content/form/payments/payment/header.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_payment/content/form/payments/payment/choice/details/description.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_payment/content/form/payments/payment/choice/details/name.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_payment/content/form/payments/payment/choice/details.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_shipping.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/steps.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/content.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/layout.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/header/logo.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/header/account.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/sidebar/summary.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/sidebar/summary/items/item.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/sidebar/summary/items/item/quantity.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/sidebar/summary/items/item/subtotal.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/sidebar/summary/items/item/name.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/sidebar/summary/total/items_total.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/sidebar/summary/total/shipping_total.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/sidebar/summary/total/order_total.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/sidebar/summary/total/taxes_total.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/sidebar/summary/total/promotion_total.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/sidebar/summary/items.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/sidebar/summary/header.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/common/sidebar/summary/total.html.twig src/Sylius/Bundle/ShopBundle/templates/checkout/select_payment.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/address.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/buttons.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/logo.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/helpers/accordion.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/address/country.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/address/province.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/address/street.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/address/company.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/address/phone_number.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/address/name.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/address/city_and_postcode.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/error/layout/logo.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/error/layout/message.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/error/layout.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/styles.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/footer/content.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/footer/content/copy.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/footer/content/payment_methods.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/footer/content/menu.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/top_bar.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/logo.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/visitor/desktop/register.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/visitor/desktop/login.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/visitor/desktop/user_icon.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/visitor/mobile.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/visitor/desktop.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/logged_in_user/desktop/logout.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/logged_in_user/desktop/my_account.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/logged_in_user/desktop/welcome_message.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/logged_in_user/mobile.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/logged_in_user/mobile/menu.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/logged_in_user/mobile/menu/logout.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/logged_in_user/mobile/menu/my_account.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/logged_in_user/desktop.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/visitor.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security/logged_in_user.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/security.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/cart_button.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/content/taxon_hamburger.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/flashes.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/navbar.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/top_bar/currency_switcher.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/top_bar/info_message.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/top_bar/locale_switcher.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/navbar/menu.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/navbar/menu/item.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/navbar/menu/item/dropdown.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/navbar/menu/item/toggle.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/header/navbar/menu/item/link.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/body_classes/defaults.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/offcanvas/cart.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/offcanvas/cart/body/items/item.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/offcanvas/cart/body/items.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/offcanvas/cart/body.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/offcanvas/cart/header.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/offcanvas/cart/footer.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/metatags.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base/scripts.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/layout/base.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/table/item.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/table/shipping.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table/body/item.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table/body/quantity.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table/body/subtotal.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table/body/unit_price.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table/header/item.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table/body.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table/header.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table/footer.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/addresses/billing/body.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/addresses/billing/header.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/addresses/billing.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/addresses/shipping.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/addresses/shipping/body.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/addresses/shipping/header.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/taxes.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/taxes/label.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/taxes/value.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/total/label.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/total/value.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/shipping.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/total.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/discount.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/shipping/label.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/shipping/value.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/total_in_base_currency.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/subtotal.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/discount/label.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/discount/value.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/total_in_base_currency/label.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/total_in_base_currency/value.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/subtotal/label.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary/subtotal/value.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/addresses.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/table_summary.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/shipments/list.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/shipments/header/state.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/shipments/header/title.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/shipments/list/state_label.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/shipments/list/method.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/shipments/header.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/shipments.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/payments.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/payments/list.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/payments/header/state.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/payments/header/title.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/payments/list/price.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/payments/list/state_label.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/payments/list/method.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/order/show/summary/statuses/payments/header.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/grid.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/messages.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/product/horizontal_list.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/product/card/details/image.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/product/card/details/name.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/product/card/prices.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/product/card/details.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/grid/filters.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/grid/data_table.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/grid/no_results.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/macro/order/state.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/macro/grid/table.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/macro/grid/table/sorting.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/macro/flags.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/macro/rating.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/macro/locales.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/macro/pagination/pagerfanta.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/macro/pagination.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/macro/money.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/macro/navigation_buttons.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/flashes.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/pagination/bootstrap_5.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/pagination/pagination.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/product_review/list.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/address/country.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/address/province.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/address/name/first_name.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/address/name/last_name.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/address/street.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/address/postcode.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/address/company.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/address/city.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/address/phone_number.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/address/name.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/select_payment/payment.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/select_payment/payment/choice.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/select_payment/payment/header.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/select_payment/payment/choice/details/description.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/select_payment/payment/choice/details/name.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/select_payment/payment/choice/details.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/form/select_payment/unavailable.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/components/confirmation_modal.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/components/main_image.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/components/header/cart.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/components/catalog_promotions.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/components/order_item/product_info.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/components/delete_modal.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/accordion/accordion_item_title.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/accordion/accordion.html.twig src/Sylius/Bundle/ShopBundle/templates/shared/accordion/accordion_item_content.html.twig src/Sylius/Bundle/ShopBundle/templates/errors/error404/layout/message.html.twig src/Sylius/Bundle/ShopBundle/templates/errors/error500/layout/message.html.twig src/Sylius/Bundle/ShopBundle/templates/errors/error500.html.twig src/Sylius/Bundle/ShopBundle/templates/errors/error403/layout/message.html.twig src/Sylius/Bundle/ShopBundle/templates/errors/error404.html.twig src/Sylius/Bundle/ShopBundle/templates/errors/error.html.twig src/Sylius/Bundle/ShopBundle/templates/errors/error403.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/header.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/summary.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/summary/items_total.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/summary/estimated_cost.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/summary/base_currency_order_total.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/summary/order_total.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/summary/taxes_total.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/summary/discount.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/items/body/item.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/items/body/quantity.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/items/body/remove.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/items/body/total.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/items/body/unit_price.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/items/head.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/items/body.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/items/head/item.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/items/head/quantity.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/items/head/remove.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/items/head/total.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/items/head/unit_price.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/clear_cart.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/coupon.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/checkout.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general/items.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/header.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections/general.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index/content/form/sections.html.twig src/Sylius/Bundle/ShopBundle/templates/cart/index.html.twig src/Sylius/Bundle/ShopBundle/templates/homepage/banner.html.twig src/Sylius/Bundle/ShopBundle/templates/homepage/index.html.twig src/Sylius/Bundle/ShopBundle/templates/homepage/new_collection.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/list.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/header/buttons/add_review.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/header/buttons.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/header/details/reviews_count.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/header/details/title.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/header/details.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/list/review/footer/author.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/list/review/footer/date.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/list/review/content.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/list/review/header/title.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/list/review/header/rating.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/list/review/content/comment.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/list/review/header.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/list/review/footer.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/list/review.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main/header.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/sidebar.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/header/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/main.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index/content/header.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/create/content.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/create/content/main/header.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/create/content/main/form.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/create/content/main/form/comment.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/create/content/main/form/title.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/create/content/main/form/rating.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/create/content/main/form/email.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/create/content/main/form/submit.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/create/content/sidebar.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/create/content/header/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/create/content/main.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/create/content/header.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/index.html.twig src/Sylius/Bundle/ShopBundle/templates/product_review/create.html.twig src/Sylius/Bundle/ShopBundle/templates/form/theme.html.twig src/Sylius/Bundle/ShopBundle/templates/account/change_password.html.twig src/Sylius/Bundle/ShopBundle/templates/account/reset_password.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/index/content/main/header/subtitle.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/index/content/main/header/title.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/index/content/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/label/state/fulfilled.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/label/state/cancelled.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/label/state/new.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/grid/field/address.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/grid/field/total.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/grid/field/number.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/grid/action/pay.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/show/content/main/summary.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/show/content/main/header/buttons/pay.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/show/content/main/header/buttons.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/show/content/main/header/details/state.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/show/content/main/header/details/completed_at.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/show/content/main/header/details/currency.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/show/content/main/header/title.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/show/content/main/header/details.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/show/content/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/index.html.twig src/Sylius/Bundle/ShopBundle/templates/account/order/show.html.twig src/Sylius/Bundle/ShopBundle/templates/account/change_password/update/content/main/header/subtitle.html.twig src/Sylius/Bundle/ShopBundle/templates/account/change_password/update/content/main/header/title.html.twig src/Sylius/Bundle/ShopBundle/templates/account/change_password/update/content/main/form.html.twig src/Sylius/Bundle/ShopBundle/templates/account/change_password/update/content/main/form/buttons/submit.html.twig src/Sylius/Bundle/ShopBundle/templates/account/change_password/update/content/main/form/buttons.html.twig src/Sylius/Bundle/ShopBundle/templates/account/change_password/update/content/main/form/fields.html.twig src/Sylius/Bundle/ShopBundle/templates/account/change_password/update/content/main/form/fields/current_password.html.twig src/Sylius/Bundle/ShopBundle/templates/account/change_password/update/content/main/form/fields/new_password.html.twig src/Sylius/Bundle/ShopBundle/templates/account/change_password/update/content/main/form/fields/confirm_new_password.html.twig src/Sylius/Bundle/ShopBundle/templates/account/change_password/update/content/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/set_as_default.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/index/content/main/buttons/add_address.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/index/content/main/buttons.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/index/content/main/header/buttons/add_address.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/index/content/main/header/buttons.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/index/content/main/header/subtitle.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/index/content/main/header/title.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/index/content/main/addresses/default/badge.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/index/content/main/addresses/list.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/index/content/main/addresses/default.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/index/content/main/addresses/list/address.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/index/content/main/addresses.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/index/content/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/create/content/main/header/subtitle.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/create/content/main/header/title.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/create/content/main/form/buttons/add.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/create/content/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/update.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/index.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/common/main/address/actions/delete.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/common/main/address/actions/edit.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/common/main/address/content.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/common/main/address/actions.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/common/main/form.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/common/main/form/buttons/cancel.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/common/main/form/buttons.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/common/main/form/fields.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/update/content/main/header/subtitle.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/update/content/main/header/title.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/update/content/main/form/buttons/save.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/update/content/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/account/address_book/create.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/thank_you/content.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/thank_you/content/subtitle.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/thank_you/content/title.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/header/subtitle.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/header/title.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/header.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/form.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/form/buttons/submit.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/form/buttons.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/form/credentials/header.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/form/credentials/password.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/form/credentials/password_confirmation.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/form/credentials.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/form/personal_information.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/form/personal_information/newsletter.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/form/personal_information/email.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/form/personal_information/header.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/form/personal_information/first_name.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/form/personal_information/last_name.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register/content/form/personal_information/phone_number.html.twig src/Sylius/Bundle/ShopBundle/templates/account/menu/content.html.twig src/Sylius/Bundle/ShopBundle/templates/account/dashboard/index/content/main/section.html.twig src/Sylius/Bundle/ShopBundle/templates/account/dashboard/index/content/main/header/subtitle.html.twig src/Sylius/Bundle/ShopBundle/templates/account/dashboard/index/content/main/header/title.html.twig src/Sylius/Bundle/ShopBundle/templates/account/dashboard/index/content/main/header.html.twig src/Sylius/Bundle/ShopBundle/templates/account/dashboard/index/content/main/section/buttons/change_password.html.twig src/Sylius/Bundle/ShopBundle/templates/account/dashboard/index/content/main/section/buttons/verify.html.twig src/Sylius/Bundle/ShopBundle/templates/account/dashboard/index/content/main/section/buttons/edit.html.twig src/Sylius/Bundle/ShopBundle/templates/account/dashboard/index/content/main/section/buttons.html.twig src/Sylius/Bundle/ShopBundle/templates/account/dashboard/index/content/main/section/user_info.html.twig src/Sylius/Bundle/ShopBundle/templates/account/dashboard/index/content/main/section/user_info/status.html.twig src/Sylius/Bundle/ShopBundle/templates/account/dashboard/index/content/main/section/user_info/details/full_name.html.twig src/Sylius/Bundle/ShopBundle/templates/account/dashboard/index/content/main/section/user_info/details/email.html.twig src/Sylius/Bundle/ShopBundle/templates/account/dashboard/index/content/main/section/user_info/details.html.twig src/Sylius/Bundle/ShopBundle/templates/account/forgotten_password/content.html.twig src/Sylius/Bundle/ShopBundle/templates/account/forgotten_password/content/form_container/description.html.twig src/Sylius/Bundle/ShopBundle/templates/account/forgotten_password/content/form_container/header.html.twig src/Sylius/Bundle/ShopBundle/templates/account/forgotten_password/content/form_container/form.html.twig src/Sylius/Bundle/ShopBundle/templates/account/forgotten_password/content/form_container/form/email.html.twig src/Sylius/Bundle/ShopBundle/templates/account/forgotten_password/content/form_container/form/submit.html.twig src/Sylius/Bundle/ShopBundle/templates/account/forgotten_password/content/form_container.html.twig src/Sylius/Bundle/ShopBundle/templates/account/forgotten_password/content/register_container.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register.html.twig src/Sylius/Bundle/ShopBundle/templates/account/reset_password/content.html.twig src/Sylius/Bundle/ShopBundle/templates/account/reset_password/content/header/subtitle.html.twig src/Sylius/Bundle/ShopBundle/templates/account/reset_password/content/header/title.html.twig src/Sylius/Bundle/ShopBundle/templates/account/reset_password/content/header.html.twig src/Sylius/Bundle/ShopBundle/templates/account/reset_password/content/form.html.twig src/Sylius/Bundle/ShopBundle/templates/account/reset_password/content/form/general/fields.html.twig src/Sylius/Bundle/ShopBundle/templates/account/reset_password/content/form/general/submit.html.twig src/Sylius/Bundle/ShopBundle/templates/account/reset_password/content/form/general/fields/new_password_confirmation.html.twig src/Sylius/Bundle/ShopBundle/templates/account/reset_password/content/form/general/fields/new_password.html.twig src/Sylius/Bundle/ShopBundle/templates/account/reset_password/content/form/general.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/header/subtitle.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/header/title.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/header.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/form.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/form/buttons/submit.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/form/buttons.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/form/full_name/name.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/form/full_name/surname.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/form/full_name.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/form/additional_information.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/form/newsletter.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/form/email.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/form/additional_information/gender.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/form/additional_information/birthday.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/main/form/phone_number.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update/update/content/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/account/common/content.html.twig src/Sylius/Bundle/ShopBundle/templates/account/common/address_book/layout/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/account/common/register_box.html.twig src/Sylius/Bundle/ShopBundle/templates/account/common/update.html.twig src/Sylius/Bundle/ShopBundle/templates/account/common/content/main/main_section.html.twig src/Sylius/Bundle/ShopBundle/templates/account/common/content/main/header.html.twig src/Sylius/Bundle/ShopBundle/templates/account/common/content/breadcrumbs.html.twig src/Sylius/Bundle/ShopBundle/templates/account/common/content/menu.html.twig src/Sylius/Bundle/ShopBundle/templates/account/common/content/menu/account.html.twig src/Sylius/Bundle/ShopBundle/templates/account/common/content/main.html.twig src/Sylius/Bundle/ShopBundle/templates/account/common/index.html.twig src/Sylius/Bundle/ShopBundle/templates/account/common/show.html.twig src/Sylius/Bundle/ShopBundle/templates/account/common/create.html.twig src/Sylius/Bundle/ShopBundle/templates/account/dashboard.html.twig src/Sylius/Bundle/ShopBundle/templates/account/login.html.twig src/Sylius/Bundle/ShopBundle/templates/account/profile_update.html.twig src/Sylius/Bundle/ShopBundle/templates/account/register_thank_you.html.twig src/Sylius/Bundle/ShopBundle/templates/account/login/content.html.twig src/Sylius/Bundle/ShopBundle/templates/account/login/content/login_container/forgot_password.html.twig src/Sylius/Bundle/ShopBundle/templates/account/login/content/login_container/header.html.twig src/Sylius/Bundle/ShopBundle/templates/account/login/content/login_container/form.html.twig src/Sylius/Bundle/ShopBundle/templates/account/login/content/login_container/form/csrf_token.html.twig src/Sylius/Bundle/ShopBundle/templates/account/login/content/login_container/form/errors.html.twig src/Sylius/Bundle/ShopBundle/templates/account/login/content/login_container/form/form_fields/remember_me.html.twig src/Sylius/Bundle/ShopBundle/templates/account/login/content/login_container/form/form_fields/username.html.twig src/Sylius/Bundle/ShopBundle/templates/account/login/content/login_container/form/form_fields/password.html.twig src/Sylius/Bundle/ShopBundle/templates/account/login/content/login_container/form/form_fields.html.twig src/Sylius/Bundle/ShopBundle/templates/account/login/content/login_container/form/submit.html.twig src/Sylius/Bundle/ShopBundle/templates/account/login/content/login_container.html.twig src/Sylius/Bundle/ShopBundle/templates/account/login/content/register_container.html.twig src/Sylius/Bundle/ShopBundle/templates/account/forgotten_password.html.twig src/Sylius/Bundle/ShopBundle/composer.json src/Sylius/Bundle/ShopBundle/EventListener/SessionCartSubscriber.php src/Sylius/Bundle/ShopBundle/EventListener/UserRegistrationListener.php src/Sylius/Bundle/ShopBundle/EventListener/CartItemRemoveListener.php src/Sylius/Bundle/ShopBundle/EventListener/UserCartRecalculationListener.php src/Sylius/Bundle/ShopBundle/EventListener/OrderIntegrityCheckerInterface.php src/Sylius/Bundle/ShopBundle/EventListener/ShopUserLogoutHandler.php src/Sylius/Bundle/ShopBundle/EventListener/UserImpersonatedListener.php src/Sylius/Bundle/ShopBundle/EventListener/CartItemAddListener.php src/Sylius/Bundle/ShopBundle/EventListener/NonChannelLocaleListener.php src/Sylius/Bundle/ShopBundle/EventListener/OrderCustomerIpListener.php src/Sylius/Bundle/ShopBundle/EventListener/CustomerEmailUpdaterListener.php src/Sylius/Bundle/ShopBundle/EventListener/OrderIntegrityChecker.php src/Sylius/Bundle/ShopBundle/EventListener/ShopCartBlamerListener.php src/Sylius/Bundle/ShopBundle/EventListener/OrderLocaleAssigner.php src/Sylius/Bundle/ShopBundle/EventListener/ShopCustomerAccountSubSectionCacheControlSubscriber.php src/Sylius/Bundle/ShopBundle/EventListener/OrderCompleteListener.php src/Sylius/Bundle/ShippingBundle/Resources/config/services.xml src/Sylius/Bundle/ShippingBundle/Resources/config/services/integrations/doctrine/orm.xml src/Sylius/Bundle/ShippingBundle/Resources/config/services/checker.xml src/Sylius/Bundle/ShippingBundle/Resources/config/services/form.xml src/Sylius/Bundle/ShippingBundle/Resources/config/services/validator.xml src/Sylius/Bundle/ShippingBundle/Resources/config/services/registry.xml src/Sylius/Bundle/ShippingBundle/Resources/config/workflow/state_machine.yaml src/Sylius/Bundle/ShippingBundle/Resources/config/validation/ShippingMethod.xml src/Sylius/Bundle/ShippingBundle/Resources/config/validation/ShippingMethodTranslation.xml src/Sylius/Bundle/ShippingBundle/Resources/config/validation/Shipment.xml src/Sylius/Bundle/ShippingBundle/Resources/config/validation/ShippingMethodRule.xml src/Sylius/Bundle/ShippingBundle/Resources/config/validation/ShippingCategory.xml src/Sylius/Bundle/ShippingBundle/Resources/config/app/state_machine.yml src/Sylius/Bundle/ShippingBundle/Resources/config/app/config.yml src/Sylius/Bundle/ShippingBundle/Resources/config/doctrine/model/ShipmentUnit.orm.xml src/Sylius/Bundle/ShippingBundle/Resources/config/doctrine/model/ShippingCategory.orm.xml src/Sylius/Bundle/ShippingBundle/Resources/config/doctrine/model/Shipment.orm.xml src/Sylius/Bundle/ShippingBundle/Resources/config/doctrine/model/ShippingMethod.orm.xml src/Sylius/Bundle/ShippingBundle/Resources/config/doctrine/model/ShippingMethodTranslation.orm.xml src/Sylius/Bundle/ShippingBundle/Resources/config/doctrine/model/ShippingMethodRule.orm.xml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.mn.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.en_GB.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.cs.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.uk.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.sv.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ca.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.ar.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.nl.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.fr.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.it.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.sk.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.fr_CA.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.ca.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.ko.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.ro.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.zh_CN.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.es.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.tr.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.no.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.de.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.en.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.fr_BE.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.de_AT.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.hi.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.pt.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.ja.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.pl.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/flashes.de_CH.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/ShippingBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/ShippingBundle/phpunit.xml.dist src/Sylius/Bundle/ShippingBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/ShippingBundle/.gitattributes src/Sylius/Bundle/ShippingBundle/LICENSE src/Sylius/Bundle/ShippingBundle/README.md src/Sylius/Bundle/ShippingBundle/Attribute/AsShippingMethodRuleChecker.php src/Sylius/Bundle/ShippingBundle/Attribute/AsShippingMethodResolver.php src/Sylius/Bundle/ShippingBundle/Attribute/AsShippingCalculator.php src/Sylius/Bundle/ShippingBundle/DependencyInjection/SyliusShippingExtension.php src/Sylius/Bundle/ShippingBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/ShippingBundle/DependencyInjection/Compiler/RegisterShippingMethodsResolversPass.php src/Sylius/Bundle/ShippingBundle/DependencyInjection/Compiler/RegisterRuleCheckersPass.php src/Sylius/Bundle/ShippingBundle/DependencyInjection/Compiler/CompositeShippingMethodEligibilityCheckerPass.php src/Sylius/Bundle/ShippingBundle/DependencyInjection/Compiler/RegisterCalculatorsPass.php src/Sylius/Bundle/ShippingBundle/Doctrine/ORM/ShippingMethodRepository.php src/Sylius/Bundle/ShippingBundle/Validator/GroupsGenerator/ShippingMethodConfigurationGroupsGenerator.php src/Sylius/Bundle/ShippingBundle/Validator/ShippingMethodCalculatorExistsValidator.php src/Sylius/Bundle/ShippingBundle/Validator/ShippingMethodRuleValidator.php src/Sylius/Bundle/ShippingBundle/Validator/Constraint/ShippingMethodCalculatorExists.php src/Sylius/Bundle/ShippingBundle/Validator/Constraint/ShippingMethodRule.php src/Sylius/Bundle/ShippingBundle/tests/DependencyInjection/Compiler/RegisterShippingMethodsResolversPassTest.php src/Sylius/Bundle/ShippingBundle/tests/DependencyInjection/Compiler/RegisterCalculatorsPassTest.php src/Sylius/Bundle/ShippingBundle/tests/DependencyInjection/SyliusShippingExtensionTest.php src/Sylius/Bundle/ShippingBundle/tests/Validator/GroupsGenerator/ShippingMethodConfigurationGroupsGeneratorTest.php src/Sylius/Bundle/ShippingBundle/tests/Validator/ShippingMethodCalculatorExistsValidatorTest.php src/Sylius/Bundle/ShippingBundle/tests/Validator/ShippingMethodRuleValidatorTest.php src/Sylius/Bundle/ShippingBundle/tests/Stub/ShippingMethodResolverStub.php src/Sylius/Bundle/ShippingBundle/tests/Stub/ShippingMethodRuleCheckerStub.php src/Sylius/Bundle/ShippingBundle/tests/Stub/ShippingCalculatorStub.php src/Sylius/Bundle/ShippingBundle/tests/Assigner/ShippingDateAssignerTest.php src/Sylius/Bundle/ShippingBundle/Form/Type/Core/AbstractConfigurationCollectionType.php src/Sylius/Bundle/ShippingBundle/Form/Type/ShippingMethodRuleCollectionType.php src/Sylius/Bundle/ShippingBundle/Form/Type/ShippingMethodRuleChoiceType.php src/Sylius/Bundle/ShippingBundle/Form/Type/ShippingCategoryChoiceType.php src/Sylius/Bundle/ShippingBundle/Form/Type/ShippingMethodChoiceType.php src/Sylius/Bundle/ShippingBundle/Form/Type/ShippingMethodType.php src/Sylius/Bundle/ShippingBundle/Form/Type/CalculatorChoiceType.php src/Sylius/Bundle/ShippingBundle/Form/Type/AbstractConfigurableShippingMethodElementType.php src/Sylius/Bundle/ShippingBundle/Form/Type/ShipmentType.php src/Sylius/Bundle/ShippingBundle/Form/Type/ShippingMethodTranslationType.php src/Sylius/Bundle/ShippingBundle/Form/Type/Calculator/FlatRateConfigurationType.php src/Sylius/Bundle/ShippingBundle/Form/Type/Calculator/PerUnitRateConfigurationType.php src/Sylius/Bundle/ShippingBundle/Form/Type/Rule/TotalWeightLessThanOrEqualConfigurationType.php src/Sylius/Bundle/ShippingBundle/Form/Type/Rule/TotalWeightGreaterThanOrEqualConfigurationType.php src/Sylius/Bundle/ShippingBundle/Form/Type/ShippingMethodRuleType.php src/Sylius/Bundle/ShippingBundle/Form/Type/ShipmentShipType.php src/Sylius/Bundle/ShippingBundle/Form/Type/ShippingCategoryType.php src/Sylius/Bundle/ShippingBundle/SyliusShippingBundle.php src/Sylius/Bundle/ShippingBundle/Assigner/ShippingDateAssigner.php src/Sylius/Bundle/ShippingBundle/Assigner/ShippingDateAssignerInterface.php src/Sylius/Bundle/ShippingBundle/test/src/Tests/SyliusShippingBundleTest.php src/Sylius/Bundle/ShippingBundle/test/app/AppKernel.php src/Sylius/Bundle/ShippingBundle/test/app/console src/Sylius/Bundle/ShippingBundle/test/app/config/parameters.yml src/Sylius/Bundle/ShippingBundle/test/app/config/config.yml src/Sylius/Bundle/ShippingBundle/test/composer.json src/Sylius/Bundle/ShippingBundle/composer.json src/Sylius/Bundle/InventoryBundle/Resources/config/services.xml src/Sylius/Bundle/InventoryBundle/Resources/config/doctrine/model/InventoryUnit.orm.xml src/Sylius/Bundle/InventoryBundle/Resources/config/doctrine/model/InventoryUnit.mongodb.xml src/Sylius/Bundle/InventoryBundle/phpunit.xml.dist src/Sylius/Bundle/InventoryBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/InventoryBundle/.gitattributes src/Sylius/Bundle/InventoryBundle/LICENSE src/Sylius/Bundle/InventoryBundle/README.md src/Sylius/Bundle/InventoryBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/InventoryBundle/DependencyInjection/SyliusInventoryExtension.php src/Sylius/Bundle/InventoryBundle/Validator/Constraints/InStock.php src/Sylius/Bundle/InventoryBundle/Validator/Constraints/InStockValidator.php src/Sylius/Bundle/InventoryBundle/tests/Validator/Constraints/InStockTest.php src/Sylius/Bundle/InventoryBundle/tests/Validator/Constraints/InStockValidatorTest.php src/Sylius/Bundle/InventoryBundle/Twig/InventoryExtension.php src/Sylius/Bundle/InventoryBundle/test/src/Tests/SyliusInventoryBundleTest.php src/Sylius/Bundle/InventoryBundle/test/app/AppKernel.php src/Sylius/Bundle/InventoryBundle/test/app/console src/Sylius/Bundle/InventoryBundle/test/app/config/parameters.yml src/Sylius/Bundle/InventoryBundle/test/app/config/config.yml src/Sylius/Bundle/InventoryBundle/test/composer.json src/Sylius/Bundle/InventoryBundle/composer.json src/Sylius/Bundle/InventoryBundle/SyliusInventoryBundle.php src/Sylius/Bundle/ChannelBundle/Resources/config/services.xml src/Sylius/Bundle/ChannelBundle/Resources/config/services/integrations/debug.xml src/Sylius/Bundle/ChannelBundle/Resources/config/services/integrations/doctrine/orm.xml src/Sylius/Bundle/ChannelBundle/Resources/config/validation/Channel.xml src/Sylius/Bundle/ChannelBundle/Resources/config/doctrine/model/Channel.orm.xml src/Sylius/Bundle/ChannelBundle/Resources/views/Collector/Icon/channel.svg src/Sylius/Bundle/ChannelBundle/Resources/views/Collector/channel.html.twig src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.zh_TW.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ca.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.is.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.af.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/ChannelBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/ChannelBundle/phpunit.xml.dist src/Sylius/Bundle/ChannelBundle/SyliusChannelBundle.php src/Sylius/Bundle/ChannelBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/ChannelBundle/.gitattributes src/Sylius/Bundle/ChannelBundle/LICENSE src/Sylius/Bundle/ChannelBundle/README.md src/Sylius/Bundle/ChannelBundle/Attribute/AsChannelContext.php src/Sylius/Bundle/ChannelBundle/Attribute/AsRequestBasedChannelResolver.php src/Sylius/Bundle/ChannelBundle/DependencyInjection/SyliusChannelExtension.php src/Sylius/Bundle/ChannelBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/ChannelBundle/DependencyInjection/Compiler/CompositeRequestResolverPass.php src/Sylius/Bundle/ChannelBundle/DependencyInjection/Compiler/CompositeChannelContextPass.php src/Sylius/Bundle/ChannelBundle/Context/FakeChannel/FakeChannelCodeProviderInterface.php src/Sylius/Bundle/ChannelBundle/Context/FakeChannel/FakeChannelContext.php src/Sylius/Bundle/ChannelBundle/Context/FakeChannel/FakeChannelPersister.php src/Sylius/Bundle/ChannelBundle/Context/FakeChannel/FakeChannelCodeProvider.php src/Sylius/Bundle/ChannelBundle/Doctrine/ORM/ChannelRepository.php src/Sylius/Bundle/ChannelBundle/tests/DependencyInjection/SyliusChannelExtensionTest.php src/Sylius/Bundle/ChannelBundle/tests/DependencyInjection/Compiler/CompositeRequestResolverPassTest.php src/Sylius/Bundle/ChannelBundle/tests/DependencyInjection/Compiler/CompositeChannelContextPassTest.php src/Sylius/Bundle/ChannelBundle/tests/Context/FakeChannel/FakeChannelPersisterTest.php src/Sylius/Bundle/ChannelBundle/tests/Context/FakeChannel/FakeChannelContextTest.php src/Sylius/Bundle/ChannelBundle/tests/Context/FakeChannel/FakeChannelCodeProviderTest.php src/Sylius/Bundle/ChannelBundle/tests/Stub/RequestBestChannelResolverStub.php src/Sylius/Bundle/ChannelBundle/tests/Stub/ChannelContextStub.php src/Sylius/Bundle/ChannelBundle/Form/Type/ChannelChoiceType.php src/Sylius/Bundle/ChannelBundle/Form/Type/ChannelType.php src/Sylius/Bundle/ChannelBundle/test/src/Tests/SyliusChannelBundleTest.php src/Sylius/Bundle/ChannelBundle/test/app/AppKernel.php src/Sylius/Bundle/ChannelBundle/test/app/console src/Sylius/Bundle/ChannelBundle/test/app/config/parameters.yml src/Sylius/Bundle/ChannelBundle/test/app/config/config.yml src/Sylius/Bundle/ChannelBundle/test/composer.json src/Sylius/Bundle/ChannelBundle/composer.json src/Sylius/Bundle/ChannelBundle/Collector/ChannelCollector.php src/Sylius/Bundle/TaxonomyBundle/Provider/TaxonTreeProvider.php src/Sylius/Bundle/TaxonomyBundle/Resources/config/services.xml src/Sylius/Bundle/TaxonomyBundle/Resources/config/services/integrations/doctrine/mongodb-odm.xml src/Sylius/Bundle/TaxonomyBundle/Resources/config/services/integrations/doctrine/orm.xml src/Sylius/Bundle/TaxonomyBundle/Resources/config/services/tree_repository.xml src/Sylius/Bundle/TaxonomyBundle/Resources/config/services/form.xml src/Sylius/Bundle/TaxonomyBundle/Resources/config/routing/taxon.yml src/Sylius/Bundle/TaxonomyBundle/Resources/config/validation/Taxon.xml src/Sylius/Bundle/TaxonomyBundle/Resources/config/validation/TaxonTranslation.xml src/Sylius/Bundle/TaxonomyBundle/Resources/config/routing.yml src/Sylius/Bundle/TaxonomyBundle/Resources/config/doctrine/model/Taxon.mongodb.xml src/Sylius/Bundle/TaxonomyBundle/Resources/config/doctrine/model/TaxonTranslation.orm.xml src/Sylius/Bundle/TaxonomyBundle/Resources/config/doctrine/model/Taxon.orm.xml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.is.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/TaxonomyBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/TaxonomyBundle/phpunit.xml.dist src/Sylius/Bundle/TaxonomyBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/TaxonomyBundle/.gitattributes src/Sylius/Bundle/TaxonomyBundle/LICENSE src/Sylius/Bundle/TaxonomyBundle/README.md src/Sylius/Bundle/TaxonomyBundle/DependencyInjection/SyliusTaxonomyExtension.php src/Sylius/Bundle/TaxonomyBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/TaxonomyBundle/Doctrine/ORM/TaxonRepository.php src/Sylius/Bundle/TaxonomyBundle/tests/Provider/TaxonTreeProviderTest.php src/Sylius/Bundle/TaxonomyBundle/tests/Functional/SyliusTaxonomyBundleTest.php src/Sylius/Bundle/TaxonomyBundle/tests/Functional/app/AppKernel.php src/Sylius/Bundle/TaxonomyBundle/tests/Functional/app/config/parameters.yml src/Sylius/Bundle/TaxonomyBundle/tests/Functional/app/config/config.yml src/Sylius/Bundle/TaxonomyBundle/tests/Functional/app/config/routing.yml src/Sylius/Bundle/TaxonomyBundle/tests/Functional/bin/console src/Sylius/Bundle/TaxonomyBundle/tests/Functional/composer.json src/Sylius/Bundle/TaxonomyBundle/Repository/TaxonTreeRepository.php src/Sylius/Bundle/TaxonomyBundle/Repository/TaxonTreeRepositoryInterface.php src/Sylius/Bundle/TaxonomyBundle/Form/Type/TaxonAutocompleteChoiceType.php src/Sylius/Bundle/TaxonomyBundle/Form/Type/TaxonType.php src/Sylius/Bundle/TaxonomyBundle/Form/Type/TaxonPositionType.php src/Sylius/Bundle/TaxonomyBundle/Form/Type/TaxonTranslationType.php src/Sylius/Bundle/TaxonomyBundle/composer.json src/Sylius/Bundle/TaxonomyBundle/SyliusTaxonomyBundle.php src/Sylius/Bundle/UserBundle/Provider/UsernameOrEmailProvider.php src/Sylius/Bundle/UserBundle/Provider/UsernameProvider.php src/Sylius/Bundle/UserBundle/Provider/EmailProvider.php src/Sylius/Bundle/UserBundle/Provider/UserProviderInterface.php src/Sylius/Bundle/UserBundle/Provider/AbstractUserProvider.php src/Sylius/Bundle/UserBundle/Reloader/UserReloader.php src/Sylius/Bundle/UserBundle/Reloader/UserReloaderInterface.php src/Sylius/Bundle/UserBundle/Resources/config/services.xml src/Sylius/Bundle/UserBundle/Resources/config/services/integrations/doctrine/orm.xml src/Sylius/Bundle/UserBundle/Resources/config/validation/User.xml src/Sylius/Bundle/UserBundle/Resources/config/validation/ChangePassword.xml src/Sylius/Bundle/UserBundle/Resources/config/validation/PasswordReset.xml src/Sylius/Bundle/UserBundle/Resources/config/validation/PasswordResetRequest.xml src/Sylius/Bundle/UserBundle/Resources/config/app/config.yml src/Sylius/Bundle/UserBundle/Resources/config/doctrine/model/UserOAuth.orm.xml src/Sylius/Bundle/UserBundle/Resources/config/doctrine/model/User.orm.xml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.mn.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.en_GB.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.cs.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.th.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.id.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.uk.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sv.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.zh_TW.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.he.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.be.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.ca.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.ar.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.pt_BR.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.nl.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.fi.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.fr.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.it.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.fa.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sk.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.fr_CA.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.he.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.ko.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.ro.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.et.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sl.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.zh_CN.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.hu.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.es.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.tr.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.no.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.de.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.en.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.mk.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.fr_BE.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.fi.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.de_AT.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.lt.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.hi.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.da.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.pt.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.ja.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sr_CS.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.pl.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.hr.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.sq.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.el.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.de_CH.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.ru.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.mk.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/UserBundle/Resources/translations/flashes.bg.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/UserBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/UserBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/UserBundle/phpunit.xml.dist src/Sylius/Bundle/UserBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/UserBundle/UserEvents.php src/Sylius/Bundle/UserBundle/Mailer/Emails.php src/Sylius/Bundle/UserBundle/.gitattributes src/Sylius/Bundle/UserBundle/LICENSE src/Sylius/Bundle/UserBundle/Controller/UserController.php src/Sylius/Bundle/UserBundle/Controller/SecurityController.php src/Sylius/Bundle/UserBundle/README.md src/Sylius/Bundle/UserBundle/Event/UserEvent.php src/Sylius/Bundle/UserBundle/Authentication/AuthenticationFailureHandler.php src/Sylius/Bundle/UserBundle/Authentication/AuthenticationSuccessHandler.php src/Sylius/Bundle/UserBundle/Console/Command/PromoteUserCommand.php src/Sylius/Bundle/UserBundle/Console/Command/DemoteUserCommand.php src/Sylius/Bundle/UserBundle/Console/Command/AbstractRoleCommand.php src/Sylius/Bundle/UserBundle/DependencyInjection/SyliusUserExtension.php src/Sylius/Bundle/UserBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/UserBundle/Exception/UserNotFoundException.php src/Sylius/Bundle/UserBundle/Doctrine/ORM/UserRepository.php src/Sylius/Bundle/UserBundle/tests/Provider/UsernameProviderTest.php src/Sylius/Bundle/UserBundle/tests/Provider/EmailProviderTest.php src/Sylius/Bundle/UserBundle/tests/Provider/UsernameOrEmailProviderTest.php src/Sylius/Bundle/UserBundle/tests/Reloader/UserReloaderTest.php src/Sylius/Bundle/UserBundle/tests/Event/UserEventTest.php src/Sylius/Bundle/UserBundle/tests/Authentication/AuthenticationFailureHandlerTest.php src/Sylius/Bundle/UserBundle/tests/Authentication/AuthenticationSuccessHandlerTest.php src/Sylius/Bundle/UserBundle/tests/DependencyInjection/ConfigurationTest.php src/Sylius/Bundle/UserBundle/tests/DependencyInjection/SyliusUserExtensionTest.php src/Sylius/Bundle/UserBundle/tests/Form/Model/PasswordResetRequestTest.php src/Sylius/Bundle/UserBundle/tests/Form/Model/PasswordResetTest.php src/Sylius/Bundle/UserBundle/tests/Form/Model/ChangePasswordTest.php src/Sylius/Bundle/UserBundle/tests/Functional/SyliusUserBundleTest.php src/Sylius/Bundle/UserBundle/tests/Functional/app/AppKernel.php src/Sylius/Bundle/UserBundle/tests/Functional/app/config/parameters.yml src/Sylius/Bundle/UserBundle/tests/Functional/app/config/config.yml src/Sylius/Bundle/UserBundle/tests/Functional/app/config/routing.yml src/Sylius/Bundle/UserBundle/tests/Functional/bin/console src/Sylius/Bundle/UserBundle/tests/Functional/composer.json src/Sylius/Bundle/UserBundle/tests/EventListener/UserLastLoginSubscriberTest.php src/Sylius/Bundle/UserBundle/tests/EventListener/PasswordUpdaterListenerTest.php src/Sylius/Bundle/UserBundle/tests/EventListener/UserReloaderListenerTest.php src/Sylius/Bundle/UserBundle/tests/EventListener/UserDeleteListenerTest.php src/Sylius/Bundle/UserBundle/Form/Model/PasswordResetRequest.php src/Sylius/Bundle/UserBundle/Form/Model/ChangePassword.php src/Sylius/Bundle/UserBundle/Form/Model/PasswordReset.php src/Sylius/Bundle/UserBundle/Form/UserVerifiedAtToBooleanTransformer.php src/Sylius/Bundle/UserBundle/Form/Type/UserType.php src/Sylius/Bundle/UserBundle/Form/Type/UserRequestPasswordResetType.php src/Sylius/Bundle/UserBundle/Form/Type/UserLoginType.php src/Sylius/Bundle/UserBundle/Form/Type/UserResetPasswordType.php src/Sylius/Bundle/UserBundle/Form/Type/UserChangePasswordType.php src/Sylius/Bundle/UserBundle/SyliusUserBundle.php src/Sylius/Bundle/UserBundle/composer.json src/Sylius/Bundle/UserBundle/EventListener/UserReloaderListener.php src/Sylius/Bundle/UserBundle/EventListener/PasswordUpdaterListener.php src/Sylius/Bundle/UserBundle/EventListener/MailerListener.php src/Sylius/Bundle/UserBundle/EventListener/UserDeleteListener.php src/Sylius/Bundle/UserBundle/EventListener/UserLastLoginSubscriber.php src/Sylius/Bundle/ApiBundle/Serializer/Denormalizer/AddressDenormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Denormalizer/ZoneDenormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Denormalizer/CommandDenormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Denormalizer/ProductAttributeValueDenormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Denormalizer/NumericToStringDenormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Denormalizer/CommandArgumentsDenormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Denormalizer/ProductVariantChannelPricingsChannelCodeKeyDenormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Denormalizer/TranslatableDenormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Denormalizer/CustomerDenormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Denormalizer/ProductDenormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Denormalizer/ChannelPriceHistoryConfigDenormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Denormalizer/TranslatableLocaleKeyDenormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Denormalizer/ChannelDenormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/ContextKeys.php src/Sylius/Bundle/ApiBundle/Serializer/SerializationGroupsSupportTrait.php src/Sylius/Bundle/ApiBundle/Serializer/Exception/InvalidAmountTypeException.php src/Sylius/Bundle/ApiBundle/Serializer/Normalizer/ProductNormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Normalizer/ProductOptionValueNormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Normalizer/ProductVariantNormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Normalizer/GeneratedPromotionCouponsNormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Normalizer/ProductAttributeValueNormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Normalizer/ShippingMethodNormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Normalizer/ImageNormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Normalizer/CommandNormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/Normalizer/DoctrineCollectionValuesNormalizer.php src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/ChannelCodeAwareContextBuilder.php src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/LoggedInShopUserIdAwareContextBuilder.php src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/LocaleCodeAwareContextBuilder.php src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilder.php src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/UriVariablesAwareContextBuilder.php src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/HttpRequestMethodTypeContextBuilder.php src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/ChannelContextBuilder.php src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/LocaleContextBuilder.php src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/LoggedInCustomerEmailAwareContextBuilder.php src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/AbstractInputContextBuilder.php src/Sylius/Bundle/ApiBundle/Changer/PaymentMethodChangerInterface.php src/Sylius/Bundle/ApiBundle/Changer/PaymentMethodChanger.php src/Sylius/Bundle/ApiBundle/Provider/AdjustmentOrderProvider.php src/Sylius/Bundle/ApiBundle/Provider/PathPrefixProvider.php src/Sylius/Bundle/ApiBundle/Provider/PathPrefixProviderInterface.php src/Sylius/Bundle/ApiBundle/Provider/CompositePaymentConfigurationProvider.php src/Sylius/Bundle/ApiBundle/Provider/PathPrefixes.php src/Sylius/Bundle/ApiBundle/Provider/LiipImageFiltersProvider.php src/Sylius/Bundle/ApiBundle/Provider/AdjustmentOrderProviderInterface.php src/Sylius/Bundle/ApiBundle/Provider/ImageFiltersProviderInterface.php src/Sylius/Bundle/ApiBundle/Provider/CompositePaymentConfigurationProviderInterface.php src/Sylius/Bundle/ApiBundle/ApiPlatform/Metadata/Resource/Factory/ImageFilterAwareResourceMetadataCollectionFactory.php src/Sylius/Bundle/ApiBundle/ApiPlatform/Metadata/Resource/Factory/DuplicateOperationReplacerResourceMetadataCollectionFactory.php src/Sylius/Bundle/ApiBundle/ApiPlatform/Hydra/Serializer/EmptyCollectionFiltersNormalizer.php src/Sylius/Bundle/ApiBundle/ApiPlatform/Routing/IriConverter.php src/Sylius/Bundle/ApiBundle/ApiPlatform/Routing/ApiLoader.php src/Sylius/Bundle/ApiBundle/Resources/config/integrations/swagger.xml src/Sylius/Bundle/ApiBundle/Resources/config/services.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/extensions.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/api_platform.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/creators.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/command_handlers.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/api_payment_methods.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/serializers.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/query_handlers.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/event_subscribers.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/contexts.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/admin/state_providers.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/admin/filters.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/resolvers.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/security.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/payments.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/state_processors.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/context_builders.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/section_resolver.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/validator.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/providers.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/controllers.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/applicators.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/event_handlers.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/shop/state_providers.xml src/Sylius/Bundle/ApiBundle/Resources/config/services/shop/filters.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingMethod.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Country.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ChannelPricingLogEntry.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ZoneMember.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingMethodTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShopUser.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Adjustment.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductImage.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Customer.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotionTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/AdminUser.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Channel.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/AvatarImage.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Taxon.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ChannelPriceHistoryConfig.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxRate.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Product.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotionScope.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Payment.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PaymentMethod.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PromotionRule.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CustomerGroup.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/OrderItemUnit.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Promotion.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Currency.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ChannelPricing.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PaymentMethodTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductTaxon.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAssociation.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionValue.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductReview.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxonTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PromotionTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/AddressLogEntry.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotion.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CustomerStatistics.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Province.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAssociationType.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxCategory.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/TaxonImage.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOptionValueTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductOption.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductVariant.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAttributeTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PerChannelCustomerStatistics.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductVariantTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/CatalogPromotionAction.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PaymentRequest.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Shipment.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Order.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/OrderItem.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAttribute.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ExchangeRate.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Zone.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShopBillingData.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Locale.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Address.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAttributeValue.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingMethodRule.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PromotionAction.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductAssociationTypeTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ProductTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/PromotionCoupon.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/ShippingCategory.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/SendContactRequest.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/ChoosePaymentMethod.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/ShipShipment.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/CompleteOrder.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/UpdateCart.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Checkout/ChooseShippingMethod.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/ChangeItemQuantityInCart.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Cart/AddItemToCart.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/RegisterShopUser.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/ChangePasswordShopUser.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/RequestResetPasswordToken.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/ResetPassword.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Account/ChangePaymentMethod.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/AddProductReview.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Promotion/GeneratePromotionCoupon.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Payment/UpdatePaymentRequest.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/Commands/Payment/AddPaymentRequest.xml src/Sylius/Bundle/ApiBundle/Resources/config/serialization/GatewayConfig.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/AdminResetPassword.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/Customer.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/ChoosePaymentMethod.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/SendContactRequest.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/Channel.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/ShipShipment.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/RegisterShopUser.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/RequestResetPasswordToken.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/GeneratePromotionCoupon.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/CompleteOrder.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/RequestShopUserVerification.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/UpdateCart.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/ChangeItemQuantityInCart.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/ChangeShopUserPassword.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/AddItemToCart.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/ProductVariant.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/AddPaymentRequest.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/ChangePaymentMethod.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/ChooseShippingMethod.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/AccountResetPassword.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/OrderItem.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/AddProductReview.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/ShopBillingData.xml src/Sylius/Bundle/ApiBundle/Resources/config/validation/VerifyShopUser.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ShippingMethod.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Country.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ChannelPricingLogEntry.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ShippingMethodTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ShopUser.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Adjustment.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductImage.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Customer.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/CatalogPromotionTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/AdminUser.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Channel.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/AvatarImage.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Taxon.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/TaxRate.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Product.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/CatalogPromotionScope.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Payment.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/PaymentMethod.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/PromotionRule.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/CustomerGroup.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/OrderItemUnit.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Promotion.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Currency.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ChannelPricing.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/PaymentMethodTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductTaxon.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductAssociation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductOptionValue.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductReview.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/TaxonTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/PromotionTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/AddressLogEntry.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/CatalogPromotion.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Province.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductAssociationType.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/TaxCategory.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductOptionTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/TaxonImage.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductOptionValueTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductOption.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductVariant.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductAttributeTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductVariantTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/CatalogPromotionAction.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/PaymentRequest.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Shipment.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Order.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/OrderItem.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductAttribute.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ExchangeRate.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Zone.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Locale.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/Address.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductAttributeValue.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/PromotionAction.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductAssociationTypeTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ProductTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/PromotionCoupon.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/ShippingCategory.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/properties/GatewayConfig.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ShippingMethod.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Country.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ChannelPricingLogEntry.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ShippingMethodTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ShopUser.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Adjustment.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductImage.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Customer.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/CatalogPromotionTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/AdminUserPassword.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/AdminUser.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Channel.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/AvatarImage.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Taxon.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/TaxRate.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Product.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/CatalogPromotionScope.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Payment.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/PaymentMethod.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/PromotionRule.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/CustomerGroup.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/OrderItemUnit.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Promotion.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Currency.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ChannelPricing.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/PaymentMethodTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductTaxon.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductAssociation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductOptionValue.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductReview.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/TaxonTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/PromotionTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/AddressLogEntry.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/CatalogPromotion.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Province.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductAssociationType.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/TaxCategory.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductOptionTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/TaxonImage.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductOptionValueTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductOption.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductVariant.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductAttributeTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductVariantTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/CatalogPromotionAction.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/PaymentRequest.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Shipment.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Order.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/OrderItem.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductAttribute.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ExchangeRate.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Zone.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Locale.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/Address.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductAttributeValue.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ShippingMethodRule.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/PromotionAction.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductAssociationTypeTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ProductTranslation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/PromotionCoupon.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/ShippingCategory.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/admin/GatewayConfig.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/ShippingMethod.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/Country.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/ShopUser.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/Adjustment.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/ProductImage.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/Customer.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/Channel.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/Taxon.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/Product.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/Payment.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/PaymentMethod.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/OrderItemUnit.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/Currency.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/ProductTaxon.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/ProductAssociation.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/ProductOptionValue.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/ProductReview.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/CatalogPromotion.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/Province.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/CustomerPassword.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/ProductAssociationType.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/TaxonImage.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/ProductOption.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/ProductVariant.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/PaymentRequest.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/Shipment.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/Contact.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/Order.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/CustomerVerification.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/OrderItem.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/ProductAttribute.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/ExchangeRate.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/Locale.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/Address.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/ProductAttributeValue.xml src/Sylius/Bundle/ApiBundle/Resources/config/api_platform/resources/shop/PromotionCoupon.xml src/Sylius/Bundle/ApiBundle/Resources/config/app/config.yaml src/Sylius/Bundle/ApiBundle/Resources/config/routing.yml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.hi.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.en.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.de_CH.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.cs.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.fr_CA.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.en_GB.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.ja.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.fr_BE.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.pt.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.it.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.pl.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.fr.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.sk.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.nl.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.no.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.de.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.ko.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.es.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.ro.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.zh_CN.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.sv.yaml src/Sylius/Bundle/ApiBundle/Resources/translations/validators.de_AT.yaml src/Sylius/Bundle/ApiBundle/Converter/IriToIdentifierConverter.php src/Sylius/Bundle/ApiBundle/Converter/IriToIdentifierConverterInterface.php src/Sylius/Bundle/ApiBundle/phpunit.xml.dist src/Sylius/Bundle/ApiBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/ApiBundle/.gitattributes src/Sylius/Bundle/ApiBundle/LICENSE src/Sylius/Bundle/ApiBundle/Controller/RemoveCatalogPromotionAction.php src/Sylius/Bundle/ApiBundle/Controller/GetProductBySlugAction.php src/Sylius/Bundle/ApiBundle/Controller/DeleteOrderItemAction.php src/Sylius/Bundle/ApiBundle/Controller/GetTaxonBySlugAction.php src/Sylius/Bundle/ApiBundle/Controller/GetStatisticsAction.php src/Sylius/Bundle/ApiBundle/Controller/GetCustomerStatisticsAction.php src/Sylius/Bundle/ApiBundle/Controller/RemoveCustomerShopUserAction.php src/Sylius/Bundle/ApiBundle/Controller/Payment/GetPaymentConfiguration.php src/Sylius/Bundle/ApiBundle/EventHandler/OrderCompletedHandler.php src/Sylius/Bundle/ApiBundle/README.md src/Sylius/Bundle/ApiBundle/Modifier/OrderAddressModifier.php src/Sylius/Bundle/ApiBundle/Modifier/OrderAddressModifierInterface.php src/Sylius/Bundle/ApiBundle/PropertyInfo/Extractor/EmptyPropertyListExtractor.php src/Sylius/Bundle/ApiBundle/Event/OrderCompleted.php src/Sylius/Bundle/ApiBundle/StateProvider/Common/Adjustment/CollectionProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Order/OrderItem/Adjustment/CollectionProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Order/Shipment/ShippingMethod/CollectionProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Order/Payment/PaymentMethod/CollectionProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Channel/CollectionProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Product/ProductAttributeValue/CollectionProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/TaxonTree/TaxonTreePathProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/TaxonTree/AbstractTaxonTreeProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/TaxonTree/TaxonTreeBranchProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Shipment/ItemProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Payment/ItemProvider.php src/Sylius/Bundle/ApiBundle/StateProvider/Shop/Payment/PaymentRequest/ItemProvider.php src/Sylius/Bundle/ApiBundle/Query/GetStatistics.php src/Sylius/Bundle/ApiBundle/Query/GetCustomerStatistics.php src/Sylius/Bundle/ApiBundle/Mapper/AddressMapperInterface.php src/Sylius/Bundle/ApiBundle/Mapper/AddressMapper.php src/Sylius/Bundle/ApiBundle/Behat/Extension/SyliusApiBundleExtension.php src/Sylius/Bundle/ApiBundle/Behat/Tester/ApiScenarioEventDispatchingScenarioTester.php src/Sylius/Bundle/ApiBundle/Checker/AppliedCouponEligibilityChecker.php src/Sylius/Bundle/ApiBundle/Checker/AppliedCouponEligibilityCheckerInterface.php src/Sylius/Bundle/ApiBundle/Applicator/ProductReviewStateMachineTransitionApplicatorInterface.php src/Sylius/Bundle/ApiBundle/Applicator/ArchivingShippingMethodApplicator.php src/Sylius/Bundle/ApiBundle/Applicator/ArchivingPromotionApplicator.php src/Sylius/Bundle/ApiBundle/Applicator/OrderStateMachineTransitionApplicatorInterface.php src/Sylius/Bundle/ApiBundle/Applicator/PaymentStateMachineTransitionApplicatorInterface.php src/Sylius/Bundle/ApiBundle/Applicator/ProductReviewStateMachineTransitionApplicator.php src/Sylius/Bundle/ApiBundle/Applicator/ArchivingShippingMethodApplicatorInterface.php src/Sylius/Bundle/ApiBundle/Applicator/ArchivingPromotionApplicatorInterface.php src/Sylius/Bundle/ApiBundle/Applicator/OrderStateMachineTransitionApplicator.php src/Sylius/Bundle/ApiBundle/Applicator/PaymentStateMachineTransitionApplicator.php src/Sylius/Bundle/ApiBundle/Attribute/AsPaymentConfigurationProvider.php src/Sylius/Bundle/ApiBundle/Attribute/OrderItemIdAware.php src/Sylius/Bundle/ApiBundle/Attribute/OrderTokenValueAware.php src/Sylius/Bundle/ApiBundle/Attribute/ChannelCodeAware.php src/Sylius/Bundle/ApiBundle/Attribute/LoggedInCustomerEmailAware.php src/Sylius/Bundle/ApiBundle/Attribute/ShopUserIdAware.php src/Sylius/Bundle/ApiBundle/Attribute/AsDocumentationModifier.php src/Sylius/Bundle/ApiBundle/Attribute/LocaleCodeAware.php src/Sylius/Bundle/ApiBundle/Attribute/PaymentRequestActionAware.php src/Sylius/Bundle/ApiBundle/Attribute/PaymentRequestHashAware.php src/Sylius/Bundle/ApiBundle/Attribute/TokenAware.php src/Sylius/Bundle/ApiBundle/Attribute/PaymentIdAware.php src/Sylius/Bundle/ApiBundle/Attribute/PromotionCodeAware.php src/Sylius/Bundle/ApiBundle/Attribute/ShipmentIdAware.php src/Sylius/Bundle/ApiBundle/DependencyInjection/SyliusApiExtension.php src/Sylius/Bundle/ApiBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/ApiBundle/SectionResolver/AdminApiUriBasedSectionResolver.php src/Sylius/Bundle/ApiBundle/SectionResolver/ShopApiSection.php src/Sylius/Bundle/ApiBundle/SectionResolver/ShopApiUriBasedSectionResolver.php src/Sylius/Bundle/ApiBundle/SectionResolver/ShopApiOrdersSubSection.php src/Sylius/Bundle/ApiBundle/SectionResolver/AdminApiSection.php src/Sylius/Bundle/ApiBundle/Context/UserContextInterface.php src/Sylius/Bundle/ApiBundle/Context/TokenBasedUserContext.php src/Sylius/Bundle/ApiBundle/Context/TokenValueBasedCartContext.php src/Sylius/Bundle/ApiBundle/QueryHandler/GetStatisticsHandler.php src/Sylius/Bundle/ApiBundle/QueryHandler/GetCustomerStatisticsHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Checkout/SendOrderConfirmationHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Checkout/SendShipmentConfirmationEmailHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Checkout/CompleteOrderHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Checkout/ChooseShippingMethodHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Checkout/Exception/OrderTotalHasChangedException.php src/Sylius/Bundle/ApiBundle/CommandHandler/Checkout/UpdateCartHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Checkout/ChoosePaymentMethodHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Checkout/ShipShipmentHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Catalog/AddProductReviewHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Cart/AddItemToCartHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Cart/PickupCartHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Cart/RemoveItemFromCartHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Cart/BlameCartHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Cart/InformAboutCartRecalculationHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Cart/ChangeItemQuantityInCartHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Account/SendAccountRegistrationEmailHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Account/RegisterShopUserHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Account/ChangePaymentMethodHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Account/RequestShopUserVerificationHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Account/RequestResetPasswordTokenHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Account/SendResetPasswordEmailHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Account/VerifyShopUserHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Account/ResetPasswordHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Account/ChangeShopUserPasswordHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Account/SendShopUserVerificationEmailHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Promotion/GeneratePromotionCouponHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Payment/AddPaymentRequestHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Payment/UpdatePaymentRequestHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/Customer/RemoveShopUserHandler.php src/Sylius/Bundle/ApiBundle/CommandHandler/SendContactRequestHandler.php src/Sylius/Bundle/ApiBundle/Exception/ChannelNotFoundException.php src/Sylius/Bundle/ApiBundle/Exception/NoFileUploadedException.php src/Sylius/Bundle/ApiBundle/Exception/InvalidProductAttributeValueTypeException.php src/Sylius/Bundle/ApiBundle/Exception/PromotionNotFoundException.php src/Sylius/Bundle/ApiBundle/Exception/PaymentNotFoundException.php src/Sylius/Bundle/ApiBundle/Exception/TaxonNotFoundException.php src/Sylius/Bundle/ApiBundle/Exception/CannotRemoveMenuTaxonException.php src/Sylius/Bundle/ApiBundle/Exception/ProductNotFoundException.php src/Sylius/Bundle/ApiBundle/Exception/PaymentMethodCannotBeChangedException.php src/Sylius/Bundle/ApiBundle/Exception/InvalidRequestArgumentException.php src/Sylius/Bundle/ApiBundle/Exception/OrderNoLongerEligibleForPromotion.php src/Sylius/Bundle/ApiBundle/Exception/TranslationLocaleMismatchException.php src/Sylius/Bundle/ApiBundle/Exception/PaymentMethodNotFoundException.php src/Sylius/Bundle/ApiBundle/Exception/TranslationInDefaultLocaleCannotBeRemoved.php src/Sylius/Bundle/ApiBundle/Exception/ChannelPricingChannelCodeMismatchException.php src/Sylius/Bundle/ApiBundle/Exception/UserNotFoundException.php src/Sylius/Bundle/ApiBundle/Exception/AdminUserNotFoundException.php src/Sylius/Bundle/ApiBundle/Exception/LocaleIsUsedException.php src/Sylius/Bundle/ApiBundle/Exception/OrderItemNotFoundException.php src/Sylius/Bundle/ApiBundle/Exception/StateMachineTransitionFailedException.php src/Sylius/Bundle/ApiBundle/Exception/NoRouteMatchesException.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/Filter/TranslationOrderNameAndLocaleFilter.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/Filter/ProductBasedProductOptionFilter.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/Filter/ProductVariantCatalogPromotionFilter.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/Filter/ProductPriceOrderFilter.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/Filter/ChannelsAwareChannelFilter.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/Filter/ProductByAssociationFilter.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/Filter/OwnerBasedProductAssociationTypesFilter.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/Filter/ExchangeRateFilter.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/Filter/TaxonFilter.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/Filter/ProductBasedProductOptionValueFilter.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/Filter/ProductVariantOptionValueFilter.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Common/NonArchivedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Common/RestrictingFilterEagerLoadingExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Common/TranslationOrderLocaleExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/OrderItem/ShopUserBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/OrderItem/VisitorBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Address/ShopUserBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Taxon/EnabledChildrenExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Taxon/ChannelBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Order/ShopUserBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Order/ChannelBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Order/StateBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Order/VisitorBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Currency/ChannelBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/ProductReview/AcceptedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/ProductAssociation/EnabledProductsExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/ExchangeRate/ChannelBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Locale/ChannelBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/ShippingMethod/ChannelBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/ShippingMethod/EnabledExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Product/TaxonBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Product/EnabledVariantsExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Product/EnabledWithinProductAssociationExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Product/ChannelAndLocaleBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Common/EnabledExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/PaymentMethod/ChannelBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/PaymentMethod/EnabledExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Customer/ShopUserBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Shop/Country/ChannelBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Admin/Order/StateBasedExtension.php src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Admin/Promotion/PromotionCoupon/PostResultExtension.php src/Sylius/Bundle/ApiBundle/Creator/ImageCreatorInterface.php src/Sylius/Bundle/ApiBundle/Creator/TaxonImageCreator.php src/Sylius/Bundle/ApiBundle/Creator/ProductImageCreator.php src/Sylius/Bundle/ApiBundle/Creator/AvatarImageCreator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/UpdateCartEmailNotAllowedValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/OrderShippingMethodEligibility.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/PlacedOrderCartItemsImmutableValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/AddingEligibleProductVariantToCartValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ChosenPaymentRequestActionEligibility.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ChangedItemQuantityInCartValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/AdminResetPasswordTokenNonExpiredValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/OrderProductEligibility.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/OrderItemAvailabilityValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/CorrectOrderAddressValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ShopUserResetPasswordTokenNotExpiredValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ChosenPaymentMethodEligibility.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/OrderShippingMethodEligibilityValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ShopUserResetPasswordTokenExists.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ShopUserNotVerifiedValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/SingleValueForProductVariantOption.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ShipmentAlreadyShipped.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/UpdateCartEmailNotAllowed.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/CanPaymentMethodBeChangedValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/AddingEligibleProductVariantToCart.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/OrderPaymentMethodEligibilityValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/UniqueReviewerEmail.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ShopUserNotVerified.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ConfirmResetPassword.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ShopUserVerificationTokenEligibilityValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/CheckoutCompletion.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/PromotionCouponEligibility.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/UniqueReviewerEmailValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/OrderPaymentMethodEligibility.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ConfirmResetPasswordValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/OrderAddressRequirement.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ShopUserResetPasswordTokenExistsValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/CorrectChangeShopUserConfirmPasswordValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/PromotionCouponEligibilityValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ChangedItemQuantityInCart.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/PlacedOrderCartItemsImmutable.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ShipmentAlreadyShippedValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/AdminResetPasswordTokenNonExpired.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/OrderProductEligibilityValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/OrderItemAvailability.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/UniqueShopUserEmail.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/CheckoutCompletionValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/CorrectChangeShopUserConfirmPassword.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ChosenShippingMethodEligibility.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/OrderNotEmpty.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/CanPaymentMethodBeChanged.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/OrderAddressRequirementValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/SingleValueForProductVariantOptionValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/Code.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ShopUserResetPasswordTokenNotExpired.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ChosenShippingMethodEligibilityValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ChosenPaymentRequestActionEligibilityValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/CorrectOrderAddress.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ChosenPaymentMethodEligibilityValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/ShopUserVerificationTokenEligibility.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/OrderNotEmptyValidator.php src/Sylius/Bundle/ApiBundle/Validator/Constraints/UniqueShopUserEmailValidator.php src/Sylius/Bundle/ApiBundle/docs/authorization.md src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/ChannelPriceHistoryConfigDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/CustomerDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/CommandArgumentsDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/TranslatableDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/ProductDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/TranslatableLocaleKeyDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/ZoneDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/CommandDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/ProductAttributeValueDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/ChannelDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/NumericToStringDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Denormalizer/ProductVariantChannelPricingsChannelCodeKeyDenormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ProductVariantNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/CommandNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/DoctrineCollectionValuesNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ProductNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/GeneratedPromotionCouponsNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ShippingMethodNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ProductAttributeValueNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ProductOptionValueNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/Normalizer/ImageNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilderTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/ContextBuilder/LoggedInShopUserIdAwareContextBuilderTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/ContextBuilder/LocaleCodeAwareContextBuilderTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/ContextBuilder/LoggedInCustomerEmailAwareContextBuilderTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/ContextBuilder/UriVariablesAwareContextBuilderTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/ContextBuilder/ChannelContextBuilderTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/ContextBuilder/LocaleContextBuilderTest.php src/Sylius/Bundle/ApiBundle/tests/Serializer/ContextBuilder/ChannelCodeAwareContextBuilderTest.php src/Sylius/Bundle/ApiBundle/tests/Changer/PaymentMethodChangerTest.php src/Sylius/Bundle/ApiBundle/tests/Provider/LiipImageFiltersProviderTest.php src/Sylius/Bundle/ApiBundle/tests/Provider/PathPrefixProviderTest.php src/Sylius/Bundle/ApiBundle/tests/Provider/AdjustmentOrderProviderTest.php src/Sylius/Bundle/ApiBundle/tests/Provider/CompositePaymentConfigurationProviderTest.php src/Sylius/Bundle/ApiBundle/tests/ApiPlatform/Metadata/Resource/Factory/ImageFilterAwareResourceMetadataCollectionFactoryTest.php src/Sylius/Bundle/ApiBundle/tests/ApiPlatform/Hydra/Serializer/EmptyCollectionFiltersNormalizerTest.php src/Sylius/Bundle/ApiBundle/tests/ApiPlatform/Routing/ApiLoaderTest.php src/Sylius/Bundle/ApiBundle/tests/ApiPlatform/Routing/IriConverterTest.php src/Sylius/Bundle/ApiBundle/tests/Converter/IriToIdentifierConverterTest.php src/Sylius/Bundle/ApiBundle/tests/Modifier/OrderAddressModifierTest.php src/Sylius/Bundle/ApiBundle/tests/PropertyInfo/Extractor/EmptyPropertyListExtractorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProvider/Common/Adjustment/CollectionProviderTest.php src/Sylius/Bundle/ApiBundle/tests/StateProvider/Shop/Order/OrderItem/Adjustment/CollectionProviderTest.php src/Sylius/Bundle/ApiBundle/tests/StateProvider/Shop/Order/Shipment/ShippingMethod/CollectionProviderTest.php src/Sylius/Bundle/ApiBundle/tests/StateProvider/Shop/Order/Payment/PaymentMethod/CollectionProviderTest.php src/Sylius/Bundle/ApiBundle/tests/StateProvider/Shop/Channel/CollectionProviderTest.php src/Sylius/Bundle/ApiBundle/tests/StateProvider/Shop/Product/ProductAttributeValue/CollectionProviderTest.php src/Sylius/Bundle/ApiBundle/tests/StateProvider/Shop/Shipment/ItemProviderTest.php src/Sylius/Bundle/ApiBundle/tests/StateProvider/Shop/Payment/PaymentRequest/ItemProviderTest.php src/Sylius/Bundle/ApiBundle/tests/StateProvider/Shop/Payment/ItemProviderTest.php src/Sylius/Bundle/ApiBundle/tests/Mapper/AddressMapperTest.php src/Sylius/Bundle/ApiBundle/tests/Checker/AppliedCouponEligibilityCheckerTest.php src/Sylius/Bundle/ApiBundle/tests/config/fixtures/currency.yaml src/Sylius/Bundle/ApiBundle/tests/config/fixtures/channel.yaml src/Sylius/Bundle/ApiBundle/tests/config/fixtures/address.yaml src/Sylius/Bundle/ApiBundle/tests/config/fixtures/order.yaml src/Sylius/Bundle/ApiBundle/tests/config/fixtures/locale.yaml src/Sylius/Bundle/ApiBundle/tests/Applicator/PaymentStateMachineTransitionApplicatorTest.php src/Sylius/Bundle/ApiBundle/tests/Applicator/OrderStateMachineTransitionApplicatorTest.php src/Sylius/Bundle/ApiBundle/tests/Applicator/ProductReviewStateMachineTransitionApplicatorTest.php src/Sylius/Bundle/ApiBundle/tests/Applicator/ArchivingPromotionApplicatorTest.php src/Sylius/Bundle/ApiBundle/tests/DependencyInjection/SyliusApiExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/SectionResolver/AdminApiUriBasedSectionResolverTest.php src/Sylius/Bundle/ApiBundle/tests/SectionResolver/ShopApiUriBasedSectionResolverTest.php src/Sylius/Bundle/ApiBundle/tests/Context/TokenBasedUserContextTest.php src/Sylius/Bundle/ApiBundle/tests/Context/TokenValueBasedCartContextTest.php src/Sylius/Bundle/ApiBundle/tests/QueryHandler/GetStatisticsHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/QueryHandler/GetCustomerStatisticsHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Entity/Taxon.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Entity/Foo.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Entity/Bar.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Entity/FooSyliusResource.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Tests/PromotionTest.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Tests/FooApiCommandTest.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Tests/FooTest.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Tests/MergingConfigsTest.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Tests/FooSyliusResourceTest.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Tests/DisablingApiTest.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Tests/SetUpTestsTrait.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Tests/TaxonTest.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Tests/RemovingOperationsTest.php src/Sylius/Bundle/ApiBundle/tests/Application/src/CommandHandler/FooHandler.php src/Sylius/Bundle/ApiBundle/tests/Application/src/CommandHandler/BarHandler.php src/Sylius/Bundle/ApiBundle/tests/Application/src/CommandHandler/BazHandler.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Kernel.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Command/BarCommand.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Command/BazCommand.php src/Sylius/Bundle/ApiBundle/tests/Application/src/Command/FooCommand.php src/Sylius/Bundle/ApiBundle/tests/Application/public/index.php src/Sylius/Bundle/ApiBundle/tests/Application/config/services.yaml src/Sylius/Bundle/ApiBundle/tests/Application/config/bootstrap.php src/Sylius/Bundle/ApiBundle/tests/Application/config/security.yaml src/Sylius/Bundle/ApiBundle/tests/Application/config/packages/test/sylius_mailer.yaml src/Sylius/Bundle/ApiBundle/tests/Application/config/fixtures/administrator.yaml src/Sylius/Bundle/ApiBundle/tests/Application/config/fixtures/channel.yaml src/Sylius/Bundle/ApiBundle/tests/Application/config/fixtures/promotions.yaml src/Sylius/Bundle/ApiBundle/tests/Application/config/fixtures/foo_sylius_resource.yaml src/Sylius/Bundle/ApiBundle/tests/Application/config/fixtures/foo.yaml src/Sylius/Bundle/ApiBundle/tests/Application/config/fixtures/taxons.yaml src/Sylius/Bundle/ApiBundle/tests/Application/config/serialization/BazCommand.xml src/Sylius/Bundle/ApiBundle/tests/Application/config/serialization/Taxon.xml src/Sylius/Bundle/ApiBundle/tests/Application/config/serialization/FooSyliusResource.xml src/Sylius/Bundle/ApiBundle/tests/Application/config/serialization/Foo.xml src/Sylius/Bundle/ApiBundle/tests/Application/config/serialization/BarCommand.xml src/Sylius/Bundle/ApiBundle/tests/Application/config/bundles.php src/Sylius/Bundle/ApiBundle/tests/Application/config/config.yaml src/Sylius/Bundle/ApiBundle/tests/Application/config/jwt/private-test.pem src/Sylius/Bundle/ApiBundle/tests/Application/config/jwt/public-test.pem src/Sylius/Bundle/ApiBundle/tests/Application/config/jwt/.gitkeep src/Sylius/Bundle/ApiBundle/tests/Application/config/api_platform/resources/Bar.xml src/Sylius/Bundle/ApiBundle/tests/Application/config/api_platform/resources/FooSyliusResource.xml src/Sylius/Bundle/ApiBundle/tests/Application/config/api_platform/resources/Foo.xml src/Sylius/Bundle/ApiBundle/tests/Application/config/api_platform/.gitkeep src/Sylius/Bundle/ApiBundle/tests/Application/config/routing.yaml src/Sylius/Bundle/ApiBundle/tests/Application/config/api_platform_modified/resources/Bar.yaml src/Sylius/Bundle/ApiBundle/tests/Application/config/api_platform_modified/resources/Channel.xml src/Sylius/Bundle/ApiBundle/tests/Application/config/api_platform_modified/resources/Promotion.xml src/Sylius/Bundle/ApiBundle/tests/Application/config/api_platform_modified/resources/Currency.yaml src/Sylius/Bundle/ApiBundle/tests/Application/.env src/Sylius/Bundle/ApiBundle/tests/Application/.env.test src/Sylius/Bundle/ApiBundle/tests/Application/bin/console src/Sylius/Bundle/ApiBundle/tests/CommandHandler/MessageHandlerAttributeTrait.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Checkout/UpdateCartHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Checkout/ChoosePaymentMethodHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Checkout/SendOrderConfirmationHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Checkout/ShipShipmentHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Checkout/CompleteOrderHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Checkout/SendShipmentConfirmationEmailHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Checkout/ChooseShippingMethodHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/SendContactRequestHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/AddPaymentRequestHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Catalog/AddProductReviewHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Cart/InformAboutCartRecalculationHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Cart/AddItemToCartHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Cart/ChangeItemQuantityInCartHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Cart/PickupCartHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Cart/BlameCartHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Cart/RemoveItemFromCartHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/ResetPasswordHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/RequestShopUserVerificationHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/SendResetPasswordEmailHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/ChangePaymentMethodHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/RequestResetPasswordTokenHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/ChangeShopUserPasswordHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/SendShopUserVerificationEmailHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/RegisterShopUserHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/SendAccountRegistrationEmailHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Account/VerifyShopUserHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Promotion/GeneratePromotionCouponHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/Customer/RemoveShopUserHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/CommandHandler/ChangeAddressOrderHandlerTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/Filter/TaxonFilterTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Common/RestrictingFilterEagerLoadingExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Common/TranslationOrderLocaleExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Common/NonArchivedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/OrderItem/VisitorBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/OrderItem/ShopUserBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Address/ShopUserBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Taxon/EnabledChildrenExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Taxon/ChannelBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Order/VisitorBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Order/StateBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Order/ChannelBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Order/ShopUserBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Currency/ChannelBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/ProductReview/AcceptedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/ProductAssociation/EnabledProductsExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/ExchangeRate/ChannelBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Locale/ChannelBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/ShippingMethod/EnabledExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/ShippingMethod/ChannelBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Product/ChannelAndLocaleBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Product/EnabledVariantsExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Product/TaxonBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Product/EnabledWithinProductAssociationExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Common/EnabledExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/PaymentMethod/EnabledExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/PaymentMethod/ChannelBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Customer/ShopUserBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Shop/Country/ChannelBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Admin/Order/StateBasedExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Doctrine/ORM/QueryExtension/Admin/Promotion/PromotionCoupon/PostResultExtensionTest.php src/Sylius/Bundle/ApiBundle/tests/Creator/TaxonImageCreatorTest.php src/Sylius/Bundle/ApiBundle/tests/Creator/AvatarImageCreatorTest.php src/Sylius/Bundle/ApiBundle/tests/Creator/ProductImageCreatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/UniqueReviewerEmailValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/WinzouStateMachineStub.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/ShopUserResetPasswordTokenNotExpiredValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/PlacedOrderCartItemsImmutableValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/UpdateCartEmailNotAllowedValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/CorrectChangeShopUserConfirmPasswordValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/ShipmentAlreadyShippedValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/ShopUserNotVerifiedValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/ShopUserResetPasswordTokenExistsValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/CorrectOrderAddressValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/ChosenPaymentRequestActionEligibilityValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/OrderItemAvailabilityValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/CheckoutCompletionValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/PromotionCouponEligibilityValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/ChosenPaymentMethodEligibilityValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/ConfirmResetPasswordValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/OrderAddressRequirementValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/UniqueShopUserEmailValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/OrderShippingMethodEligibilityValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/SingleValueForProductVariantOptionValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/ShopUserVerificationTokenEligibilityValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/OrderNotEmptyValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/CanPaymentMethodBeChangedValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/OrderPaymentMethodEligibilityValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/ChangedItemQuantityInCartValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/AddingEligibleProductVariantToCartValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/AdminResetPasswordTokenNonExpiredValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/Validator/Constraints/ChosenShippingMethodEligibilityValidatorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProcessor/Common/MessengerPersistProcessorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProcessor/Shop/Address/PersistProcessorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProcessor/Admin/Zone/RemoveProcessorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProcessor/Admin/AdminUser/PersistProcessorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProcessor/Admin/AdminUser/RemoveProcessorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProcessor/Admin/TaxonImage/PersistProcessorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProcessor/Admin/ProductImage/PersistProcessorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProcessor/Admin/Locale/RemoveProcessorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProcessor/Admin/Channel/RemoveProcessorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProcessor/Admin/Common/ResourceRemoveProcessorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProcessor/Admin/Promotion/PromotionCoupon/PersistProcessorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProcessor/Admin/Customer/PersistProcessorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProcessor/Admin/AvatarImage/PersistProcessorTest.php src/Sylius/Bundle/ApiBundle/tests/StateProcessor/Admin/Country/PersistProcessorTest.php src/Sylius/Bundle/ApiBundle/tests/Stub/DocumentationModifierStub.php src/Sylius/Bundle/ApiBundle/tests/Stub/PaymentConfigurationProviderStub.php src/Sylius/Bundle/ApiBundle/tests/EventSubscriber/KernelRequestEventSubscriberTest.php src/Sylius/Bundle/ApiBundle/tests/EventSubscriber/ProductSlugEventSubscriberTest.php src/Sylius/Bundle/ApiBundle/tests/EventSubscriber/TaxonSlugEventSubscriberTest.php src/Sylius/Bundle/ApiBundle/tests/EventSubscriber/CatalogPromotionEventSubscriberTest.php src/Sylius/Bundle/ApiBundle/tests/EventSubscriber/ProductVariantEventSubscriberTest.php src/Sylius/Bundle/ApiBundle/tests/EventSubscriber/AttributeEventSubscriberTest.php src/Sylius/Bundle/ApiBundle/tests/EventSubscriber/ProductDeletionEventSubscriberTest.php src/Sylius/Bundle/ApiBundle/tests/EventSubscriber/TaxonDeletionEventSubscriberTest.php src/Sylius/Bundle/ApiBundle/tests/Assigner/OrderPromotionCodeAssignerTest.php src/Sylius/Bundle/ApiBundle/tests/Security/OrderAdjustmentsVoterTest.php src/Sylius/Bundle/ApiBundle/tests/Security/ShopUserVoterTest.php src/Sylius/Bundle/ApiBundle/tests/Resolver/PathPrefixBasedOperationResolverTest.php src/Sylius/Bundle/ApiBundle/tests/Resolver/UriTemplateParentResourceResolverTest.php src/Sylius/Bundle/ApiBundle/tests/EventListener/AdminAuthenticationSuccessListenerTest.php src/Sylius/Bundle/ApiBundle/tests/EventListener/AuthenticationSuccessListenerTest.php src/Sylius/Bundle/ApiBundle/tests/EventListener/ApiCartBlamerListenerTest.php src/Sylius/Bundle/ApiBundle/tests/OpenApi/Documentation/NotPrefixedRoutesRemovalDocumentationModifierTest.php src/Sylius/Bundle/ApiBundle/SyliusApiBundle.php src/Sylius/Bundle/ApiBundle/Command/Checkout/ShipShipment.php src/Sylius/Bundle/ApiBundle/Command/Checkout/SendOrderConfirmation.php src/Sylius/Bundle/ApiBundle/Command/Checkout/ChoosePaymentMethod.php src/Sylius/Bundle/ApiBundle/Command/Checkout/SendShipmentConfirmationEmail.php src/Sylius/Bundle/ApiBundle/Command/Checkout/UpdateCart.php src/Sylius/Bundle/ApiBundle/Command/Checkout/CompleteOrder.php src/Sylius/Bundle/ApiBundle/Command/Checkout/ChooseShippingMethod.php src/Sylius/Bundle/ApiBundle/Command/Catalog/AddProductReview.php src/Sylius/Bundle/ApiBundle/Command/Cart/AddItemToCart.php src/Sylius/Bundle/ApiBundle/Command/Cart/InformAboutCartRecalculation.php src/Sylius/Bundle/ApiBundle/Command/Cart/ChangeItemQuantityInCart.php src/Sylius/Bundle/ApiBundle/Command/Cart/PickupCart.php src/Sylius/Bundle/ApiBundle/Command/Cart/BlameCart.php src/Sylius/Bundle/ApiBundle/Command/Cart/RemoveItemFromCart.php src/Sylius/Bundle/ApiBundle/Command/IriToIdentifierConversionAwareInterface.php src/Sylius/Bundle/ApiBundle/Command/Account/SendResetPasswordEmail.php src/Sylius/Bundle/ApiBundle/Command/Account/ChangeShopUserPassword.php src/Sylius/Bundle/ApiBundle/Command/Account/ChangePaymentMethod.php src/Sylius/Bundle/ApiBundle/Command/Account/SendShopUserVerificationEmail.php src/Sylius/Bundle/ApiBundle/Command/Account/RequestResetPasswordToken.php src/Sylius/Bundle/ApiBundle/Command/Account/ResetPassword.php src/Sylius/Bundle/ApiBundle/Command/Account/RequestShopUserVerification.php src/Sylius/Bundle/ApiBundle/Command/Account/VerifyShopUser.php src/Sylius/Bundle/ApiBundle/Command/Account/RegisterShopUser.php src/Sylius/Bundle/ApiBundle/Command/Account/SendAccountRegistrationEmail.php src/Sylius/Bundle/ApiBundle/Command/Promotion/GeneratePromotionCoupon.php src/Sylius/Bundle/ApiBundle/Command/SendContactRequest.php src/Sylius/Bundle/ApiBundle/Command/ResendOrderConfirmationEmail.php src/Sylius/Bundle/ApiBundle/Command/Admin/Account/ResetPassword.php src/Sylius/Bundle/ApiBundle/Command/Payment/AddPaymentRequest.php src/Sylius/Bundle/ApiBundle/Command/Payment/UpdatePaymentRequest.php src/Sylius/Bundle/ApiBundle/Command/Customer/RemoveShopUser.php src/Sylius/Bundle/ApiBundle/Command/ResendShipmentConfirmationEmail.php src/Sylius/Bundle/ApiBundle/StateProcessor/Common/MessengerPersistProcessor.php src/Sylius/Bundle/ApiBundle/StateProcessor/Shop/Address/PersistProcessor.php src/Sylius/Bundle/ApiBundle/StateProcessor/Admin/Zone/RemoveProcessor.php src/Sylius/Bundle/ApiBundle/StateProcessor/Admin/AdminUser/RemoveProcessor.php src/Sylius/Bundle/ApiBundle/StateProcessor/Admin/AdminUser/PersistProcessor.php src/Sylius/Bundle/ApiBundle/StateProcessor/Admin/TaxonImage/PersistProcessor.php src/Sylius/Bundle/ApiBundle/StateProcessor/Admin/ProductImage/PersistProcessor.php src/Sylius/Bundle/ApiBundle/StateProcessor/Admin/Locale/RemoveProcessor.php src/Sylius/Bundle/ApiBundle/StateProcessor/Admin/Channel/RemoveProcessor.php src/Sylius/Bundle/ApiBundle/StateProcessor/Admin/Common/ResourceRemoveProcessor.php src/Sylius/Bundle/ApiBundle/StateProcessor/Admin/Promotion/PromotionCoupon/PersistProcessor.php src/Sylius/Bundle/ApiBundle/StateProcessor/Admin/Customer/PersistProcessor.php src/Sylius/Bundle/ApiBundle/StateProcessor/Admin/AvatarImage/PersistProcessor.php src/Sylius/Bundle/ApiBundle/StateProcessor/Admin/Country/PersistProcessor.php src/Sylius/Bundle/ApiBundle/phparkitect.php src/Sylius/Bundle/ApiBundle/EventSubscriber/ProductSlugEventSubscriber.php src/Sylius/Bundle/ApiBundle/EventSubscriber/ProductDeletionEventSubscriber.php src/Sylius/Bundle/ApiBundle/EventSubscriber/PaymentRequestEventSubscriber.php src/Sylius/Bundle/ApiBundle/EventSubscriber/TaxonDeletionEventSubscriber.php src/Sylius/Bundle/ApiBundle/EventSubscriber/TaxonSlugEventSubscriber.php src/Sylius/Bundle/ApiBundle/EventSubscriber/ProductVariantEventSubscriber.php src/Sylius/Bundle/ApiBundle/EventSubscriber/KernelRequestEventSubscriber.php src/Sylius/Bundle/ApiBundle/EventSubscriber/AttributeEventSubscriber.php src/Sylius/Bundle/ApiBundle/EventSubscriber/CatalogPromotionEventSubscriber.php src/Sylius/Bundle/ApiBundle/Assigner/OrderPromotionCodeAssignerInterface.php src/Sylius/Bundle/ApiBundle/Assigner/OrderPromotionCodeAssigner.php src/Sylius/Bundle/ApiBundle/Security/OrderAdjustmentsVoter.php src/Sylius/Bundle/ApiBundle/Security/ShopUserVoter.php src/Sylius/Bundle/ApiBundle/Resolver/UriTemplateParentResourceResolver.php src/Sylius/Bundle/ApiBundle/Resolver/UriTemplateParentResourceResolverInterface.php src/Sylius/Bundle/ApiBundle/Resolver/PathPrefixBasedOperationResolver.php src/Sylius/Bundle/ApiBundle/Resolver/OperationResolverInterface.php src/Sylius/Bundle/ApiBundle/composer.json src/Sylius/Bundle/ApiBundle/Payment/PaymentConfigurationProviderInterface.php src/Sylius/Bundle/ApiBundle/EventListener/AdminAuthenticationSuccessListener.php src/Sylius/Bundle/ApiBundle/EventListener/ApiCartBlamerListener.php src/Sylius/Bundle/ApiBundle/EventListener/AuthenticationSuccessListener.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/ProductVariantDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/AddressLogEntryDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/AdministratorDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/ProductDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/ImageDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/NotPrefixedRoutesRemovalDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/ProductSlugDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/StatisticsDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/AcceptLanguageHeaderDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/AttributeTypeDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/DocumentationModifierInterface.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/PromotionDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/OrderAdjustmentsTypeDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/ShippingMethodDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/ProductReviewDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Documentation/CustomerDocumentationModifier.php src/Sylius/Bundle/ApiBundle/OpenApi/Factory/OpenApiFactory.php src/Sylius/Bundle/TaxationBundle/Resources/config/services.xml src/Sylius/Bundle/TaxationBundle/Resources/config/services/integrations/doctrine/orm.xml src/Sylius/Bundle/TaxationBundle/Resources/config/services/form.xml src/Sylius/Bundle/TaxationBundle/Resources/config/validation/TaxRate.xml src/Sylius/Bundle/TaxationBundle/Resources/config/validation/TaxCategory.xml src/Sylius/Bundle/TaxationBundle/Resources/config/doctrine/model/TaxCategory.orm.xml src/Sylius/Bundle/TaxationBundle/Resources/config/doctrine/model/TaxRate.orm.xml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.lv.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/TaxationBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/TaxationBundle/phpunit.xml.dist src/Sylius/Bundle/TaxationBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/TaxationBundle/.gitattributes src/Sylius/Bundle/TaxationBundle/LICENSE src/Sylius/Bundle/TaxationBundle/README.md src/Sylius/Bundle/TaxationBundle/Attribute/AsTaxCalculator.php src/Sylius/Bundle/TaxationBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/TaxationBundle/DependencyInjection/SyliusTaxationExtension.php src/Sylius/Bundle/TaxationBundle/DependencyInjection/Compiler/RegisterCalculatorsPass.php src/Sylius/Bundle/TaxationBundle/SyliusTaxationBundle.php src/Sylius/Bundle/TaxationBundle/Doctrine/ORM/TaxCategoryRepository.php src/Sylius/Bundle/TaxationBundle/tests/DependencyInjection/SyliusTaxationExtensionTest.php src/Sylius/Bundle/TaxationBundle/tests/DependencyInjection/Compiler/RegisterCalculatorsPassTest.php src/Sylius/Bundle/TaxationBundle/tests/Stub/TaxCalculatorStub.php src/Sylius/Bundle/TaxationBundle/tests/Functional/app/config/parameters.yml src/Sylius/Bundle/TaxationBundle/Form/Type/TaxRateType.php src/Sylius/Bundle/TaxationBundle/Form/Type/TaxCategoryType.php src/Sylius/Bundle/TaxationBundle/Form/Type/TaxCalculatorChoiceType.php src/Sylius/Bundle/TaxationBundle/Form/Type/TaxCategoryChoiceType.php src/Sylius/Bundle/TaxationBundle/test/src/Tests/SyliusTaxationBundleTest.php src/Sylius/Bundle/TaxationBundle/test/app/AppKernel.php src/Sylius/Bundle/TaxationBundle/test/app/console src/Sylius/Bundle/TaxationBundle/test/app/config/parameters.yml src/Sylius/Bundle/TaxationBundle/test/app/config/config.yml src/Sylius/Bundle/TaxationBundle/test/composer.json src/Sylius/Bundle/TaxationBundle/composer.json src/Sylius/Bundle/CurrencyBundle/Resources/config/services.xml src/Sylius/Bundle/CurrencyBundle/Resources/config/services/integrations/doctrine/orm.xml src/Sylius/Bundle/CurrencyBundle/Resources/config/services/form.xml src/Sylius/Bundle/CurrencyBundle/Resources/config/validation/Currency.xml src/Sylius/Bundle/CurrencyBundle/Resources/config/validation/ExchangeRate.xml src/Sylius/Bundle/CurrencyBundle/Resources/config/doctrine/model/ExchangeRate.orm.xml src/Sylius/Bundle/CurrencyBundle/Resources/config/doctrine/model/Currency.orm.xml src/Sylius/Bundle/CurrencyBundle/Resources/config/doctrine/model/Currency.mongodb.xml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/CurrencyBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/CurrencyBundle/phpunit.xml.dist src/Sylius/Bundle/CurrencyBundle/SyliusCurrencyBundle.php src/Sylius/Bundle/CurrencyBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/CurrencyBundle/.gitattributes src/Sylius/Bundle/CurrencyBundle/LICENSE src/Sylius/Bundle/CurrencyBundle/README.md src/Sylius/Bundle/CurrencyBundle/Attribute/AsCurrencyContext.php src/Sylius/Bundle/CurrencyBundle/DependencyInjection/SyliusCurrencyExtension.php src/Sylius/Bundle/CurrencyBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/CurrencyBundle/DependencyInjection/Compiler/CompositeCurrencyContextPass.php src/Sylius/Bundle/CurrencyBundle/Doctrine/ORM/ExchangeRateRepository.php src/Sylius/Bundle/CurrencyBundle/Doctrine/ORM/CurrencyRepository.php src/Sylius/Bundle/CurrencyBundle/Validator/Constraints/DifferentSourceTargetCurrencyValidator.php src/Sylius/Bundle/CurrencyBundle/Validator/Constraints/DifferentSourceTargetCurrency.php src/Sylius/Bundle/CurrencyBundle/Validator/Constraints/UniqueCurrencyPairValidator.php src/Sylius/Bundle/CurrencyBundle/Validator/Constraints/UniqueCurrencyPair.php src/Sylius/Bundle/CurrencyBundle/tests/DependencyInjection/SyliusCurrencyExtensionTest.php src/Sylius/Bundle/CurrencyBundle/tests/Stub/CurrencyContextStub.php src/Sylius/Bundle/CurrencyBundle/Twig/CurrencyExtension.php src/Sylius/Bundle/CurrencyBundle/Form/Type/CurrencyChoiceType.php src/Sylius/Bundle/CurrencyBundle/Form/Type/CurrencyType.php src/Sylius/Bundle/CurrencyBundle/Form/Type/ExchangeRateType.php src/Sylius/Bundle/CurrencyBundle/test/src/Tests/SyliusCurrencyBundleTest.php src/Sylius/Bundle/CurrencyBundle/test/app/AppKernel.php src/Sylius/Bundle/CurrencyBundle/test/app/console src/Sylius/Bundle/CurrencyBundle/test/app/config/parameters.yml src/Sylius/Bundle/CurrencyBundle/test/app/config/config.yml src/Sylius/Bundle/CurrencyBundle/test/composer.json src/Sylius/Bundle/CurrencyBundle/composer.json src/Sylius/Bundle/ReviewBundle/SyliusReviewBundle.php src/Sylius/Bundle/ReviewBundle/Resources/config/integrations/doctrine/orm.xml src/Sylius/Bundle/ReviewBundle/Resources/config/services.xml src/Sylius/Bundle/ReviewBundle/Resources/config/validation/Review.xml src/Sylius/Bundle/ReviewBundle/Resources/config/doctrine/model/Reviewer.orm.xml src/Sylius/Bundle/ReviewBundle/Resources/config/doctrine/model/Review.orm.xml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.mn.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.en_GB.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.cs.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.th.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.id.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.uk.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.sv.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.he.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.ar.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.pt_BR.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.nl.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.fi.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.fr.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.it.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.fa.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.sk.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.fr_CA.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.he.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.ko.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.ro.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.zh_CN.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.hu.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.es.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.tr.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.no.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.de.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.en.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.fr_BE.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.de_AT.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.hi.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.da.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.pt.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.ja.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.sr_CS.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.pl.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.hr.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.de_CH.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.ru.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/flashes.bg.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/ReviewBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/ReviewBundle/phpunit.xml.dist src/Sylius/Bundle/ReviewBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/ReviewBundle/.gitattributes src/Sylius/Bundle/ReviewBundle/LICENSE src/Sylius/Bundle/ReviewBundle/README.md src/Sylius/Bundle/ReviewBundle/DependencyInjection/SyliusReviewExtension.php src/Sylius/Bundle/ReviewBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/ReviewBundle/DependencyInjection/Compiler/RegisterReviewFactoryPass.php src/Sylius/Bundle/ReviewBundle/Doctrine/ORM/Subscriber/LoadMetadataSubscriber.php src/Sylius/Bundle/ReviewBundle/tests/Doctrine/ORM/Subscriber/LoadMetadataSubscriberTest.php src/Sylius/Bundle/ReviewBundle/tests/Updater/AverageRatingUpdaterTest.php src/Sylius/Bundle/ReviewBundle/tests/EventListener/ReviewChangeListenerTest.php src/Sylius/Bundle/ReviewBundle/Updater/ReviewableRatingUpdaterInterface.php src/Sylius/Bundle/ReviewBundle/Updater/AverageRatingUpdater.php src/Sylius/Bundle/ReviewBundle/Form/Type/ReviewType.php src/Sylius/Bundle/ReviewBundle/test/src/Tests/SyliusReviewBundleTest.php src/Sylius/Bundle/ReviewBundle/test/app/AppKernel.php src/Sylius/Bundle/ReviewBundle/test/app/console src/Sylius/Bundle/ReviewBundle/test/app/config/parameters.yml src/Sylius/Bundle/ReviewBundle/test/app/config/config.yml src/Sylius/Bundle/ReviewBundle/test/composer.json src/Sylius/Bundle/ReviewBundle/composer.json src/Sylius/Bundle/ReviewBundle/EventListener/ReviewChangeListener.php src/Sylius/Bundle/CustomerBundle/Resources/config/services.xml src/Sylius/Bundle/CustomerBundle/Resources/config/validation/Customer.xml src/Sylius/Bundle/CustomerBundle/Resources/config/validation/CustomerGroup.xml src/Sylius/Bundle/CustomerBundle/Resources/config/doctrine/model/CustomerGroup.orm.xml src/Sylius/Bundle/CustomerBundle/Resources/config/doctrine/model/Customer.orm.xml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.mn.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.en_GB.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.cs.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.th.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.id.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.uk.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sv.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.zh_TW.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ca.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.ar.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.pt_BR.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.nl.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.fi.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.fr.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.it.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.fa.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sk.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.fr_CA.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.he.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.ko.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.ro.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.et.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sl.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.zh_CN.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.hu.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.es.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.tr.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.no.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.de.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.en.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.fr_BE.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.fi.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.de_AT.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.lt.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.hi.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.da.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.pt.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.ja.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.sr_CS.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.pl.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.hr.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.el.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.de_CH.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.ru.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.zh_TW.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.mk.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/flashes.bg.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/CustomerBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/CustomerBundle/phpunit.xml.dist src/Sylius/Bundle/CustomerBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/CustomerBundle/.gitattributes src/Sylius/Bundle/CustomerBundle/LICENSE src/Sylius/Bundle/CustomerBundle/README.md src/Sylius/Bundle/CustomerBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/CustomerBundle/DependencyInjection/SyliusCustomerExtension.php src/Sylius/Bundle/CustomerBundle/Doctrine/ORM/CustomerGroupRepository.php src/Sylius/Bundle/CustomerBundle/SyliusCustomerBundle.php src/Sylius/Bundle/CustomerBundle/Form/Type/CustomerProfileType.php src/Sylius/Bundle/CustomerBundle/Form/Type/CustomerType.php src/Sylius/Bundle/CustomerBundle/Form/Type/CustomerChoiceType.php src/Sylius/Bundle/CustomerBundle/Form/Type/CustomerGroupChoiceType.php src/Sylius/Bundle/CustomerBundle/Form/Type/GenderType.php src/Sylius/Bundle/CustomerBundle/Form/Type/CustomerGroupCodeChoiceType.php src/Sylius/Bundle/CustomerBundle/Form/Type/CustomerGroupType.php src/Sylius/Bundle/CustomerBundle/test/src/Tests/SyliusCustomerBundleTest.php src/Sylius/Bundle/CustomerBundle/test/app/AppKernel.php src/Sylius/Bundle/CustomerBundle/test/app/console src/Sylius/Bundle/CustomerBundle/test/app/config/parameters.yml src/Sylius/Bundle/CustomerBundle/test/app/config/config.yml src/Sylius/Bundle/CustomerBundle/test/composer.json src/Sylius/Bundle/CustomerBundle/composer.json src/Sylius/Bundle/ProductBundle/Resources/config/services.xml src/Sylius/Bundle/ProductBundle/Resources/config/services/integrations/doctrine/orm.xml src/Sylius/Bundle/ProductBundle/Resources/config/services/form.xml src/Sylius/Bundle/ProductBundle/Resources/config/services/validators.xml src/Sylius/Bundle/ProductBundle/Resources/config/validation/Product.xml src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductAssociation.xml src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductOptionValue.xml src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductAssociationType.xml src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductOptionTranslation.xml src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductOptionValueTranslation.xml src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductOption.xml src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductVariant.xml src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductAssociationTypeTranslation.xml src/Sylius/Bundle/ProductBundle/Resources/config/validation/ProductTranslation.xml src/Sylius/Bundle/ProductBundle/Resources/config/app/config.yml src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/ProductAttributeTranslation.orm.xml src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/ProductOptionValue.orm.xml src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/ProductAssociation.orm.xml src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/ProductVariant.orm.xml src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/ProductOptionValueTranslation.orm.xml src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/ProductOption.orm.xml src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/ProductAttributeValue.orm.xml src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/ProductAssociationTypeTranslation.orm.xml src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/ProductVariantTranslation.orm.xml src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/ProductAssociationType.orm.xml src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/ProductOptionTranslation.orm.xml src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/ProductAttribute.orm.xml src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/Product.orm.xml src/Sylius/Bundle/ProductBundle/Resources/config/doctrine/model/ProductTranslation.orm.xml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.mn.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ru.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.mn.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.en_GB.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.th.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ca.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.cs.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.th.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.id.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.da.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.ja.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.cs.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.uk.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.sv.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sq.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.it.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pt_BR.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.it.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.zh_TW.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.he.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sv.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.fr_CA.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.uk.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ja.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.vi.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.bg.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.ar.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.pt_BR.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.nl.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.fi.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.fr.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.id.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.it.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.no.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.zh_CN.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.id.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.ko.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.fa.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.fa.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.sk.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.fr_CA.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.he.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ro.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.es.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.ko.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.fa.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sk.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.ro.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.lv.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sr.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.da.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.is.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.ar.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.hu.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.lt.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.pt_BR.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.zh_CN.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.tr.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.de.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.hu.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.es.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.en_GB.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.tr.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.no.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.de.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.th.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.en.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.uk.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.be.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sv.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.be.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.hr.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.el.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.no.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ms.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.fr_BE.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.et.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.de_CH.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.ro.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.de.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.de_AT.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.fr.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.fr_CA.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.hr.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.de_AT.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.es.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.nl.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pl.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.cs.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sq.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ko.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.af.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.fr_BE.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.en_GB.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.pl.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.hi.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sk.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.da.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.pt.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.lt.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.ja.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.en.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.sr_CS.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.pl.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.nl.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.tr.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.hr.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.fr_BE.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.pt.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.ar.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.pt.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sl.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.fr.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.en.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.mn.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.zh_CN.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.el.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.de_CH.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.bg.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.he.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sr_CS.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.hu.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.sl.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.ru.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.zh_TW.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.de_AT.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.sr_CS.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.hi.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.bg.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.de_CH.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.hi.yml src/Sylius/Bundle/ProductBundle/Resources/translations/messages.mk.yml src/Sylius/Bundle/ProductBundle/Resources/translations/flashes.vi.yml src/Sylius/Bundle/ProductBundle/Resources/translations/validators.ru.yml src/Sylius/Bundle/ProductBundle/phpunit.xml.dist src/Sylius/Bundle/ProductBundle/LICENSE_OF_TRADEMARK_AND_LOGO src/Sylius/Bundle/ProductBundle/.gitattributes src/Sylius/Bundle/ProductBundle/LICENSE src/Sylius/Bundle/ProductBundle/README.md src/Sylius/Bundle/ProductBundle/Attribute/AsProductVariantResolver.php src/Sylius/Bundle/ProductBundle/DependencyInjection/Configuration.php src/Sylius/Bundle/ProductBundle/DependencyInjection/SyliusProductExtension.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/ProductOptionRepository.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/ProductOptionValueRepository.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/ProductAttributeRepository.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/Query/AST/Function/AbstractPostgresqlJsonFunctionNode.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/Query/AST/Function/AbstractJsonFunctionNode.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/Query/AST/Function/JsonbArrayElementsText.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/ProductOptionTranslationRepository.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/ProductOptionValueTranslationRepository.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/ProductTranslationRepository.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/ProductAttributeTranslationRepository.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/ProductRepository.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/ProductAssociationTypeRepository.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/ProductAssociationRepository.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/ProductAssociationTypeTranslationRepository.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/ProductVariantRepository.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/ProductAttributeValueRepository.php src/Sylius/Bundle/ProductBundle/Doctrine/ORM/ProductVariantTranslationRepository.php src/Sylius/Bundle/ProductBundle/Validator/ProductVariantOptionValuesConfigurationValidator.php src/Sylius/Bundle/ProductBundle/Validator/ProductVariantCombinationValidator.php src/Sylius/Bundle/ProductBundle/Validator/Constraint/UniqueSimpleProductCode.php src/Sylius/Bundle/ProductBundle/Validator/Constraint/ProductVariantOptionValuesConfiguration.php src/Sylius/Bundle/ProductBundle/Validator/Constraint/ProductVariantCombination.php src/Sylius/Bundle/ProductBundle/Validator/UniqueSimpleProductCodeValidator.php src/Sylius/Bundle/ProductBundle/tests/DependencyInjection/SyliusProductExtensionsTest.php src/Sylius/Bundle/ProductBundle/tests/Validator/ProductVariantOptionValuesConfigurationValidatorTest.php src/Sylius/Bundle/ProductBundle/tests/Validator/UniqueSimpleProductCodeValidatorTest.php src/Sylius/Bundle/ProductBundle/tests/Validator/Constraint/UniqueSimpleProductCodeTest.php src/Sylius/Bundle/ProductBundle/tests/Validator/Constraint/ProductVariantCombinationTest.php src/Sylius/Bundle/ProductBundle/tests/Validator/ProductVariantCombinationValidatorTest.php src/Sylius/Bundle/ProductBundle/tests/Stub/ProductVariantResolverStub.php src/Sylius/Bundle/ProductBundle/tests/Form/DataTransformer/ProductsToProductAssociationsTransformerTest.php src/Sylius/Bundle/ProductBundle/tests/Form/DataTransformer/ProductVariantToProductOptionsTransformerTest.php src/Sylius/Bundle/ProductBundle/tests/Form/EventSubscriber/BuildProductVariantFormSubscriberTest.php src/Sylius/Bundle/ProductBundle/tests/Form/EventSubscriber/BuildAttributesFormSubscriberTest.php src/Sylius/Bundle/ProductBundle/tests/Form/EventSubscriber/GenerateProductVariantsSubscriberTest.php src/Sylius/Bundle/ProductBundle/tests/EventListener/SelectProductAttributeChoiceRemoveListenerTest.php src/Sylius/Bundle/ProductBundle/SyliusProductBundle.php src/Sylius/Bundle/ProductBundle/Form/DataTransformer/ProductsToProductAssociationsTransformer.php src/Sylius/Bundle/ProductBundle/Form/DataTransformer/ProductVariantToProductOptionsTransformer.php src/Sylius/Bundle/ProductBundle/Form/EventSubscriber/GenerateProductVariantsSubscriber.php src/Sylius/Bundle/ProductBundle/Form/EventSubscriber/BuildProductVariantFormSubscriber.php src/Sylius/Bundle/ProductBundle/Form/EventSubscriber/BuildAttributesFormSubscriber.php src/Sylius/Bundle/ProductBundle/Form/EventSubscriber/ProductOptionFieldSubscriber.php src/Sylius/Bundle/ProductBundle/Form/EventSubscriber/SimpleProductSubscriber.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductAutocompleteChoiceType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductVariantGenerationType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductVariantChoiceType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionValueTranslationType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductAssociationType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductVariantTranslationType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductVariantMatchType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductCodeChoiceType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductAttributeChoiceType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionTranslationType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductChoiceType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductGenerateVariantsType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductAttributeTranslationType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionValueType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductTranslationType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductVariantType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductAttributeValueType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductAssociationsType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionValueCollectionType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductAssociationTypeChoiceType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductAssociationTypeType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductAssociationTypeTranslationType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionAutocompleteType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductAttributeType.php src/Sylius/Bundle/ProductBundle/Form/Type/ProductOptionValueChoiceType.php src/Sylius/Bundle/ProductBundle/test/src/Tests/SyliusProductBundleTest.php src/Sylius/Bundle/ProductBundle/test/app/AppKernel.php src/Sylius/Bundle/ProductBundle/test/app/console src/Sylius/Bundle/ProductBundle/test/app/config/parameters.yml src/Sylius/Bundle/ProductBundle/test/app/config/config.yml src/Sylius/Bundle/ProductBundle/test/composer.json src/Sylius/Bundle/ProductBundle/composer.json src/Sylius/Bundle/ProductBundle/EventListener/SelectProductAttributeChoiceRemoveListener.php LICENSE_OF_TRADEMARK_AND_LOGO .gitattributes LICENSE .dockerignore README.md ecs.php public/media/image/.gitkeep public/robots.txt public/.htaccess public/index.php eslint.config.mjs config/preload.php config/services.yaml config/bootstrap.php config/packages/_sylius.yaml config/packages/prod/doctrine.yaml config/packages/prod/routing.yaml config/packages/prod/monolog.yaml config/packages/validator.yaml config/packages/dev/_sylius.yaml config/packages/dev/web_profiler.yaml config/packages/dev/framework.yaml config/packages/dev/routing.yaml config/packages/dev/monolog.yaml config/packages/dev/nelmio_alice.yaml config/packages/workflow.yaml config/packages/doctrine_migrations.yaml config/packages/test_cached/_sylius.yaml config/packages/test_cached/security.yaml config/packages/test_cached/sylius_uploader.yaml config/packages/test_cached/twig.yaml config/packages/test_cached/webpack_encore.yaml config/packages/test_cached/mailer.yaml config/packages/test_cached/doctrine.yaml config/packages/test_cached/fidry_alice_data_fixtures.yaml config/packages/test_cached/web_profiler.yaml config/packages/test_cached/framework.yaml config/packages/test_cached/monolog.yaml config/packages/test_cached/sylius_theme.yaml config/packages/test_cached/nelmio_alice.yaml config/packages/test_cached/sylius_channel.yaml config/packages/security.yaml config/packages/lexik_jwt_authentication.yaml config/packages/translation.yaml config/packages/twig.yaml config/packages/webpack_encore.yaml config/packages/mailer.yaml config/packages/doctrine.yaml config/packages/assets.yaml config/packages/http_discovery.yaml config/packages/framework.yaml config/packages/uid.yaml config/packages/routing.yaml config/packages/test/_sylius.yaml config/packages/test/validator.yaml config/packages/test/security.yaml config/packages/test/sylius_uploader.yaml config/packages/test/twig.yaml config/packages/test/webpack_encore.yaml config/packages/test/mailer.yaml config/packages/test/fidry_alice_data_fixtures.yaml config/packages/test/web_profiler.yaml config/packages/test/framework.yaml config/packages/test/monolog.yaml config/packages/test/sylius_theme.yaml config/packages/test/nelmio_alice.yaml config/packages/stof_doctrine_extensions.yaml config/bundles.php config/services_test_cached.yaml config/jwt/private-test.pem config/jwt/public-test.pem config/jwt/.gitkeep config/parameters.yaml config/routes/sylius_admin.yaml config/routes/dev/web_profiler.yaml config/routes/test_cached/routing.yaml config/routes/sylius_api.yaml config/routes/test_cached_payum/routing.yaml config/routes/sylius_shop.yaml config/routes/test/routing.yaml config/routes/liip_imagine.yaml config/encryption/.gitkeep config/encryption/test.key config/routes.yaml config/services_test.yaml UPGRADE-2.0.md UPGRADE-API-2.0.md adr/2020_11_18_sending_emails_via_api.md adr/2021_05_06_command_bus_unification.md adr/2020_03_03_api_translations.md adr/2020_03_03_api_product_option_values.md adr/2022_03_15_api_providing_locales_available_in_active_channel.md adr/2024_10_22_filters_structure_refactor.md adr/2024_10_03_services_naming_convention.md adr/2021_02_05_unified_api_prefix.md adr/2024_07_16_api_query_extensions_directory_structure.md adr/2024_07_15_api_state_providers_structure.md adr/2020_05_13_handling_non_crud_operations_in_api.md adr/_readme.md adr/2021_06_15_api_platform_config_customization.md adr/2024_07_16_state_processors_directory_structure.md adr/_template.md adr/2024_08_29_message_buses_unification.md adr/2025_04_07_transition_from_phpspec_to_phpunit.md adr/2021_06_24_api_content_internationalization.md adr/2022_03_18_raw_data_in_command_and_events.md adr/2021_04_15_using_iri_as_api_resource_identifier_in_request_instead_of_code_id.md adr/2020_11_12_registration_of_handlers_in_message_buses.md adr/2022_02_21_using_cart_by_guest_and_logged_in_customer.md adr/2020_09_01_admin_and_shop_split.md adr/2024_05_15_use_separate_base_form_types_for_admin_panel_instead_of_type_extensions.md adr/2020_03_03_feature_coverage_in_api.md adr/2022_03_24_remove_flush_from_handlers.md adr/2021_07_05_api_providing_locales_available_in_active_channel.md adr/2024_11_28_languages_flags.md UPGRADE-2.1.md Makefile phpstan-baseline.neon docker-compose.test.yml package.json .env.test_cached .env docs/the-book/support.md docs/the-book/frontend-and-themes.md docs/the-book/sylius-plus/README.md docs/the-book/sylius-plus/loyalty.md docs/the-book/products/taxons.md docs/the-book/products/README.md docs/the-book/products/inventory.md docs/the-book/products/catalog-promotions.md docs/the-book/products/search.md docs/the-book/products/multi-source-inventory.md docs/the-book/products/pricing/README.md docs/the-book/products/pricing/b2b-pricing-engine/README.md docs/the-book/products/pricing/b2b-pricing-engine/user-guide-percentage-discount-pricing-list.md docs/the-book/products/pricing/b2b-pricing-engine/user-guide-fixed-discount-pricing-list-with-tier-pricing.md docs/the-book/products/pricing/b2b-pricing-engine/user-guide-fixed-discount-pricing-list.md docs/the-book/products/product-associations.md docs/the-book/products/product-reviews.md docs/the-book/products/attributes.md docs/the-book/ai-conversational-commerce.md docs/the-book/sylius-ce-installation/sylius-plus-installation.md docs/the-book/sylius-ce-installation/upgrading-sylius-plus.md docs/the-book/sylius-ce-installation/README.md docs/the-book/sylius-ce-installation/upgrading-sylius-ce.md docs/the-book/introduction-to-sylius.md docs/the-book/api/README.md docs/the-book/api/todo.md docs/the-book/architecture/state-machine.md docs/the-book/architecture/README.md docs/the-book/architecture/events.md docs/the-book/architecture/contact.md docs/the-book/architecture/e-mails.md docs/the-book/architecture/fixtures.md docs/the-book/architecture/resource-layer.md docs/the-book/architecture/translations.md docs/the-book/architecture/architectural-drivers.md docs/the-book/carts-and-orders/refunds.md docs/the-book/carts-and-orders/returns.md docs/the-book/carts-and-orders/cart-promotions.md docs/the-book/carts-and-orders/shipments.md docs/the-book/carts-and-orders/adjustments.md docs/the-book/carts-and-orders/README.md docs/the-book/carts-and-orders/cart-flow.md docs/the-book/carts-and-orders/coupons.md docs/the-book/carts-and-orders/taxation.md docs/the-book/carts-and-orders/checkout.md docs/the-book/carts-and-orders/orders.md docs/the-book/carts-and-orders/payments.md docs/the-book/carts-and-orders/invoices.md docs/the-book/contributing/contributing-documentation.md docs/the-book/contributing/README.md docs/the-book/contributing/key-contributors.md docs/the-book/contributing/contributing-translations.md docs/the-book/contributing/contributing-code/submitting-a-patch.md docs/the-book/contributing/contributing-code/conventions.md docs/the-book/contributing/contributing-code/coding-standards.md docs/the-book/contributing/contributing-code/README.md docs/the-book/contributing/contributing-code/sylius-license-and-trademark.md docs/the-book/contributing/contributing-code/security-issues.md docs/the-book/configuration/README.md docs/the-book/configuration/currencies.md docs/the-book/configuration/locales.md docs/the-book/configuration/channels.md docs/the-book/customers/customer-pools.md docs/the-book/customers/README.md docs/the-book/customers/customer-and-shopuser.md docs/the-book/customers/addresses/address-book.md docs/the-book/customers/addresses/countries.md docs/the-book/customers/addresses/README.md docs/the-book/customers/addresses/addresses.md docs/the-book/customers/addresses/zones.md docs/the-book/customers/adminuser.md docs/the-book/understanding-environments.md docs/release-cycle/backwards-compatibility-promise.md docs/release-cycle/README.md docs/.gitbook/assets/compose.override.dist.yml docs/.gitbook/assets/graph (2).svg docs/.gitbook/assets/graph.svg docs/.gitbook/assets/sylius_payment.webp docs/.gitbook/assets/sylius-plus.svg docs/.gitbook/assets/graph (1).svg docs/.gitbook/assets/graph (4).svg docs/.gitbook/assets/graph (5).svg docs/.gitbook/assets/shop_billing_data.webp docs/.gitbook/assets/channel_toolbar.webp docs/.gitbook/assets/sylius_shipment.webp docs/.gitbook/assets/graph (3).svg docs/.gitbook/assets/sylius_order_shipping.webp docs/README.md docs/.gitbook.yaml docs/the-performance-guide/query-optimization.md docs/the-performance-guide/database-indexes.md docs/promotions/how-to-add-a-custom-catalog-promotion-action.md docs/promotions/README.md docs/promotions/how-to-add-a-custom-cart-promotion-action.md docs/promotions/how-to-customize-catalog-promotion-labels.md docs/promotions/how-to-add-a-custom-cart-promotion-rule.md docs/promotions/how-to-add-a-custom-catalog-promotion-scope.md docs/promotions/how-to-improve-the-performance-of-the-catalog-promotions.md docs/organization/README.md docs/SUMMARY.md docs/the-customization-guide/customizing-api.md docs/the-customization-guide/customizing-grids.md docs/the-customization-guide/customizing-flashes.md docs/the-customization-guide/customizing-forms/README.md docs/the-customization-guide/customizing-forms/how-to-add-a-live-form-for-a-custom-model.md docs/the-customization-guide/customizing-styles.md docs/the-customization-guide/customizing-models/how-to-add-a-custom-model-accessible-for-respective-channel-administrators.md docs/the-customization-guide/customizing-models/README.md docs/the-customization-guide/customizing-models/how-to-add-a-custom-translatable-model.md docs/the-customization-guide/customizing-models/how-to-add-a-custom-model.md docs/the-customization-guide/customizing-templates.md docs/the-customization-guide/customizing-validation.md docs/the-customization-guide/customizing-factories.md docs/the-customization-guide/how-to-disable-guest-checkout.md docs/the-customization-guide/customizing-state-machines.md docs/the-customization-guide/customizing-fixtures/README.md docs/the-customization-guide/customizing-fixtures/customizing-fixture-suites.md docs/the-customization-guide/customizing-payments/README.md docs/the-customization-guide/customizing-payments/how-to-configure-paypal-express-checkout.md docs/the-customization-guide/customizing-payments/how-to-integrate-a-payment-gateway-as-a-plugin.md docs/the-customization-guide/customizing-controllers.md docs/the-customization-guide/customizing-repositories.md docs/the-customization-guide/customizing-menus.md docs/the-customization-guide/customizing-dynamic-elements.md docs/the-customization-guide/tips-and-tricks.md docs/the-customization-guide/customizing-translations.md docs/the-customization-guide/customizing-serialization-of-api.md docs/the-cookbook/media/how-to-add-multiple-images-to-an-entity.md docs/the-cookbook/media/how-to-add-one-image-to-an-entity.md docs/the-cookbook/media/how-to-automatically-store-images-on-aws-s3.md docs/the-cookbook/media/README.md docs/the-cookbook/media/how-to-resize-images.md docs/shipping/README.md docs/shipping/how-to-add-a-custom-shipping-calculator.md docs/shipping/how-to-add-a-custom-shipping-method-rule.md docs/b2b/README.md docs/b2b/how-to-use-b2b-suite-without-elasticsearch.md docs/emails/how-to-disable-the-order-confirmation-email.md docs/emails/how-to-send-a-custom-e-mail.md docs/emails/README.md docs/emails/how-to-configure-mailer.md docs/emails/how-to-customize-email-templates-per-channel.md docs/getting-started-with-sylius/installing-plugins.md docs/getting-started-with-sylius/before-you-begin.md docs/getting-started-with-sylius/choosing-sylius-when-and-why.md docs/getting-started-with-sylius/basic-configuration.md docs/getting-started-with-sylius/summary.md docs/getting-started-with-sylius/using-api.md docs/getting-started-with-sylius/customizing-business-logic.md docs/getting-started-with-sylius/deployment.md docs/getting-started-with-sylius/customizing-the-shop.md docs/getting-started-with-sylius/first-product.md docs/getting-started-with-sylius/sylius-ce-installation-with-docker.md docs/getting-started-with-sylius/shipping-and-payment.md docs/shop/how-to-disable-localized-urls.md docs/shop/README.md docs/shop/how-to-customize-the-product-show-page.md .env.test translations/.gitkeep tests/Resources/xss.svg tests/DataFixtures/ORM/authentication/api_administrator.yml tests/DataFixtures/ORM/authentication/administrator.yml tests/DataFixtures/ORM/resources/product_taxons.yml tests/DataFixtures/ORM/resources/product_options.yml tests/DataFixtures/ORM/resources/cart_with_items.yml tests/DataFixtures/ORM/resources/countries.yml tests/DataFixtures/ORM/resources/zones.yml tests/DataFixtures/ORM/resources/checkout_coupon_based_promotion.yml tests/DataFixtures/ORM/resources/product_associations.yml tests/DataFixtures/ORM/resources/product_reviews.yml tests/DataFixtures/ORM/resources/currencies.yml tests/DataFixtures/ORM/resources/tax_categories.yml tests/DataFixtures/ORM/resources/payment_methods.yml tests/DataFixtures/ORM/resources/many_taxons.yml tests/DataFixtures/ORM/resources/promotions.yml tests/DataFixtures/ORM/resources/many_products.yml tests/DataFixtures/ORM/resources/tax_rates.yml tests/DataFixtures/ORM/resources/channels.yml tests/DataFixtures/ORM/resources/product_association_types.yml tests/DataFixtures/ORM/resources/exchange_rates.yml tests/DataFixtures/ORM/resources/associations.yml tests/DataFixtures/ORM/resources/tax_categories_for_filtering.yml tests/DataFixtures/ORM/resources/product_attributes.yml tests/DataFixtures/ORM/resources/promotion_coupons.yml tests/DataFixtures/ORM/resources/products.yml tests/DataFixtures/ORM/resources/checkout.yml tests/DataFixtures/ORM/resources/scheduled_catalog_promotions.yml tests/DataFixtures/ORM/resources/admin_users.yml tests/DataFixtures/ORM/resources/customers.yml tests/DataFixtures/ORM/resources/catalog_promotions.yml tests/DataFixtures/ORM/resources/cart.yml tests/DataFixtures/ORM/resources/year_sales.yml tests/DataFixtures/ORM/resources/locales.yml tests/DataFixtures/ORM/resources/order.yml tests/DataFixtures/ORM/resources/shipping_categories.yml tests/DataFixtures/ORM/resources/orders.yml tests/DataFixtures/ORM/resources/taxons.yml tests/DataFixtures/ORM/resources/many_promotions.yml tests/DataFixtures/ORM/resources/product_variants.yml tests/DataFixtures/ORM/resources/shipping_methods.yml tests/DataFixtures/ORM/resources/checkout_promotion.yml tests/Controller/XFrameOptionsTest.php tests/Model/OrderAdjustmentsRecalculationTest.php tests/Api/DataFixtures/ORM/taxon_image.yaml tests/Api/DataFixtures/ORM/administrator.yaml tests/Api/DataFixtures/ORM/country.yaml tests/Api/DataFixtures/ORM/currency.yaml tests/Api/DataFixtures/ORM/shipping_category.yaml tests/Api/DataFixtures/ORM/authentication/shop_user_with_reset_password_token.yaml tests/Api/DataFixtures/ORM/authentication/api_administrator.yaml tests/Api/DataFixtures/ORM/authentication/shop_user_with_expired_reset_password_token.yaml tests/Api/DataFixtures/ORM/authentication/shop_user.yaml tests/Api/DataFixtures/ORM/address_with_customer.yaml tests/Api/DataFixtures/ORM/channel/channel.yaml tests/Api/DataFixtures/ORM/channel/channel_with_countries.yaml tests/Api/DataFixtures/ORM/channel/channel_without_locales.yaml tests/Api/DataFixtures/ORM/channel/channel_with_taxons.yaml tests/Api/DataFixtures/ORM/taxonomy.yaml tests/Api/DataFixtures/ORM/order/order_with_item.yaml tests/Api/DataFixtures/ORM/order/new_in_different_currencies.yaml tests/Api/DataFixtures/ORM/order/new.yaml tests/Api/DataFixtures/ORM/order/fulfilled.yaml tests/Api/DataFixtures/ORM/order/customer.yaml tests/Api/DataFixtures/ORM/product/product_with_many_locales.yaml tests/Api/DataFixtures/ORM/product/products_with_associations.yaml tests/Api/DataFixtures/ORM/product/product_variant_with_lowest_price.yaml tests/Api/DataFixtures/ORM/product/product_taxon.yaml tests/Api/DataFixtures/ORM/product/product_attribute.yaml tests/Api/DataFixtures/ORM/product/product_option.yaml tests/Api/DataFixtures/ORM/product/product_variant_with_translation_in_many_locales.yaml tests/Api/DataFixtures/ORM/product/product_variant.yaml tests/Api/DataFixtures/ORM/product/product_variant_with_original_price.yaml tests/Api/DataFixtures/ORM/product/products_with_options.yaml tests/Api/DataFixtures/ORM/product/product.yaml tests/Api/DataFixtures/ORM/product/product_image.yaml tests/Api/DataFixtures/ORM/product/product_review.yaml tests/Api/DataFixtures/ORM/avatar_image.yaml tests/Api/DataFixtures/ORM/cart.yaml tests/Api/DataFixtures/ORM/promotion/channel.yaml tests/Api/DataFixtures/ORM/promotion/promotion_order.yaml tests/Api/DataFixtures/ORM/promotion/promotion.yaml tests/Api/DataFixtures/ORM/promotion/taxon.yaml tests/Api/DataFixtures/ORM/promotion/product.yaml tests/Api/DataFixtures/ORM/tax_rates.yaml tests/Api/DataFixtures/ORM/statistics.yaml tests/Api/DataFixtures/ORM/zones.yaml tests/Api/DataFixtures/ORM/taxon/taxon_tree.yaml tests/Api/DataFixtures/ORM/tax_category.yaml tests/Api/DataFixtures/ORM/exchange_rate.yaml tests/Api/DataFixtures/ORM/cart/promotion.yaml tests/Api/DataFixtures/ORM/cart/existing_cart.yaml tests/Api/DataFixtures/ORM/customer_order.yaml tests/Api/DataFixtures/ORM/customer.yaml tests/Api/DataFixtures/ORM/gateway_config_payment_request.yaml tests/Api/DataFixtures/ORM/catalog_promotion/catalog_promotion.yaml tests/Api/DataFixtures/ORM/catalog_promotion/product_variant.yaml tests/Api/DataFixtures/ORM/payment_request/payment_request_payum.yaml tests/Api/DataFixtures/ORM/payment_request/payment_request.yaml tests/Api/DataFixtures/ORM/payment_request/order.yaml tests/Api/DataFixtures/ORM/payment_request/order_with_customer.yaml tests/Api/DataFixtures/ORM/shipping_method.yaml tests/Api/DataFixtures/ORM/payment_method.yaml tests/Api/DataFixtures/ORM/customer_group.yaml tests/Api/DataFixtures/ORM/locale.yaml tests/Api/JsonApiTestCase.php tests/Api/Utils/FilterTypes.php tests/Api/Utils/ShopUserLoginTrait.php tests/Api/Utils/AdminUserLoginTrait.php tests/Api/Utils/UserLoginTrait.php tests/Api/Utils/HeadersBuilder.php tests/Api/Utils/OrderPlacerTrait.php tests/Api/Responses/malformed_json_response.json tests/Api/Responses/admin/shipping_category/put_shipping_category_response.json tests/Api/Responses/admin/shipping_category/get_shipping_categories_response.json tests/Api/Responses/admin/shipping_category/post_shipping_category_response.json tests/Api/Responses/admin/shipping_category/get_shipping_category_response.json tests/Api/Responses/admin/address/get_address_log_entries.json tests/Api/Responses/admin/address/put_address.json tests/Api/Responses/admin/address/get_address.json tests/Api/Responses/admin/tax_rate/post_tax_rate_with_no_amount_response.json tests/Api/Responses/admin/tax_rate/get_tax_rates_response.json tests/Api/Responses/admin/tax_rate/put_tax_rate_with_malformed_amount_response.json tests/Api/Responses/admin/tax_rate/get_tax_rate_response.json tests/Api/Responses/admin/tax_rate/patch_tax_rate_response.json tests/Api/Responses/admin/tax_rate/put_tax_rate_response.json tests/Api/Responses/admin/tax_rate/post_tax_rate_response.json tests/Api/Responses/admin/adjustments/get_adjustment.json tests/Api/Responses/admin/exchange_rate/get_exchange_rates_response.json tests/Api/Responses/admin/exchange_rate/get_exchange_rate_response.json tests/Api/Responses/admin/exchange_rate/post_exchange_rate_response.json tests/Api/Responses/admin/exchange_rate/put_exchange_rate_response.json tests/Api/Responses/admin/channel/get_channel_response.json tests/Api/Responses/admin/channel/get_channels_response.json tests/Api/Responses/admin/channel/post_channel_response.json tests/Api/Responses/admin/channel/delete_channel_that_cannot_be_deleted.json tests/Api/Responses/admin/channel/put_channel_response.json tests/Api/Responses/admin/order/get_adjustments_for_a_given_order.json tests/Api/Responses/admin/order/get_payments_of_order.json tests/Api/Responses/admin/order/get_orders_empty_collection.json tests/Api/Responses/admin/order/get_orders_before_date.json tests/Api/Responses/admin/order/get_orders_for_customer.json tests/Api/Responses/admin/order/get_all_orders.json tests/Api/Responses/admin/order/get_shipments_of_order.json tests/Api/Responses/admin/order/get_orders_filtered_by_channel.json tests/Api/Responses/admin/order/get_orders_filtered_by_pln_currency_code.json tests/Api/Responses/admin/order/get_orders_filtered_by_usd_currency_code.json tests/Api/Responses/admin/order/get_order.json tests/Api/Responses/admin/order/get_adjustments_for_a_given_order_with_type_filter.json tests/Api/Responses/admin/order/get_orders_filtered_by_pln_and_usd_currency_codes.json tests/Api/Responses/admin/product_variant/put_product_variant_without_translation_in_default_locale_response.json tests/Api/Responses/admin/product_variant/get_filtered_product_variants.json tests/Api/Responses/admin/product_variant/post_product_variant_when_channel_code_differs_from_key.json tests/Api/Responses/admin/product_variant/delete_product_variant_in_use_response.json tests/Api/Responses/admin/product_variant/post_product_variant_enabled_by_default_with_translation_in_default_locale_response.json tests/Api/Responses/admin/product_variant/post_product_variant_response.json tests/Api/Responses/admin/product_variant/get_product_variant_response.json tests/Api/Responses/admin/product_variant/get_product_variants_response.json tests/Api/Responses/admin/product_variant/put_product_variant_response.json tests/Api/Responses/admin/product/post_product_response.json tests/Api/Responses/admin/product/post_product_when_locale_differs_from_key.json tests/Api/Responses/admin/product/delete_product_in_use_response.json tests/Api/Responses/admin/product/get_products_response_with_image_filter.json tests/Api/Responses/admin/product/post_product_with_invalid_translation_locale.json tests/Api/Responses/admin/product/post_product_without_required_data_response.json tests/Api/Responses/admin/product/get_products_response.json tests/Api/Responses/admin/product/put_product_with_duplicate_locale_translation.json tests/Api/Responses/admin/product/get_product_attribute_value.json tests/Api/Responses/admin/product/get_product_response.json tests/Api/Responses/admin/product/put_product_response.json tests/Api/Responses/admin/promotion_coupon/post_promotion_coupon_response.json tests/Api/Responses/admin/promotion_coupon/get_promotion_coupons_response.json tests/Api/Responses/admin/promotion_coupon/put_promotion_coupon_response.json tests/Api/Responses/admin/promotion_coupon/get_promotion_coupon_response.json tests/Api/Responses/admin/promotion_coupon/generate_promotion_coupons_response.json tests/Api/Responses/admin/promotion_coupon/get_empty_promotion_coupons_response.json tests/Api/Responses/admin/promotion_coupon/generate_promotion_coupons_with_invalid_promotion_code_response.json tests/Api/Responses/admin/promotion/post_promotion_without_required_data_response.json tests/Api/Responses/admin/promotion/restore_promotion.json tests/Api/Responses/admin/promotion/put_promotion_to_last_priority_when_priority_is_minus_one_response.json tests/Api/Responses/admin/promotion/archive_promotion.json tests/Api/Responses/admin/promotion/post_promotion_response.json tests/Api/Responses/admin/promotion/put_promotion_with_duplicate_locale_translation.json tests/Api/Responses/admin/promotion/get_promotion_response.json tests/Api/Responses/admin/promotion/put_promotion_response.json tests/Api/Responses/admin/promotion/post_promotion_with_invalid_dates_response.json tests/Api/Responses/admin/promotion/post_promotion_with_invalid_rules_response.json tests/Api/Responses/admin/promotion/post_promotion_with_invalid_actions_response.json tests/Api/Responses/admin/promotion/post_promotion_with_taken_code_response.json tests/Api/Responses/admin/promotion/get_promotions_response.json tests/Api/Responses/admin/shipping_method_translation/get_shipping_method_translation_response.json tests/Api/Responses/admin/product_option/get_product_option_values.json tests/Api/Responses/admin/product_option/put_product_option_with_duplicate_locale_translation.json tests/Api/Responses/admin/product_option/put_product_option_value_with_duplicate_locale_translation.json tests/Api/Responses/admin/product_option/get_product_option.json tests/Api/Responses/admin/product_option/put_product_option_response.json tests/Api/Responses/admin/product_option/post_product_option_response.json tests/Api/Responses/admin/product_option/get_product_options.json tests/Api/Responses/admin/statistics/get_year_statistics_response.json tests/Api/Responses/admin/statistics/get_month_statistics_response.json tests/Api/Responses/admin/statistics/get_statistics_missing_query_parameters_response.json tests/Api/Responses/admin/statistics/get_day_statistics_response.json tests/Api/Responses/admin/order_item/get_order_item_response.json tests/Api/Responses/admin/order_item/get_order_item_adjustments.json tests/Api/Responses/admin/order_item/get_order_item_adjustments_with_type_filter.json tests/Api/Responses/admin/tax_category/put_tax_category_response.json tests/Api/Responses/admin/tax_category/get_tax_categories_response.json tests/Api/Responses/admin/tax_category/post_tax_category_response.json tests/Api/Responses/admin/tax_category/get_tax_category_response.json tests/Api/Responses/admin/payment_method/get_payment_methods_response.json tests/Api/Responses/admin/payment_method/get_payment_method_response.json tests/Api/Responses/admin/payment_method/create_payment_method_response.json tests/Api/Responses/admin/payment_method/put_payment_method_with_duplicate_locale_translation.json tests/Api/Responses/admin/payment_method/update_payment_method_response.json tests/Api/Responses/admin/locale/post_locale_with_invalid_code_response.json tests/Api/Responses/admin/locale/get_locales_response.json tests/Api/Responses/admin/locale/get_locale_response.json tests/Api/Responses/admin/locale/post_locale_response.json tests/Api/Responses/admin/shipment/get_shipments_response.json tests/Api/Responses/admin/shipment/get_shipment_response.json tests/Api/Responses/admin/shipment/get_shipment_adjustments.json tests/Api/Responses/admin/taxon_image/put_taxon_image_response.json tests/Api/Responses/admin/taxon_image/post_taxon_image_response.json tests/Api/Responses/admin/taxon_image/get_taxon_images_for_given_taxon_with_image_filter_response.json tests/Api/Responses/admin/taxon_image/get_taxon_image_with_image_filter_response.json tests/Api/Responses/admin/taxon_image/get_taxon_image_response.json tests/Api/Responses/admin/taxon_image/get_taxon_images_for_given_taxon_response.json tests/Api/Responses/admin/taxon_image/post_taxon_image_with_type_response.json tests/Api/Responses/admin/admin_user/log_in_admin_response.json tests/Api/Responses/admin/admin_user/put_administrator_response.json tests/Api/Responses/admin/admin_user/create_administrator_response.json tests/Api/Responses/admin/admin_user/get_administrators_response.json tests/Api/Responses/admin/admin_user/get_administrator_response.json tests/Api/Responses/admin/product_option_value/get_product_option_value.json tests/Api/Responses/admin/currency/post_currency_with_invalid_code_response.json tests/Api/Responses/admin/currency/post_currency_response.json tests/Api/Responses/admin/currency/get_currencies_response.json tests/Api/Responses/admin/currency/get_currency_response.json tests/Api/Responses/admin/taxon/get_taxons_response.json tests/Api/Responses/admin/taxon/put_taxon_response.json tests/Api/Responses/admin/taxon/get_taxons_with_image_filter_response.json tests/Api/Responses/admin/taxon/get_taxon_with_image_filter_response.json tests/Api/Responses/admin/taxon/post_taxon_response.json tests/Api/Responses/admin/taxon/post_taxon_with_taken_code_response.json tests/Api/Responses/admin/taxon/get_taxon_response.json tests/Api/Responses/admin/taxon/post_taxon_without_required_data_response.json tests/Api/Responses/admin/taxon/put_taxon_with_duplicate_locale_translation.json tests/Api/Responses/admin/payment/patch_complete_payment_response.json tests/Api/Responses/admin/payment/patch_complete_payment.json tests/Api/Responses/admin/payment/patch_refund_payment.json tests/Api/Responses/admin/payment/get_payments_filtered_by_state.json tests/Api/Responses/admin/payment/get_payment.json tests/Api/Responses/admin/payment/get_payments.json tests/Api/Responses/admin/shipping_method/get_shipping_method_response.json tests/Api/Responses/admin/shipping_method/get_shipping_methods_response.json tests/Api/Responses/admin/shipping_method/restore_shipping_method_response.json tests/Api/Responses/admin/shipping_method/update_shipping_method_calculator_configuration_response.json tests/Api/Responses/admin/shipping_method/post_shipping_method_response.json tests/Api/Responses/admin/shipping_method/archive_shipping_method_response.json tests/Api/Responses/admin/shipping_method/update_shipping_method_rules_response.json tests/Api/Responses/admin/customer/update_customer_with_invalid_gender_response.json tests/Api/Responses/admin/customer/post_customer_with_user_response.json tests/Api/Responses/admin/customer/post_customer_with_invalid_gender_response.json tests/Api/Responses/admin/customer/post_customer_with_invalid_name_response.json tests/Api/Responses/admin/customer/post_customer_with_invalid_email_response.json tests/Api/Responses/admin/customer/get_customer_without_shop_user_response.json tests/Api/Responses/admin/customer/get_customer_statistics_response.json tests/Api/Responses/admin/customer/get_customers_response.json tests/Api/Responses/admin/customer/post_customer_with_already_taken_email_response.json tests/Api/Responses/admin/customer/get_customer_response.json tests/Api/Responses/admin/customer/update_customer_response.json tests/Api/Responses/admin/customer/post_customer_response.json tests/Api/Responses/admin/order_item_units/get_order_item_unit_adjustments.json tests/Api/Responses/admin/order_item_units/get_order_item_unit_response.json tests/Api/Responses/admin/country/get_provinces_response.json tests/Api/Responses/admin/country/get_country_response.json tests/Api/Responses/admin/country/post_country_response.json tests/Api/Responses/admin/country/get_countries_response.json tests/Api/Responses/admin/country/put_country_response.json tests/Api/Responses/admin/avatar_image/post_avatar_image.json tests/Api/Responses/admin/avatar_image/get_an_avatar_image_with_an_image_filter.json tests/Api/Responses/admin/avatar_image/get_an_avatar_image.json tests/Api/Responses/admin/catalog_promotion/put_catalog_promotion_response.json tests/Api/Responses/admin/catalog_promotion/post_catalog_promotion_with_taken_code_response.json tests/Api/Responses/admin/catalog_promotion/get_catalog_promotion_response.json tests/Api/Responses/admin/catalog_promotion/post_catalog_promotion_without_required_data_response.json tests/Api/Responses/admin/catalog_promotion/get_catalog_promotions_response.json tests/Api/Responses/admin/catalog_promotion/post_catalog_promotion_response.json tests/Api/Responses/admin/catalog_promotion/post_catalog_promotion_with_invalid_dates_response.json tests/Api/Responses/admin/catalog_promotion/put_catalog_promotion_with_duplicate_locale_translation.json tests/Api/Responses/admin/product_association_type/get_product_association_type_response.json tests/Api/Responses/admin/product_association_type/post_product_association_type_response.json tests/Api/Responses/admin/product_association_type/put_product_association_type_with_duplicate_locale_translation_response.json tests/Api/Responses/admin/product_association_type/get_product_association_types_response.json tests/Api/Responses/admin/product_association_type/post_product_association_type_without_required_data_response.json tests/Api/Responses/admin/product_association_type/put_product_association_type_response.json tests/Api/Responses/admin/payment_request/get_payment_requests_for_payment.json tests/Api/Responses/admin/payment_request/get_payment_request.json tests/Api/Responses/admin/product_review/reject_product_review.json tests/Api/Responses/admin/product_review/get_product_review.json tests/Api/Responses/admin/product_review/put_product_review.json tests/Api/Responses/admin/product_review/accept_product_review.json tests/Api/Responses/admin/product_review/get_product_reviews.json tests/Api/Responses/admin/zone/get_zone.json tests/Api/Responses/admin/zone/get_zones.json tests/Api/Responses/admin/zone/create_zone.json tests/Api/Responses/admin/zone/update_zone.json tests/Api/Responses/admin/product_image/post_product_image_with_type_and_variant_response.json tests/Api/Responses/admin/product_image/get_product_image_with_image_filter_response.json tests/Api/Responses/admin/product_image/post_product_image_response.json tests/Api/Responses/admin/product_image/put_product_image_with_invalid_variant_response.json tests/Api/Responses/admin/product_image/get_product_images_filtered_by_variant_response.json tests/Api/Responses/admin/product_image/put_product_image_response.json tests/Api/Responses/admin/product_image/get_product_images_for_product_with_an_image_filter_response.json tests/Api/Responses/admin/product_image/get_product_images_filtered_by_variant_code_response.json tests/Api/Responses/admin/product_image/post_product_image_with_invalid_variant_response.json tests/Api/Responses/admin/product_image/get_product_images_filtered_by_variant_code_with_an_image_filter_response.json tests/Api/Responses/admin/product_image/get_product_image_response.json tests/Api/Responses/admin/product_image/get_product_images_for_product_response.json tests/Api/Responses/admin/channel_pricing_log_entry/get_filtered_channel_pricing_log_entries_response.json tests/Api/Responses/admin/channel_pricing_log_entry/get_channel_pricing_log_entry_response.json tests/Api/Responses/admin/channel_pricing_log_entry/get_channel_pricing_log_entries_response.json tests/Api/Responses/admin/province/get_province_response.json tests/Api/Responses/admin/province/put_province_response.json tests/Api/Responses/admin/product_association/get_product_association_collection_response.json tests/Api/Responses/admin/product_association/put_product_association_response.json tests/Api/Responses/admin/product_association/post_product_association_without_required_data_response.json tests/Api/Responses/admin/product_association/post_product_association_response.json tests/Api/Responses/admin/product_association/post_duplicated_association_product_response.json tests/Api/Responses/admin/product_association/get_product_association_response.json tests/Api/Responses/admin/customer_group/get_customer_groups_response.json tests/Api/Responses/admin/customer_group/post_customer_group_response.json tests/Api/Responses/admin/customer_group/put_customer_group_response.json tests/Api/Responses/admin/customer_group/get_customer_group_response.json tests/Api/Responses/admin/product_attribute/post_product_attribute_on_specified_position.json tests/Api/Responses/admin/product_attribute/post_select_product_attribute_with_invalid_min_entries_configuration_response.json tests/Api/Responses/admin/product_attribute/post_float_product_attribute_response.json tests/Api/Responses/admin/product_attribute/put_product_attribute_with_duplicate_locale_translation.json tests/Api/Responses/admin/product_attribute/post_text_product_attribute_response.json tests/Api/Responses/admin/product_attribute/post_select_product_attribute_with_disabled_multiple_option_response.json tests/Api/Responses/admin/product_attribute/get_product_attributes_response.json tests/Api/Responses/admin/product_attribute/post_datetime_product_attribute_response.json tests/Api/Responses/admin/product_attribute/post_product_attribute_with_unregistered_type_response.json tests/Api/Responses/admin/product_attribute/post_text_product_attribute_with_invalid_configuration_response.json tests/Api/Responses/admin/product_attribute/post_integer_product_attribute_response.json tests/Api/Responses/admin/product_attribute/put_product_attribute_with_code_and_type_response.json tests/Api/Responses/admin/product_attribute/post_product_attribute_without_required_data_response.json tests/Api/Responses/admin/product_attribute/post_textarea_product_attribute_response.json tests/Api/Responses/admin/product_attribute/post_select_product_attribute_with_invalid_max_entries_configuration_response.json tests/Api/Responses/admin/product_attribute/put_product_attribute_response.json tests/Api/Responses/admin/product_attribute/post_checkbox_product_attribute_response.json tests/Api/Responses/admin/product_attribute/post_date_product_attribute_response.json tests/Api/Responses/admin/product_attribute/get_product_attribute_response.json tests/Api/Responses/admin/product_attribute/post_percent_product_attribute_response.json tests/Api/Responses/admin/product_attribute/post_select_product_attribute_response.json tests/Api/Responses/admin/product_taxon/put_product_taxon_response.json tests/Api/Responses/admin/product_taxon/post_product_taxon_response.json tests/Api/Responses/admin/product_taxon/get_product_taxon_response.json tests/Api/Responses/admin/product_taxon/put_does_not_update_product_and_taxon_on_product_taxon.json tests/Api/Responses/admin/product_taxon/get_product_taxons_response.json tests/Api/Responses/common/image/invalid_filter.json tests/Api/Responses/.editorconfig tests/Api/Responses/shop/address/put_address.json tests/Api/Responses/shop/address/get_address.json tests/Api/Responses/shop/address/post_address_with_province_name.json tests/Api/Responses/shop/address/post_address_with_province_code.json tests/Api/Responses/shop/address/post_address_without_province.json tests/Api/Responses/shop/address/get_addresses.json tests/Api/Responses/shop/error/jwt_token_not_found.json tests/Api/Responses/shop/exchange_rate/get_exchange_rates_response.json tests/Api/Responses/shop/exchange_rate/get_exchange_rate_cnyusd_response.json tests/Api/Responses/shop/exchange_rate/get_exchange_rate_usdpln_response.json tests/Api/Responses/shop/channel/get_channels_response.json tests/Api/Responses/shop/channel/get_channel_by_code_response.json tests/Api/Responses/shop/order/get_order_adjustments_with_type_filter.json tests/Api/Responses/shop/order/get_order_adjustments.json tests/Api/Responses/shop/order/get_payment_configuration.json tests/Api/Responses/shop/order/change_payment_method_as_user.json tests/Api/Responses/shop/order/change_payment_method_as_guest.json tests/Api/Responses/shop/order/get_order_by_guest.json tests/Api/Responses/shop/order/get_orders.json tests/Api/Responses/shop/order/update_payment_method.json tests/Api/Responses/shop/order/get_configuration.json tests/Api/Responses/shop/order/get_order_by_user.json tests/Api/Responses/shop/product_variant/get_product_variant_with_original_price_response.json tests/Api/Responses/shop/product_variant/get_product_variant_with_default_locale_translation.json tests/Api/Responses/shop/product_variant/get_product_variant_with_price_response.json tests/Api/Responses/shop/product_variant/get_product_variant_with_applied_promotion.json tests/Api/Responses/shop/product_variant/get_product_variants_response.json tests/Api/Responses/shop/product/get_products_with_reviews.json tests/Api/Responses/shop/product/get_associated_products_by_owner_collection.json tests/Api/Responses/shop/product/get_product_with_associations.json tests/Api/Responses/shop/product/get_product_with_default_locale_translation.json tests/Api/Responses/shop/product/get_product_attributes_collection_response.json tests/Api/Responses/shop/product/get_products_collection_with_associations_response.json tests/Api/Responses/shop/product/get_product_with_de_DE_locale_translation.json tests/Api/Responses/shop/product/get_associated_products_by_type_collection.json tests/Api/Responses/shop/product/get_products_collection_response.json tests/Api/Responses/shop/product_option/get_product_options_of_product_mug.json tests/Api/Responses/shop/product_option/get_product_options_of_product_cap.json tests/Api/Responses/shop/product_option/get_product_option.json tests/Api/Responses/shop/product_option/get_product_options.json tests/Api/Responses/shop/checkout/completion/order_with_non_shippable_items.json tests/Api/Responses/shop/checkout/completion/order_with_free_non_shippable_items.json tests/Api/Responses/shop/checkout/completion/order_with_shippable_and_non_shippable_items.json tests/Api/Responses/shop/checkout/payment_method/select_payment_method_with_missing_fields.json tests/Api/Responses/shop/checkout/payment_method/select_payment_method_by_guest.json tests/Api/Responses/shop/checkout/payment_method/select_payment_method_by_user.json tests/Api/Responses/shop/checkout/shipping_method/select_shipping_method.json tests/Api/Responses/shop/checkout/shipping_method/select_shipping_method_with_missing_fields.json tests/Api/Responses/shop/checkout/cart/create_cart_with_locale.json tests/Api/Responses/shop/checkout/cart/update_cart_as_shop_user.json tests/Api/Responses/shop/checkout/cart/update_item_quantity_with_missing_fields.json tests/Api/Responses/shop/checkout/cart/update_cart_as_guest.json tests/Api/Responses/shop/checkout/cart/get_cart.json tests/Api/Responses/shop/checkout/cart/get_empty_cart.json tests/Api/Responses/shop/checkout/cart/get_existing_cart_if_customer_has_cart.json tests/Api/Responses/shop/checkout/cart/create_cart_as_shop_user.json tests/Api/Responses/shop/checkout/cart/add_item.json tests/Api/Responses/shop/checkout/cart/update_item_quantity.json tests/Api/Responses/shop/checkout/cart/create_cart.json tests/Api/Responses/shop/checkout/cart/add_item_with_missing_fields.json tests/Api/Responses/shop/checkout/cart/create_cart_as_guest.json tests/Api/Responses/shop/order_item/get_order_items_by_guest.json tests/Api/Responses/shop/order_item/get_order_item_by_guest.json tests/Api/Responses/shop/order_item/get_order_item_adjustments.json tests/Api/Responses/shop/order_item/get_empty_order_items.json tests/Api/Responses/shop/order_item/get_order_item_adjustments_with_type_filter.json tests/Api/Responses/shop/order_item/get_order_item_by_user.json tests/Api/Responses/shop/order_item/get_order_items_by_user.json tests/Api/Responses/shop/order_item/get_empty_order_item_adjustments.json tests/Api/Responses/shop/payment_method/get_payment_methods_for_cart_and_payment_response.json tests/Api/Responses/shop/payment_method/get_payment_methods_response.json tests/Api/Responses/shop/payment_method/get_payment_method_response.json tests/Api/Responses/shop/locale/get_locales_from_channel_response.json tests/Api/Responses/shop/locale/get_locales_response.json tests/Api/Responses/shop/locale/get_locale_response.json tests/Api/Responses/shop/shipment/get_shipment_response.json tests/Api/Responses/shop/taxon_image/get_taxon_images.json tests/Api/Responses/shop/taxon_image/get_taxon_image_with_image_filter.json tests/Api/Responses/shop/taxon_image/get_taxon_image.json tests/Api/Responses/shop/taxon_image/get_taxon_images_with_image_filter.json tests/Api/Responses/shop/product_option_value/get_product_option_values_of_product_mug.json tests/Api/Responses/shop/product_option_value/get_product_option_values.json tests/Api/Responses/shop/product_option_value/get_product_option_values_of_product_cap.json tests/Api/Responses/shop/product_option_value/get_product_option_value.json tests/Api/Responses/shop/currency/get_currencies_response.json tests/Api/Responses/shop/currency/get_currency_response.json tests/Api/Responses/shop/taxon/get_taxon.json tests/Api/Responses/shop/taxon/tree/branch/get_for_category_with_root.json tests/Api/Responses/shop/taxon/tree/branch/get_for_category_without_root.json tests/Api/Responses/shop/taxon/tree/branch/get_for_plugs_with_root.json tests/Api/Responses/shop/taxon/tree/branch/get_for_plugs_without_root.json tests/Api/Responses/shop/taxon/tree/branch/get_for_accessories_without_root.json tests/Api/Responses/shop/taxon/tree/branch/get_for_accessories_with_root.json tests/Api/Responses/shop/taxon/tree/path/get_for_category_with_root.json tests/Api/Responses/shop/taxon/tree/path/get_for_category_without_root.json tests/Api/Responses/shop/taxon/tree/path/get_for_plugs_with_root.json tests/Api/Responses/shop/taxon/tree/path/get_for_plugs_without_root.json tests/Api/Responses/shop/taxon/tree/path/get_for_accessories_without_root.json tests/Api/Responses/shop/taxon/tree/path/get_for_accessories_with_root.json tests/Api/Responses/shop/taxon/get_taxons.json tests/Api/Responses/shop/payment/get_payment.json tests/Api/Responses/shop/shipping_method/get_shipping_method_response.json tests/Api/Responses/shop/shipping_method/get_shipping_methods_response.json tests/Api/Responses/shop/shipping_method/get_empty_order_shipping_methods_response.json tests/Api/Responses/shop/shipping_method/get_order_shipping_methods_response.json tests/Api/Responses/shop/customer/log_in_customer_response.json tests/Api/Responses/shop/customer/put_customer_response.json tests/Api/Responses/shop/customer/get_customer_response.json tests/Api/Responses/shop/customer/reset_password_validation_response.json tests/Api/Responses/shop/country/get_countries_from_channel_response.json tests/Api/Responses/shop/country/get_country_response.json tests/Api/Responses/shop/country/get_countries_response.json tests/Api/Responses/shop/catalog_promotion/get_catalog_promotion_response.json tests/Api/Responses/shop/payment_request/put_payment_request_payum.json tests/Api/Responses/shop/payment_request/get_payment_request.json tests/Api/Responses/shop/payment_request/post_payment_request_payum.json tests/Api/Responses/shop/payment_request/put_payment_request.json tests/Api/Responses/shop/payment_request/post_payment_request.json tests/Api/Responses/shop/payment_request/post_payment_request_without_required_data.json tests/Api/Responses/shop/product_review/create_product_review_with_missing_fields.json tests/Api/Responses/shop/product_review/create_product_review.json tests/Api/Responses/shop/product_review/get_product_review.json tests/Api/Responses/shop/product_review/get_product_reviews.json tests/Api/Responses/shop/product_image/get_product_image_with_image_filter_response.json tests/Api/Responses/shop/product_image/get_product_images_with_image_filter.json tests/Api/Responses/shop/product_image/get_product_images.json tests/Api/Responses/shop/product_image/get_product_image_response.json tests/Api/Responses/shop/province/get_province_response.json tests/Api/Responses/shop/product_association/get_product_association_type_response.json tests/Api/Responses/shop/product_association/get_product_association_types.json tests/Api/Responses/shop/product_association/get_product_association_response.json tests/Api/Responses/shop/product_attribute/get_product_attribute_with_pl_PL_locale_translation.json tests/Api/Responses/shop/product_attribute/get_product_attribute_with_default_locale_translation.json tests/Api/Responses/shop/product_attribute/get_product_attribute_value.json tests/Api/Responses/shop/product_taxon/get_product_taxon_response.json tests/Api/Shop/CatalogPromotionsTest.php tests/Api/Shop/ProductImagesTest.php tests/Api/Shop/TaxonImagesTest.php tests/Api/Shop/CountriesTest.php tests/Api/Shop/OrderItemUnitsTest.php tests/Api/Shop/ProvincesTest.php tests/Api/Shop/Checkout/ShippingMethodTest.php tests/Api/Shop/Checkout/PaymentMethodTest.php tests/Api/Shop/Checkout/CartTest.php tests/Api/Shop/Checkout/CompletionTest.php tests/Api/Shop/OrderItemsTest.php tests/Api/Shop/OrdersTest.php tests/Api/Shop/VerifyShopUsersTest.php tests/Api/Shop/ProductsTest.php tests/Api/Shop/CustomersTest.php tests/Api/Shop/ProductAttributeValuesTest.php tests/Api/Shop/ShippingMethodsTest.php tests/Api/Shop/AddressesTest.php tests/Api/Shop/ProductOptionsTest.php tests/Api/Shop/LocalesTest.php tests/Api/Shop/ProductAttributesTest.php tests/Api/Shop/ProductReviewsTest.php tests/Api/Shop/TaxonsTest.php tests/Api/Shop/CurrenciesTest.php tests/Api/Shop/ProductTaxonsTest.php tests/Api/Shop/ExchangeRatesTest.php tests/Api/Shop/SendContactRequestTest.php tests/Api/Shop/ProductVariantsTest.php tests/Api/Shop/ShipmentsTest.php tests/Api/Shop/ChannelsTest.php tests/Api/Shop/PaymentMethodsTest.php tests/Api/Shop/ProductAssociationTypesTest.php tests/Api/Shop/ProductOptionValuesTest.php tests/Api/Shop/PaymentsTest.php tests/Api/Shop/AdjustmentsTest.php tests/Api/Shop/ProductAssociationsTest.php tests/Api/Shop/PaymentRequestsTest.php tests/Api/Admin/CatalogPromotionsTest.php tests/Api/Admin/ProductImagesTest.php tests/Api/Admin/TaxonImagesTest.php tests/Api/Admin/PromotionsTest.php tests/Api/Admin/CountriesTest.php tests/Api/Admin/PromotionCouponsTest.php tests/Api/Admin/StatisticsTest.php tests/Api/Admin/OrderItemUnitsTest.php tests/Api/Admin/ProvincesTest.php tests/Api/Admin/ShippingCategoriesTest.php tests/Api/Admin/AvatarImageTest.php tests/Api/Admin/TaxRatesTest.php tests/Api/Admin/CustomerGroupsTest.php tests/Api/Admin/OrderItemsTest.php tests/Api/Admin/OrdersTest.php tests/Api/Admin/ProductsTest.php tests/Api/Admin/CustomersTest.php tests/Api/Admin/TaxCategoriesTest.php tests/Api/Admin/ProductAttributeValuesTest.php tests/Api/Admin/ShippingMethodsTest.php tests/Api/Admin/AddressesTest.php tests/Api/Admin/ProductOptionsTest.php tests/Api/Admin/LocalesTest.php tests/Api/Admin/ProductAttributesTest.php tests/Api/Admin/ProductReviewsTest.php tests/Api/Admin/TaxonsTest.php tests/Api/Admin/CurrenciesTest.php tests/Api/Admin/ProductTaxonsTest.php tests/Api/Admin/ChannelPricingLogEntryTest.php tests/Api/Admin/AdminUsersTest.php tests/Api/Admin/ZonesTest.php tests/Api/Admin/ExchangeRatesTest.php tests/Api/Admin/ProductVariantsTest.php tests/Api/Admin/ShipmentsTest.php tests/Api/Admin/ChannelsTest.php tests/Api/Admin/PaymentMethodsTest.php tests/Api/Admin/ProductAssociationTypesTest.php tests/Api/Admin/ProductOptionValuesTest.php tests/Api/Admin/PaymentsTest.php tests/Api/Admin/AdjustmentsTest.php tests/Api/Admin/ProductAssociationsTest.php tests/Api/Admin/PaymentRequestsTest.php tests/Api/JsonApiGenericRequestValidationTestCase.php tests/Twig/RedirectPathExtensionTest.php tests/Functional/AdminSectionNotFoundPageTest.php tests/Functional/AbstractOrmTestCase.php tests/Functional/Encryption/GatewayConfigEncryptionTest.php tests/Functional/Encryption/PaymentRequestEncryptionTest.php tests/Functional/CatalogPromotionRemovalAnnouncerTest.php tests/Functional/fixtures/Bundles/LocaleBundle/Context/LocaleResolving/fixtures.yaml tests/Functional/Bundles/LocaleBundle/Context/LocaleResolvingTest.php tests/Functional/Doctrine/Dump/Model.php tests/Functional/Doctrine/Dump/CompositeKeysModel.php tests/Functional/Doctrine/Mock/DriverMock.php tests/Functional/Doctrine/Mock/ConnectionMock.php tests/Functional/Doctrine/Mock/DriverConnectionMock.php tests/Functional/Doctrine/Mock/DriverResultMock.php tests/Functional/Doctrine/Mock/DatabasePlatformMock.php tests/Functional/Doctrine/Mock/StatementMock.php tests/Functional/CatalogPromotionAnnouncerTest.php tests/Functional/EligibleCatalogPromotionsProcessorTest.php tests/Functional/OrderByIdentifierSqlWalkerTest.php tests/Functional/app/AppKernel.php tests/Functional/app/CatalogPromotionProcessingState/config.yml tests/Functional/CartCollectorTest.php tests/Functional/AbstractWebTestCase.php tests/EventListener/AdminSectionCacheControlSubscriberTest.php tests/EventListener/ShopCustomerAccountSubSectionCacheControlSubscriberTest.php tests/Fixture/ProductAttributeFixturesTest.php CLAUDE.md CHANGELOG-2.0.md webpack.config.js phparkitect.php bin/console AGENTS.md RoboFile.php composer-require-checker.json features/admin/statistics_per_channel.feature features/admin/switching_admins_locale.feature features/admin/blocking_login_for_disabled_administrators.feature features/admin/signing_in_to_administration_panel.feature features/admin/channel/managing_channels/adding_channel_with_shop_billing_data.feature features/admin/channel/managing_channels/adding_channel.feature features/admin/channel/managing_channels/selecting_tax_calculation_strategy_for_channel.feature features/admin/channel/managing_channels/excluding_chosen_taxons_from_showing_lowest_price_of_discounted_products.feature features/admin/channel/managing_channels/editing_channel_with_toggle_for_lowest_price.feature features/admin/channel/managing_channels/editing_shop_billing_data_on_channel.feature features/admin/channel/managing_channels/deleting_channel.feature features/admin/channel/managing_channels/selecting_locales_available_for_channel.feature features/admin/channel/managing_channels/browsing_channels.feature features/admin/channel/managing_channels/not_being_able_to_disable_last_available_channel.feature features/admin/channel/managing_channels/editing_menu_taxon_on_channel.feature features/admin/channel/managing_channels/deleting_multiple_channels.feature features/admin/channel/managing_channels/channel_validation.feature features/admin/channel/managing_channels/adding_new_channel_with_menu_taxon.feature features/admin/channel/managing_channels/editing_channel_with_set_period_of_showing_lowest_price.feature features/admin/channel/managing_channels/choosing_required_address_in_checkout_for_channel.feature features/admin/channel/managing_channels/adding_channel_with_toggle_for_lowest_price.feature features/admin/channel/managing_channels/toggling_channel.feature features/admin/channel/managing_channels/channel_unique_code_validation.feature features/admin/channel/managing_channels/editing_channel.feature features/admin/channel/managing_channels/not_being_able_to_add_disabled_channel_when_no_other_exist.feature features/admin/channel/managing_channels/selecting_default_tax_zone_for_channel.feature features/admin/channel/managing_channels/not_being_able_to_delete_last_available_channel.feature features/admin/channel/managing_channels/selecting_currencies_available_for_channel.feature features/admin/channel/managing_channels/adding_channel_with_set_period_of_showing_lowest_price.feature features/admin/channel/theming/managing_themes_per_channel.feature features/admin/browsing_administration_panel_in_proper_language.feature features/admin/order/managing_orders/browsing_orders/seeing_orders_payment_amount_including_all_fees.feature features/admin/order/managing_orders/browsing_orders/seeing_orders_currency_on_index.feature features/admin/order/managing_orders/browsing_orders/sequential_order_number_generation.feature features/admin/order/managing_orders/browsing_orders/seeing_orders_with_different_currency_on_index.feature features/admin/order/managing_orders/browsing_orders/sorting_orders_by_number.feature features/admin/order/managing_orders/browsing_orders/browsing_orders.feature features/admin/order/managing_orders/handling_order_payment/finalizing_order_payment.feature features/admin/order/managing_orders/handling_order_payment/being_unable_to_finalize_order_payment_when_item_has_become_tracked.feature features/admin/order/managing_orders/handling_order_payment/placing_order_with_payment.feature features/admin/order/managing_orders/handling_order_payment/refunding_order_payment.feature features/admin/order/managing_orders/handling_order_payment/finalizing_order_payment_with_tracked_item.feature features/admin/order/managing_orders/fulfilling_order.feature features/admin/order/managing_orders/order_filtration/filtering_orders_by_channel.feature features/admin/order/managing_orders/order_filtration/limiting_the_number_of_orders.feature features/admin/order/managing_orders/order_filtration/filtering_orders_by_variants.feature features/admin/order/managing_orders/order_filtration/filtering_orders_by_date.feature features/admin/order/managing_orders/order_filtration/filtering_orders_by_customer.feature features/admin/order/managing_orders/order_filtration/filtering_orders_by_total_in_different_currencies.feature features/admin/order/managing_orders/order_filtration/filtering_orders_by_products.feature features/admin/order/managing_orders/order_filtration/filtering_orders_by_shipping_method.feature features/admin/order/managing_orders/order_details/seeing_order_with_items.feature features/admin/order/managing_orders/order_details/seeing_order_aggregated_discounts.feature features/admin/order/managing_orders/order_details/seeing_order_discounts.feature features/admin/order/managing_orders/order_details/being_unable_to_see_cart.feature features/admin/order/managing_orders/order_details/seeing_order_item_included_taxes.feature features/admin/order/managing_orders/order_details/seeing_order_aggregated_taxes.feature features/admin/order/managing_orders/order_details/seeing_order_currency_on_show.feature features/admin/order/managing_orders/order_details/seeing_province_created_manually_on_order_page.feature features/admin/order/managing_orders/order_details/seeing_shipment_shipping_date.feature features/admin/order/managing_orders/order_details/seeing_order_new_state_after_customers_checkout.feature features/admin/order/managing_orders/order_details/seeing_order.feature features/admin/order/managing_orders/order_details/seeing_order_item_taxes.feature features/admin/order/managing_orders/order_details/seeing_order_payment_state_as_completed_if_order_total_is_zero.feature features/admin/order/managing_orders/order_details/seeing_order_item_detailed_data.feature features/admin/order/managing_orders/order_details/seeing_order_shipment_state_as_shipped_if_there_is_not_shipments_to_deliver.feature features/admin/order/managing_orders/order_details/seeing_order_shipping_taxes.feature features/admin/order/managing_orders/order_details/seeing_order_without_shipping_address.feature features/admin/order/managing_orders/order_details/seeing_order_shipping_fees.feature features/admin/order/managing_orders/order_details/seeing_order_with_different_promotions.feature features/admin/order/managing_orders/order_details/seeing_order_shipment_state_after_checkout.feature features/admin/order/managing_orders/order_details/seeing_order_shipping_total_with_applied_promotion_and_taxes.feature features/admin/order/managing_orders/order_details/seeing_order_items_with_proper_names.feature features/admin/order/managing_orders/order_details/seeing_order_payment_state_as_completed_if_free_order_coupon_was_applied.feature features/admin/order/managing_orders/assigning_customer_ip_address_to_placed_order.feature features/admin/order/managing_orders/cancelling_order_with_promotion.feature features/admin/order/managing_orders/cancelling_order.feature features/admin/order/managing_orders/resending_order_confirmation_email.feature features/admin/order/managing_orders/modifying_billing_address/modifying_billing_address_validation.feature features/admin/order/managing_orders/modifying_billing_address/modifying_billing_address_on_order_with_coupon.feature features/admin/order/managing_orders/modifying_billing_address/modifying_billing_address_on_order_with_taxes.feature features/admin/order/managing_orders/modifying_billing_address/modifying_billing_address_on_order_with_promotion.feature features/admin/order/managing_orders/modifying_billing_address/modifying_billing_address.feature features/admin/order/managing_orders/modifying_shipping_address/modifying_shipping_address_validation.feature features/admin/order/managing_orders/modifying_shipping_address/modifying_shipping_address_on_order_with_coupon.feature features/admin/order/managing_orders/modifying_shipping_address/modifying_shipping_address.feature features/admin/order/managing_orders/modifying_shipping_address/modifying_shipping_address_on_order_with_promotion.feature features/admin/order/managing_orders/modifying_shipping_address/modifying_shipping_address_on_order_with_taxes.feature features/admin/order/managing_orders/order_history/tracking_changes_on_order_addresses.feature features/admin/order/managing_orders/handling_order_shipment/placing_order_with_shipment.feature features/admin/order/managing_orders/handling_order_shipment/sending_confirmation_email_after_shipping_order.feature features/admin/order/managing_orders/handling_order_shipment/shipping_order.feature features/admin/order/managing_orders/handling_order_shipment/resending_shipment_confirmation_email.feature features/admin/product/managing_product_reviews/deleting_product_review.feature features/admin/product/managing_product_reviews/editing_product_review.feature features/admin/product/managing_product_reviews/browsing_product_reviews.feature features/admin/product/managing_product_reviews/recalculating_product_average_rating.feature features/admin/product/managing_product_reviews/rejecting_product_review.feature features/admin/product/managing_product_reviews/accepting_product_review.feature features/admin/product/managing_product_reviews/filtering_product_reviews.feature features/admin/product/managing_product_reviews/sorting_product_reviews.feature features/admin/product/managing_product_reviews/deleting_multiple_product_reviews.feature features/admin/product/managing_product_reviews/product_review_validation.feature features/admin/product/viewing_product_in_admin_panel/viewing_applied_catalog_promotions_details_for_a_simple_product.feature features/admin/product/viewing_product_in_admin_panel/viewing_product_attributes_in_different_locales.feature features/admin/product/viewing_product_in_admin_panel/navigating_between_product_show_and_edit_pages.feature features/admin/product/viewing_product_in_admin_panel/viewing_applied_catalog_promotions_details_within_variant.feature features/admin/product/viewing_product_in_admin_panel/viewing_lowest_price_before_discount_within_variant.feature features/admin/product/viewing_product_in_admin_panel/viewing_details_of_product_with_variants.feature features/admin/product/viewing_product_in_admin_panel/checking_products_in_the_shop_while_viewing_them.feature features/admin/product/viewing_product_in_admin_panel/viewing_lowest_price_before_discount_for_simple_product.feature features/admin/product/viewing_product_in_admin_panel/viewing_non_translatable_attributes_admin.feature features/admin/product/viewing_product_in_admin_panel/viewing_details_of_simple_product.feature features/admin/product/managing_product_options/managing_values_of_product_option.feature features/admin/product/managing_product_options/adding_product_option.feature features/admin/product/managing_product_options/deleting_multiple_product_options.feature features/admin/product/managing_product_options/editing_product_option.feature features/admin/product/managing_product_options/browsing_product_options.feature features/admin/product/managing_product_options/product_option_values_translation_validation.feature features/admin/product/managing_product_options/product_option_unique_code_validation.feature features/admin/product/managing_product_options/product_option_validation.feature features/admin/product/managing_product_options/sorting_product_options_by_position.feature features/admin/product/managing_product_options/filtering_product_options.feature features/admin/product/managing_product_variants/editing_product_variant.feature features/admin/product/managing_product_variants/preventing_generation_of_products_variants_from_options_without_any_values.feature features/admin/product/managing_product_variants/generating_product_variant_validation.feature features/admin/product/managing_product_variants/removing_product_variant_price_from_obsolete_channel.feature features/admin/product/managing_product_variants/deleting_multiple_product_variants.feature features/admin/product/managing_product_variants/browsing_product_variants_in_different_locales.feature features/admin/product/managing_product_variants/toggling_inventory_tracking_on_product_variant.feature features/admin/product/managing_product_variants/deleting_product_variant.feature features/admin/product/managing_product_variants/accessing_product_variants_generation.feature features/admin/product/managing_product_variants/adding_product_variant.feature features/admin/product/managing_product_variants/adding_product_variant_with_only_original_price.feature features/admin/product/managing_product_variants/browsing_product_variants.feature features/admin/product/managing_product_variants/preventing_deletion_of_purchased_product_variant.feature features/admin/product/managing_product_variants/toggling_product_variant.feature features/admin/product/managing_product_variants/product_variant_validation.feature features/admin/product/managing_product_variants/seeing_correct_option_values_while_editing_product_variant.feature features/admin/product/managing_product_variants/sorting_product_variants_within_product_by_position.feature features/admin/product/managing_product_variants/checking_products_in_the_shop_while_editing_their_product_variants.feature features/admin/product/managing_product_variants/generating_product_variant.feature features/admin/product/viewing_price_history/seeing_price_history_after_editing_product_variant.feature features/admin/product/viewing_price_history/seeing_price_history_of_simple_product_after_changes_to_catalog_promotions.feature features/admin/product/viewing_price_history/accessing_price_history_from_simple_product.feature features/admin/product/viewing_price_history/accessing_price_history_from_configurable_product.feature features/admin/product/viewing_price_history/seeing_price_history_after_creating_product_variant.feature features/admin/product/viewing_price_history/seeing_price_history_of_product_variant_after_changes_to_catalog_promotions.feature features/admin/product/managing_products/adding_product_with_prices_for_multiple_channels.feature features/admin/product/managing_products/removing_product_price_after_channel_deletion.feature features/admin/product/managing_products/editing_product_slug_in_multiple_locales.feature features/admin/product/managing_products/filtering_products_by_taxons.feature features/admin/product/managing_products/managing_attributes/adding_product_with_datetime_attribute.feature features/admin/product/managing_products/managing_attributes/adding_product_with_text_attribute.feature features/admin/product/managing_products/managing_attributes/adding_text_attribute_in_different_locales.feature features/admin/product/managing_products/managing_attributes/adding_product_with_percent_attribute.feature features/admin/product/managing_products/managing_attributes/adding_select_attribute_in_different_locales.feature features/admin/product/managing_products/managing_attributes/adding_text_attributes_to_existing_product.feature features/admin/product/managing_products/managing_attributes/adding_product_with_integer_attribute.feature features/admin/product/managing_products/managing_attributes/adding_product_with_select_attribute.feature features/admin/product/managing_products/managing_attributes/adding_product_with_date_attribute.feature features/admin/product/managing_products/managing_attributes/adding_product_with_float_attribute.feature features/admin/product/managing_products/filtering_products_by_channel.feature features/admin/product/managing_products/filtering_products_by_search.feature features/admin/product/managing_products/filtering_listed_products_from_a_taxon.feature features/admin/product/managing_products/changing_images_of_product.feature features/admin/product/managing_products/deleting_product_with_reviews.feature features/admin/product/managing_products/removing_images_of_product.feature features/admin/product/managing_products/preventing_xss_attack_while_adding_new_product.feature features/admin/product/managing_products/adding_images_to_existing_product.feature features/admin/product/managing_products/reordering_product_images.feature features/admin/product/managing_products/checking_taxons_of_product.feature features/admin/product/managing_products/accessing_stores_product_page.feature features/admin/product/managing_products/select_taxons_for_new_product.feature features/admin/product/managing_products/adding_product_with_associations.feature features/admin/product/managing_products/viewing_non_translatable_attributes.feature features/admin/product/managing_products/toggling_inventory_on_product.feature features/admin/product/managing_products/toggling_product.feature features/admin/product/managing_products/preventing_deletion_of_purchased_product.feature features/admin/product/managing_products/sorting_products_within_a_taxon_by_position.feature features/admin/product/managing_products/select_taxons_for_product.feature features/admin/product/managing_products/removing_product_price_from_obsolete_channel.feature features/admin/product/managing_products/selecting_main_taxons_for_product_in_a_different_locales.feature features/admin/product/managing_products/adding_product.feature features/admin/product/managing_products/product_validation.feature features/admin/product/managing_products/adding_multiple_product_attributes_at_once.feature features/admin/product/managing_products/preventing_xss_attack_while_editing_product.feature features/admin/product/managing_products/changing_associations_of_product.feature features/admin/product/managing_products/deleting_multiple_products.feature features/admin/product/managing_products/adding_associations_to_existing_product.feature features/admin/product/managing_products/filtering_taxons_of_product.feature features/admin/product/managing_products/browsing_products.feature features/admin/product/managing_products/adding_product_with_images.feature features/admin/product/managing_products/deleting_product.feature features/admin/product/managing_products/sorting_products.feature features/admin/product/managing_products/editing_product.feature features/admin/product/managing_products/checking_products_in_the_shop_while_editing_them.feature features/admin/product/managing_products/adding_product_with_only_original_price.feature features/admin/product/managing_products/modifying_taxons_assigned_to_an_existing_product.feature features/admin/product/managing_products/editing_product_slug.feature features/admin/product/managing_products/adding_product_attribute_without_providing_any_value.feature features/admin/product/managing_products/accessing_variants_management_from_product_edit_page.feature features/admin/product/managing_product_attributes/adding_select_product_attribute.feature features/admin/product/managing_product_attributes/editing_select_product_attribute.feature features/admin/product/managing_product_attributes/adding_float_product_attribute.feature features/admin/product/managing_product_attributes/text_product_attribute_validation.feature features/admin/product/managing_product_attributes/adding_integer_product_attribute.feature features/admin/product/managing_product_attributes/adding_non_translatable_attribute.feature features/admin/product/managing_product_attributes/adding_textarea_product_attribute.feature features/admin/product/managing_product_attributes/adding_checkbox_product_attribute.feature features/admin/product/managing_product_attributes/product_attribute_unique_code_validation.feature features/admin/product/managing_product_attributes/seeing_correct_select_attribute_values_in_different_locale_than_default_one.feature features/admin/product/managing_product_attributes/adding_percent_product_attribute.feature features/admin/product/managing_product_attributes/filtering_product_attributes.feature features/admin/product/managing_product_attributes/browsing_all_product_attributes.feature features/admin/product/managing_product_attributes/editing_text_product_attribute.feature features/admin/product/managing_product_attributes/deleting_multiple_product_attributes.feature features/admin/product/managing_product_attributes/adding_text_product_attribute.feature features/admin/product/managing_product_attributes/sorting_product_attributes_by_position.feature features/admin/product/managing_product_attributes/select_product_attribute_validation.feature features/admin/product/managing_product_attributes/deleting_product_attribute.feature features/admin/product/managing_product_association_types/product_association_type_validation.feature features/admin/product/managing_product_association_types/filtering_product_association_types.feature features/admin/product/managing_product_association_types/editing_product_association_type.feature features/admin/product/managing_product_association_types/product_association_type_unique_code_validation.feature features/admin/product/managing_product_association_types/sorting_product_association_types.feature features/admin/product/managing_product_association_types/adding_product_association_type.feature features/admin/product/managing_product_association_types/browsing_product_association_types.feature features/admin/product/managing_product_association_types/deleting_multiple_product_association_types.feature features/admin/product/managing_product_association_types/deleting_product_association_type.feature features/admin/taxonomy/managing_taxons/deleting_taxon.feature features/admin/taxonomy/managing_taxons/adding_taxon.feature features/admin/taxonomy/managing_taxons/reordering_taxon.feature features/admin/taxonomy/managing_taxons/removing_images_of_taxon.feature features/admin/taxonomy/managing_taxons/taxon_unique_code_validation.feature features/admin/taxonomy/managing_taxons/editing_taxon_slug_in_multiple_locales.feature features/admin/taxonomy/managing_taxons/adding_taxon_for_parent.feature features/admin/taxonomy/managing_taxons/changing_images_of_taxon.feature features/admin/taxonomy/managing_taxons/editing_taxon_slug.feature features/admin/taxonomy/managing_taxons/browsing_taxon.feature features/admin/taxonomy/managing_taxons/adding_taxon_with_images.feature features/admin/taxonomy/managing_taxons/adding_images_to_existing_taxon.feature features/admin/taxonomy/managing_taxons/taxon_validation.feature features/admin/taxonomy/managing_taxons/preventing_xss_attack_while_adding_new_taxon.feature features/admin/taxonomy/managing_taxons/toggling_taxon.feature features/admin/taxonomy/managing_taxons/adding_taxon_with_parent.feature features/admin/taxonomy/managing_taxons/editing_taxon.feature features/admin/placing_order_as_impersonated_shop_users.feature features/admin/promotion/tracking_usage/checking_promotion_usage.feature features/admin/promotion/tracking_usage/decreasing_promotion_usage_after_cancelling_order.feature features/admin/promotion/tracking_usage/increasing_promotion_usage_after_placing_order.feature features/admin/promotion/tracking_usage/decreasing_promotion_coupon_usage_after_cancelling_order.feature features/admin/promotion/tracking_usage/increasing_promotion_coupon_usage_after_placing_order.feature features/admin/promotion/managing_coupons/browsing_coupons.feature features/admin/promotion/managing_coupons/sorting_coupons.feature features/admin/promotion/managing_coupons/generating_coupon.feature features/admin/promotion/managing_coupons/coupon_validation.feature features/admin/promotion/managing_coupons/coupon_generate_validation.feature features/admin/promotion/managing_coupons/deleting_multiple_coupons.feature features/admin/promotion/managing_coupons/being_unable_to_generate_too_many_coupons_with_prefix_and_suffix.feature features/admin/promotion/managing_coupons/coupon_unique_code_validation.feature features/admin/promotion/managing_coupons/filtering_coupons.feature features/admin/promotion/managing_coupons/generating_coupon_with_prefix_and_suffix.feature features/admin/promotion/managing_coupons/adding_coupon.feature features/admin/promotion/managing_coupons/preventing_deletion_of_coupons_in_use.feature features/admin/promotion/managing_coupons/deleting_coupon.feature features/admin/promotion/managing_coupons/editing_coupon.feature features/admin/promotion/removing_catalog_promotions/removing_catalog_promotions.feature features/admin/promotion/managing_promotions/preventing_deletion_of_promotions_in_use.feature features/admin/promotion/managing_promotions/adding_promotion_with_action_in_different_channels.feature features/admin/promotion/managing_promotions/prevent_from_removing_taxons_that_are_used_in_promotion_rules.feature features/admin/promotion/managing_promotions/deleting_promotion.feature features/admin/promotion/managing_promotions/adding_promotion.feature features/admin/promotion/managing_promotions/archiving_promotions.feature features/admin/promotion/managing_promotions/editing_promotion.feature features/admin/promotion/managing_promotions/sorting_promotions_by_priority.feature features/admin/promotion/managing_promotions/adding_promotion_with_filter.feature features/admin/promotion/managing_promotions/promotion_unique_code_validation.feature features/admin/promotion/managing_promotions/filtering_promotions_by_coupon_code.feature features/admin/promotion/managing_promotions/deleting_multiple_promotions.feature features/admin/promotion/managing_promotions/seeing_errors_in_promotion_channel_based_configuration.feature features/admin/promotion/managing_promotions/adding_promotion_with_rule.feature features/admin/promotion/managing_promotions/accessing_the_coupons_management_from_the_promotion_page.feature features/admin/promotion/managing_promotions/adding_promotion_in_different_languages.feature features/admin/promotion/managing_promotions/adding_promotion_with_rule_in_different_channels.feature features/admin/promotion/managing_promotions/browsing_promotions.feature features/admin/promotion/managing_promotions/promotion_validation.feature features/admin/promotion/managing_promotions/promotions_filter_validation.feature features/admin/promotion/managing_promotions/adding_promotion_with_action.feature features/admin/promotion/managing_promotions/seeing_correct_percentage_discounts_while_editing_promotion_with_action_and_decimal_places.feature features/admin/promotion/managing_promotions/prevent_from_removing_products_that_are_used_in_promotion_rules.feature features/admin/promotion/managing_catalog_promotions/adding_catalog_promotion_with_fixed_discount_where_amount_is_decimal_number_with_comma.feature features/admin/promotion/managing_catalog_promotions/catalog_promotion_filtration/filtering_catalog_promotions_by_status.feature features/admin/promotion/managing_catalog_promotions/catalog_promotion_filtration/filtering_catalog_promotions_by_end_date.feature features/admin/promotion/managing_catalog_promotions/catalog_promotion_filtration/filtering_catalog_promotions_by_channel.feature features/admin/promotion/managing_catalog_promotions/catalog_promotion_filtration/filtering_catalog_promotions_by_search.feature features/admin/promotion/managing_catalog_promotions/catalog_promotion_filtration/filtering_catalog_promotions_by_start_date.feature features/admin/promotion/managing_catalog_promotions/seeing_correct_percantage_discounts_while_editing_catalog_promotion.feature features/admin/promotion/managing_catalog_promotions/filtering_variants_affected_by_catalog_promotions.feature features/admin/promotion/managing_catalog_promotions/creating_catalog_promotion.feature features/admin/promotion/managing_catalog_promotions/validating_catalog_promotion_creation.feature features/admin/promotion/managing_catalog_promotions/prioritizing_catalog_promotions.feature features/admin/promotion/managing_catalog_promotions/sorting_catalog_promotions.feature features/admin/promotion/managing_catalog_promotions/editing_catalog_promotion.feature features/admin/promotion/managing_catalog_promotions/toggling_catalog_promotion.feature features/admin/promotion/managing_catalog_promotions/browsing_variants_affected_by_catalog_promotions.feature features/admin/promotion/managing_catalog_promotions/browsing_catalog_promotions.feature features/admin/promotion/managing_catalog_promotions/seeing_catalog_promotion_details.feature features/admin/being_redirected_to_previous_filtered_page.feature features/admin/redirecting_on_login_after_being_logout.feature features/admin/pending_actions_per_channel.feature features/admin/locale/channel_independent_translatable_entities_locales.feature features/admin/locale/managing_locales/adding_locale.feature features/admin/locale/managing_locales/filtering_locales.feature features/admin/locale/managing_locales/locale_unique_code_validation.feature features/admin/locale/managing_locales/locale_validation.feature features/admin/locale/managing_locales/removing_locale.feature features/admin/statistics.feature features/admin/currency/managing_currencies/adding_currency.feature features/admin/currency/managing_currencies/currency_unique_code_validation.feature features/admin/currency/managing_currencies/browsing_currencies.feature features/admin/currency/managing_currencies/currency_validation.feature features/admin/currency/managing_exchange_rates/adding_exchange_rate.feature features/admin/currency/managing_exchange_rates/inability_of_adding_exchange_rate_with_same_currency_pair.feature features/admin/currency/managing_exchange_rates/browsing_exchange_rates.feature features/admin/currency/managing_exchange_rates/exchange_rate_validation.feature features/admin/currency/managing_exchange_rates/filtering_exchange_rates_by_currency.feature features/admin/currency/managing_exchange_rates/deleting_exchange_rate.feature features/admin/currency/managing_exchange_rates/editing_exchange_rate.feature features/admin/currency/managing_exchange_rates/deleting_multiple_exchange_rates.feature features/admin/errors/seeing_not_found_page_in_the_admin_panel.feature features/admin/payment/managing_payment_methods/preventing_deletion_of_used_payment_method.feature features/admin/payment/managing_payment_methods/sorting_payment_methods.feature features/admin/payment/managing_payment_methods/adding_payment_method.feature features/admin/payment/managing_payment_methods/being_redirected_to_previous_filtered_page.feature features/admin/payment/managing_payment_methods/payment_method_unique_code_validation.feature features/admin/payment/managing_payment_methods/deleting_multiple_payment_methods.feature features/admin/payment/managing_payment_methods/filtering_payment_methods.feature features/admin/payment/managing_payment_methods/browsing_payment_methods.feature features/admin/payment/managing_payment_methods/editing_payment_method.feature features/admin/payment/managing_payment_methods/deleting_payment_method.feature features/admin/payment/managing_payment_methods/payment_method_validation.feature features/admin/payment/managing_payment_methods/sorting_payment_methods_by_position.feature features/admin/payment/managing_payments/browsing_payments.feature features/admin/payment/managing_payments/sorting_payments.feature features/admin/payment/managing_payments/filtering_payments_by_channel.feature features/admin/payment/managing_payments/managing_of_payment_status.feature features/admin/payment/managing_payments/accessing_payments_order_from_payment_index.feature features/admin/payment/managing_payments/payment_request/browsing_payment_requests.feature features/admin/payment/managing_payments/payment_request/filtering_payment_requests.feature features/admin/payment/managing_payments/payment_request/seeing_payment_request_details.feature features/admin/payment/managing_payments/filtering_payments_by_state.feature features/admin/impersonating_customers.feature features/admin/securing_access_to_account_after_using_back_button_after_logging_out.feature features/admin/user/managing_customers/customer_unique_email_validation.feature features/admin/user/managing_customers/changing_customer_email.feature features/admin/user/managing_customers/sorting_customers.feature features/admin/user/managing_customers/verifying_customer_account.feature features/admin/user/managing_customers/customer_validation.feature features/admin/user/managing_customers/adding_customer_account.feature features/admin/user/managing_customers/editing_customer.feature features/admin/user/managing_customers/seeing_orders_statistics_on_customer_details_page.feature features/admin/user/managing_customers/filtering_customers_by_search.feature features/admin/user/managing_customers/adding_customer_account_after_failed_creation_action.feature features/admin/user/managing_customers/toggling_customer_account.feature features/admin/user/managing_customers/browsing_orders_of_customer.feature features/admin/user/managing_customers/browsing_customers.feature features/admin/user/managing_customers/adding_customer.feature features/admin/user/managing_customers/filtering_customers_by_groups.feature features/admin/user/managing_customers/seeing_customer_details.feature features/admin/user/managing_customers/seeing_province_created_manually_on_customer_details_page.feature features/admin/user/managing_administrators/removing_administrator_avatar.feature features/admin/user/managing_administrators/browsing_administrator.feature features/admin/user/managing_administrators/editing_administrator.feature features/admin/user/managing_administrators/adding_administrator.feature features/admin/user/managing_administrators/deleting_administrators.feature features/admin/user/managing_administrators/adding_avatar_to_administrator.feature features/admin/user/managing_administrators/deleting_multiple_administrators.feature features/admin/user/managing_administrators/administrator_validation.feature features/admin/user/managing_administrators/changing_administrator_avatar.feature features/admin/user/managing_users/changing_shop_user_password.feature features/admin/user/managing_users/deleting_account.feature features/admin/user/managing_customer_groups/sorting_customer_groups.feature features/admin/user/managing_customer_groups/customer_group_validation.feature features/admin/user/managing_customer_groups/browsing_customer_groups.feature features/admin/user/managing_customer_groups/customer_group_unique_code_validation.feature features/admin/user/managing_customer_groups/adding_customer_group.feature features/admin/user/managing_customer_groups/deleting_customer_group.feature features/admin/user/managing_customer_groups/editing_customer_group.feature features/admin/user/managing_customer_groups/filtering_customer_groups.feature features/admin/user/managing_customer_groups/deleting_multiple_customer_groups.feature features/admin/shipping/managing_shipping_categories/browsing_shipping_categories.feature features/admin/shipping/managing_shipping_categories/shipping_category_validation.feature features/admin/shipping/managing_shipping_categories/deleting_multiple_shipping_categories.feature features/admin/shipping/managing_shipping_categories/deleting_shipping_category.feature features/admin/shipping/managing_shipping_categories/shipping_category_unique_code_validation.feature features/admin/shipping/managing_shipping_categories/editing_shipping_category.feature features/admin/shipping/managing_shipping_categories/adding_shipping_category.feature features/admin/shipping/managing_shipments/filtering_shipments_by_state.feature features/admin/shipping/managing_shipments/accessing_shipments_order_from_shipment_index.feature features/admin/shipping/managing_shipments/filtering_shipments_by_shipping_method.feature features/admin/shipping/managing_shipments/shipping_a_shipment_from_shipment_list.feature features/admin/shipping/managing_shipments/filtering_shipments_by_channel.feature features/admin/shipping/managing_shipments/browsing_shipments.feature features/admin/shipping/managing_shipments/browsing_shipments_from_multiple_channels.feature features/admin/shipping/managing_shipments/seeing_shipment_details.feature features/admin/shipping/managing_shipping_methods/shipping_method_flat_rate_per_unit_validation.feature features/admin/shipping/managing_shipping_methods/shipping_method_code_validation.feature features/admin/shipping/managing_shipping_methods/sorting_shipping_methods_by_position.feature features/admin/shipping/managing_shipping_methods/toggling_shipping_method.feature features/admin/shipping/managing_shipping_methods/adding_shipping_method.feature features/admin/shipping/managing_shipping_methods/deleting_multiple_shipping_methods.feature features/admin/shipping/managing_shipping_methods/shipping_method_flat_rate_per_shipment_validation.feature features/admin/shipping/managing_shipping_methods/browsing_shipping_methods.feature features/admin/shipping/managing_shipping_methods/shipping_method_unique_code_validation.feature features/admin/shipping/managing_shipping_methods/deleting_shipping_method.feature features/admin/shipping/managing_shipping_methods/archiving_shipping_methods.feature features/admin/shipping/managing_shipping_methods/sorting_shipping_methods_by_name_or_code.feature features/admin/shipping/managing_shipping_methods/preventing_deletion_of_used_shipping_method.feature features/admin/shipping/managing_shipping_methods/shipping_method_validation.feature features/admin/shipping/managing_shipping_methods/editing_shipping_method.feature features/admin/shipping/managing_shipping_methods/denying_access_to_shipping_methods_for_unauthorized_users.feature features/admin/shipping/managing_shipping_methods/adding_shipping_method_with_rule.feature features/admin/shipping/managing_shipping_methods/seeing_errors_in_shipping_method_charges.feature features/admin/searching_products_via_the_dashboard_search_field.feature features/admin/taxation/managing_tax_rates/deleting_tax_rate.feature features/admin/taxation/managing_tax_rates/tax_rates_filtration/filtering_tax_rates_by_start_date.feature features/admin/taxation/managing_tax_rates/tax_rates_filtration/filtering_tax_rates_by_end_date.feature features/admin/taxation/managing_tax_rates/deleting_multiple_tax_rates.feature features/admin/taxation/managing_tax_rates/tax_rate_validation.feature features/admin/taxation/managing_tax_rates/editing_tax_rate.feature features/admin/taxation/managing_tax_rates/adding_tax_rate.feature features/admin/taxation/managing_tax_rates/tax_rate_unique_code_validation.feature features/admin/taxation/managing_tax_categories/filtering_tax_categories.feature features/admin/taxation/managing_tax_categories/tax_category_validation.feature features/admin/taxation/managing_tax_categories/deleting_tax_category.feature features/admin/taxation/managing_tax_categories/deleting_multiple_tax_categories.feature features/admin/taxation/managing_tax_categories/adding_tax_category.feature features/admin/taxation/managing_tax_categories/tax_category_unique_code_validation.feature features/admin/taxation/managing_tax_categories/editing_tax_category.feature features/admin/resetting_password_validation.feature features/admin/inventory/displaying_inventory_tab_on_simple_product_edit_page.feature features/admin/inventory/checkout_inventory/holding_inventory_units_during_checkout_process.feature features/admin/inventory/managing_inventory/sorting_inventory.feature features/admin/inventory/managing_inventory/filtering_inventory_by_product.feature features/admin/inventory/managing_inventory/browsing_inventory.feature features/admin/inventory/managing_inventory/verify_reserved_inventory_is_back_in_stock_on_order_cancelling.feature features/admin/inventory/managing_inventory/filtering_inventory_by_search.feature features/admin/inventory/managing_inventory/viewing_product_variant_with_specify_quantity_of_items_on_hand.feature features/admin/inventory/managing_inventory/decreasing_inventory_below_on_hold_validation.feature features/admin/addressing/managing_countries/country_validation.feature features/admin/addressing/managing_countries/adding_country.feature features/admin/addressing/managing_countries/managing_provinces_of_country.feature features/admin/addressing/managing_countries/province_validation.feature features/admin/addressing/managing_countries/province_unique_fields_validation.feature features/admin/addressing/managing_countries/editing_country.feature features/admin/addressing/managing_countries/adding_country_with_provinces.feature features/admin/addressing/managing_zones/deleting_multiple_zones.feature features/admin/addressing/managing_zones/zone_validation.feature features/admin/addressing/managing_zones/adding_zone.feature features/admin/addressing/managing_zones/browsing_zone.feature features/admin/addressing/managing_zones/zone_unique_code_validation.feature features/admin/addressing/managing_zones/deleting_zone.feature features/admin/addressing/managing_zones/editing_zone.feature features/admin/resetting_password.feature features/hybrid/promotion/applying_catalog_promotions/applying_catalog_promotions_for_product_created_in_catalog_promotions_scope.feature features/hybrid/promotion/applying_catalog_promotions/not_reapplying_catalog_promotions_on_variants_once_products_taxon_changes.feature features/hybrid/promotion/applying_catalog_promotions/not_reapplying_catalog_promotions_on_variant_once_its_prices_changes.feature features/hybrid/checkout/leaving_notes_on_order_during_checkout.feature features/hybrid/checkout/changing_payment_method/cancelling_payment_request_when_payment_method_is_changed.feature features/hybrid/checkout/placing_order_on_multi_channel/placing_an_order_on_a_single_channel_store.feature features/hybrid/checkout/placing_order_on_multi_channel/placing_an_order_on_multiple_channels_with_different_currency.feature features/hybrid/checkout/placing_order_on_multi_channel/placing_an_order_on_multiple_channels_with_same_currency.feature features/cli/change_admin_password.feature features/cli/installer/install_command.feature features/cli/installer/load_sample_data_command.feature features/cli/canceling_unpaid_orders.feature.feature features/domain/order/seeing_order_shipping_total_with_applied_promotion_and_taxes.feature features/domain/product/deleting_product_with_reviews.feature features/domain/product/preventing_deletion_of_purchased_product.feature features/domain/product/deleting_product_variant.feature features/domain/product/preventing_deletion_of_purchased_product_variant.feature features/domain/product/deleting_product.feature features/domain/promotion/preventing_deletion_of_promotions_in_use.feature features/domain/promotion/deleting_promotion.feature features/domain/promotion/preventing_deletion_of_coupons_in_use.feature features/domain/promotion/deleting_coupon.feature features/domain/shipping/archiving_shipping_methods.feature features/shop/contact/requesting_contact_validation.feature features/shop/contact/requesting_contact.feature features/shop/channel/products_accessibility_in_multiple_channels/products_accessibility_in_multiple_channels.feature features/shop/channel/theming/displaying_themed_channel_website.feature features/shop/channel/theming/overriding_plugin_template_with_theme.feature features/shop/product/viewing_products/viewing_taxon_image.feature features/shop/product/list/viewing_products_with_all_variants_disabled.feature features/shop/product/list/accessing_disabled_taxon.feature features/shop/product/list/sorting/sorting_products_by_their_discounted_price.feature features/shop/product/list/sorting/viewing_products_from_specific_taxon_sorted_by_position.feature features/shop/product/list/sorting/filtering_out_disabled_channels.feature features/shop/product/list/sorting/viewing_products_with_multiple_variants_sorted_by_price.feature features/shop/product/list/sorting/viewing_sorted_products_multiple_channels.feature features/shop/product/list/sorting/sorting_products_by_first_variant_price.feature features/shop/product/list/viewing_product_price_on_products_list.feature features/shop/product/list/redirecting_to_products_when_there_is_a_trailing_slash_in_path.feature features/shop/product/list/viewing_products_from_specific_taxon_and_channel.feature features/shop/product/list/viewing_products_from_taxon_children.feature features/shop/product/list/viewing_enabled_products_only.feature features/shop/product/list/viewing_products_from_taxon_and_children.feature features/shop/product/list/searching_products_by_name_within_specific_taxon.feature features/shop/product/list/viewing_products_from_specific_taxon.feature features/shop/product/list/viewing_product_short_description_on_product_list.feature features/shop/product/list/viewing_children_taxons_from_specific_taxon.feature features/shop/product/list/viewing_sorted_products.feature features/shop/product/show/viewing_product_with_disabled_main_taxon.feature features/shop/product/show/viewing_product_enabled_variants_only.feature features/shop/product/show/accessing_product_page_via_permalink.feature features/shop/product/show/accessing_product_which_does_not_exist.feature features/shop/product/show/viewing_product_variants_names.feature features/shop/product/show/reviews/viewing_product_average_rating.feature features/shop/product/show/reviews/viewing_product_reviews_on_product_details_page.feature features/shop/product/show/reviews/viewing_product_reviews_on_product_reviews_page.feature features/shop/product/show/options/viewing_diagonal_variant_options.feature features/shop/product/show/options/viewing_product_enabled_variants_options_only.feature features/shop/product/show/viewing_product_images.feature features/shop/product/show/attributes/viewing_select_product_attributes_in_different_locales.feature features/shop/product/show/attributes/viewing_product_attributes_in_different_locales.feature features/shop/product/show/attributes/viewing_select_product_attributes.feature features/shop/product/show/attributes/viewing_product_attributes_in_different_locales_and_channels.feature features/shop/product/show/attributes/viewing_product_attributes.feature features/shop/product/show/viewing_product.feature features/shop/product/show/viewing_product_with_all_variants_disabled.feature features/shop/product/show/prices/viewing_products_discounted_price.feature features/shop/product/show/prices/seeing_corresponding_lowest_price_before_discount_when_selecting_different_product_variant.feature features/shop/product/show/prices/seeing_products_lowest_price_before_discount.feature features/shop/product/show/prices/seeing_corresponding_lowest_price_before_discount_when_selecting_different_product_option.feature features/shop/product/show/prices/not_seeing_lowest_price_for_product_that_has_taxon_excluded_on_channel.feature features/shop/product/show/prices/viewing_different_discounted_price_for_different_product_variants.feature features/shop/product/show/prices/viewing_products_price.feature features/shop/product/show/prices/viewing_different_price_for_different_product_variants_selected_with_options.feature features/shop/product/show/prices/viewing_different_price_for_different_product_variants.feature features/shop/product/show/seeing_correct_lowest_prices_when_period_changes_on_channel.feature features/shop/product/show/associations/viewing_product_associations.feature features/shop/product/variants/viewing_list_of_product_variants_with_corresponding_prices_and_options.feature features/shop/product/variants/viewing_product_variant.feature features/shop/product/adding_product_reviews/adding_product_review_as_a_customer.feature features/shop/product/adding_product_reviews/adding_product_review_as_a_guest.feature features/shop/product/adding_product_reviews/product_review_validation.feature features/shop/promotion/complex_promotions.feature features/shop/promotion/applying_promotion_coupon/receiving_no_discount_if_coupon_promotion_is_not_eligible.feature features/shop/promotion/applying_promotion_coupon/applying_promotion_coupon_with_full_percentage.feature features/shop/promotion/applying_promotion_coupon/applying_promotion_coupon_with_per_customer_usage_limit.feature features/shop/promotion/applying_promotion_coupon/applying_promotion_coupon_with_usage_limit.feature features/shop/promotion/applying_promotion_coupon/denying_usage_of_unexisting_promotion_coupon.feature features/shop/promotion/applying_promotion_coupon/e2e/applying_promotion_coupon.feature features/shop/promotion/applying_promotion_coupon/e2e/removing_promotion_coupon.feature features/shop/promotion/applying_promotion_coupon/applying_promotion_coupon_with_expiration_date.feature features/shop/promotion/applying_catalog_promotions/applying_all_available_types_of_catalog_promotions.feature features/shop/promotion/applying_catalog_promotions/applying_catalog_promotion_with_different_scopes_defined.feature features/shop/promotion/applying_catalog_promotions/applying_catalog_promotions_price_calculation.feature features/shop/promotion/applying_catalog_promotions/applying_catalog_promotions_with_different_states.feature features/shop/promotion/applying_catalog_promotions/applying_catalog_promotion_with_proper_priorities.feature features/shop/promotion/applying_catalog_promotions/applying_catalog_promotions_in_proper_channels.feature features/shop/promotion/applying_catalog_promotions/applying_catalog_promotions_for_product.feature features/shop/promotion/applying_catalog_promotions/seeing_applied_catalog_promotions_on_variants_list.feature features/shop/promotion/applying_catalog_promotions/applying_catalog_promotions_for_taxon.feature features/shop/promotion/applying_catalog_promotions/applying_only_exclusive_catalog_promotion.feature features/shop/promotion/applying_catalog_promotions/seeing_applied_catalog_promotion_on_variant.feature features/shop/promotion/applying_catalog_promotions/applying_catalog_promotions_for_variant.feature features/shop/promotion/applying_catalog_promotions/applying_catalog_promotions_in_proper_time_range.feature features/shop/promotion/applying_catalog_promotions/applying_catalog_promotions_based_on_product_original_price.feature features/shop/promotion/applying_catalog_promotions/e2e/ui/seeing_applied_catalog_promotion_on_products_with_options.feature features/shop/promotion/applying_catalog_promotions/applying_catalog_promotions_with_fixed_discount_action.feature features/shop/promotion/applying_catalog_promotions/applying_catalog_promotions_with_taking_minimum_price_into_account.feature features/shop/promotion/applying_catalog_promotions/seeing_applied_catalog_promotions_on_products_list.feature features/shop/promotion/applying_promotion_rules/receiving_discount_based_on_items_total.feature features/shop/promotion/applying_promotion_rules/receiving_discount_based_on_items_from_specific_taxons.feature features/shop/promotion/applying_promotion_rules/receiving_discount_based_on_nth_order.feature features/shop/promotion/applying_promotion_rules/receiving_discount_based_on_total_of_items_from_specific_taxon.feature features/shop/promotion/applying_promotion_rules/receiving_discount_based_on_cart_quantity.feature features/shop/promotion/applying_promotion_rules/receiving_discount_based_on_chosen_product.feature features/shop/promotion/applying_promotion_rules/receiving_discount_based_on_nth_order_for_guest_customer.feature features/shop/promotion/applying_promotion_rules/reapplying_promotion_on_cart_change.feature features/shop/promotion/applying_promotion_rules/receiving_discount_based_on_customer_group.feature features/shop/promotion/receiving_discount/receiving_fixed_discount_distributed_on_item_units.feature features/shop/promotion/receiving_discount/receiving_percentage_discount_promotion_on_order.feature features/shop/promotion/receiving_discount/receiving_percentage_discount_on_specific_products.feature features/shop/promotion/receiving_discount/applying_promotion_with_expiration_date.feature features/shop/promotion/receiving_discount/receiving_fixed_discount_on_cart.feature features/shop/promotion/receiving_discount/receiving_discount_in_order_of_promotions_priority.feature features/shop/promotion/receiving_discount/applying_only_promotions_enabled_for_given_channel.feature features/shop/promotion/receiving_discount/receiving_percentage_discount_on_products_from_specific_taxon.feature features/shop/promotion/receiving_discount/receiving_fixed_discount_on_products_from_specific_taxon.feature features/shop/promotion/receiving_discount/receiving_percentage_discount_on_items_on_price_range.feature features/shop/promotion/receiving_discount/receiving_fixed_discount_on_items_on_price_range.feature features/shop/promotion/receiving_discount/receiving_percentage_discount_on_shipping.feature features/shop/promotion/receiving_discount/receiving_discounts_with_product_minimum_price_specified.feature features/shop/promotion/receiving_discount/receiving_fixed_discount_from_cart_promotions_only_on_non_discounted_products.feature features/shop/promotion/receiving_discount/receiving_fixed_discount_on_specific_products.feature features/shop/promotion/receiving_discount/receiving_stacked_promotions_with_changing_context.feature features/shop/promotion/receiving_discount/receiving_discount_from_promotion_with_multiple_actions.feature features/shop/promotion/receiving_discount/receiving_fixed_discount_dependent_on_channel.feature features/shop/promotion/receiving_discount/receiving_percentage_discount_from_cart_promotions_only_on_non_discounted_products.feature features/shop/promotion/reverting_discount/reverting_previously_applied_discount_on_cart.feature features/shop/checkout/having_new_addresses_saved_in_address_book.feature features/shop/checkout/being_able_to_modify_remaining_steps.feature features/shop/checkout/preventing_starting_checkout_with_empty_cart.feature features/shop/checkout/having_registration_account_form_prefilled_after_checkout.feature features/shop/checkout/paying_for_order/cancelling_payment_request_when_payment_method_is_changed.feature features/shop/checkout/paying_for_order/preventing_to_pay_for_cancelled_order.feature features/shop/checkout/paying_for_order/informing_customer_about_order_total_changes.feature features/shop/checkout/paying_for_order/changing_offline_payment_method_after_order_confirmation.feature features/shop/checkout/paying_for_order/sorting_payment_method_selection.feature features/shop/checkout/paying_for_order/viewing_available_payment_methods_based_on_current_channel.feature features/shop/checkout/paying_for_order/selecting_order_payment_method.feature features/shop/checkout/paying_for_order/preventing_not_available_payment_method_selection.feature features/shop/checkout/paying_for_order/paying_offline_during_checkout_as_guest.feature features/shop/checkout/paying_for_order/payment_method_integrity_validation.feature features/shop/checkout/paying_for_order/returning_from_payment_step_to_one_of_previous_steps.feature features/shop/checkout/paying_for_order/seeing_payment_method_instructions_after_checkout.feature features/shop/checkout/paying_for_order/paying_offline_during_checkout.feature features/shop/checkout/paying_for_order/accessing_order_right_after_completing_checkout.feature features/shop/checkout/paying_for_order/preventing_payment_step_completion_without_a_selected_method.feature features/shop/checkout/paying_for_order/preventing_changing_the_payment_method_of_a_cancelled_order.feature features/shop/checkout/preventing_skipping_checkout_steps.feature features/shop/checkout/ability_to_checkout_as_guest_with_a_registered_email.feature features/shop/checkout/order_promotion/order_promotion_integrity_validation.feature features/shop/checkout/shipping_order/selecting_order_shipping_method.feature features/shop/checkout/shipping_order/preventing_not_available_shipping_method_selection.feature features/shop/checkout/shipping_order/preventing_placing_order_with_disabled_shipping_method.feature features/shop/checkout/shipping_order/returning_from_shipping_step_to_addressing_step.feature features/shop/checkout/shipping_order/shipping_method_integrity_validation.feature features/shop/checkout/shipping_order/seeing_shipping_method_when_at_least_one_unit_match_to_shipping_method.feature features/shop/checkout/shipping_order/seeing_shipping_method_when_all_units_match_to_shipping_category.feature features/shop/checkout/shipping_order/preventing_shipping_step_completion_without_a_selected_method.feature features/shop/checkout/shipping_order/seeing_shipping_method_when_no_units_match_to_shipping_category.feature features/shop/checkout/shipping_order/sorting_shipping_method_selection.feature features/shop/checkout/shipping_order/seeing_default_shipping_method_selected_based_on_shipping_address.feature features/shop/checkout/shipping_order/seeing_shipping_fee.feature features/shop/checkout/shipping_order/seeing_shipping_fee_on_multiple_channels.feature features/shop/checkout/preventing_adding_to_cart_disabled_products.feature features/shop/checkout/addressing_order/addressing_order_with_shipping_address_when_it_is_required_one_for_channel.feature features/shop/checkout/addressing_order/having_only_possible_country_preselected.feature features/shop/checkout/addressing_order/choosing_billing_and_shipping_address_from_address_book.feature features/shop/checkout/addressing_order/specifying_province_manually.feature features/shop/checkout/addressing_order/choosing_province_for_country.feature features/shop/checkout/addressing_order/order_address_validation.feature features/shop/checkout/addressing_order/returning_to_addressing_step_with_a_different_shipping_address.feature features/shop/checkout/addressing_order/preventing_xss_attack_during_checkout.feature features/shop/checkout/addressing_order/returning_from_addressing_step_to_shop_homepage.feature features/shop/checkout/addressing_order/shipping_and_billing_address_validation.feature features/shop/checkout/addressing_order/filling_shipping_and_billing_address_details_as_guest.feature features/shop/checkout/addressing_order/having_default_address_preselected.feature features/shop/checkout/addressing_order/sign_in_during_addressing_step.feature features/shop/checkout/addressing_order/filling_shipping_address_details_as_guest_with_existing_account.feature features/shop/checkout/addressing_order/filling_billing_and_shipping_address_details.feature features/shop/checkout/addressing_order/restricting_list_of_countries_available_for_addressing.feature features/shop/checkout/addressing_order/changing_address_during_checkout.feature features/shop/checkout/skipping_payment_step_when_order_total_is_zero_after_applying_coupon.feature features/shop/checkout/placing_an_order_with_different_scopes_for_shipping_and_taxes.feature features/shop/checkout/seeing_purchaser_identifier_in_checkout_page.feature features/shop/checkout/receiving_confirmation_email_after_completing_checkout.feature features/shop/checkout/skipping_shipping_step_when_order_does_not_require_any_shipping.feature features/shop/checkout/preventing_cart_from_being_modified_after_checkout.feature features/shop/checkout/skipping_payment_method_step_when_only_one_payment_method_is_available.feature features/shop/checkout/preventing_from_claiming_cart_of_wrong_user.feature features/shop/checkout/registering_account_after_checkout.feature features/shop/checkout/product_integrity_validation.feature features/shop/checkout/seeing_order_summary/seeing_total_tax_on_order_summary_page.feature features/shop/checkout/seeing_order_summary/seeing_items_on_order_summary_page.feature features/shop/checkout/seeing_order_summary/seeing_order_locale.feature features/shop/checkout/seeing_order_summary/seeing_shipping_discount_on_order_summary_page.feature features/shop/checkout/seeing_order_summary/seeing_shipping_total_on_order_summary_page.feature features/shop/checkout/seeing_order_summary/seeing_total_discount_on_order_summary_page.feature features/shop/checkout/seeing_order_summary/seeing_addresses_on_order_summary_page_when_shipping_is_required_one_in_checkout.feature features/shop/checkout/seeing_order_summary/seeing_province_created_manually_on_order_summary_page.feature features/shop/checkout/seeing_order_summary/seeing_summary_order_with_free_product.feature features/shop/checkout/seeing_order_summary/seeing_addresses_on_order_summary_page.feature features/shop/checkout/seeing_order_summary/seeing_discount_on_order_item_on_summary_page.feature features/shop/checkout/seeing_order_summary/seeing_current_prices_of_products_after_catalog_promotion_becomes_ineligible.feature features/shop/checkout/seeing_order_summary/seeing_shipping_method_and_payment_method_on_order_summary_page.feature features/shop/checkout/returning_from_order_summary_page_to_one_of_previous_steps.feature features/shop/checkout/skipping_shipping_and_payment_step_when_order_does_not_require_any_shipping_and_its_total_is_zero.feature features/shop/checkout/not_seeing_payment_method_instructions_on_thank_you_page_if_order_total_is_zero.feature features/shop/checkout/emptying_the_cart_after_checkout.feature features/shop/checkout/skipping_shipping_step_when_only_one_shipping_method_is_available.feature features/shop/checkout/accessing_order_right_after_completing_checkout.feature features/shop/checkout/placing_an_order_after_moving_back_in_checkout.feature features/shop/checkout/prices_get_updated_throughout_checkout.feature features/shop/checkout/preventing_adding_to_cart_product_or_variant_from_another_channel.feature features/shop/checkout/picking_up_the_cart_with_the_locale_other_than_the_default.feature features/shop/checkout/ability_to_change_email_during_checkout.feature features/shop/checkout/preventing_adding_to_cart_inexistent_variant.feature features/shop/checkout/adding_product_with_promotion_that_makes_the_order_free.feature features/shop/checkout/skipping_payment_step_when_order_total_is_zero.feature features/shop/checkout/ability_to_confirm_an_order_with_a_promotion_on_shipping.feature features/shop/locale/handling_different_locales_on_multiple_channels.feature features/shop/locale/redirecting_to_default_locale.feature features/shop/locale/browsing_shop_in_different_than_default_locale.feature features/shop/locale/getting_available_locales_in_current_channel.feature features/shop/locale/switching_current_locale.feature features/shop/currency/viewing_exchange_rates/viewing_exchange_rates_based_on_current_channel.feature features/shop/currency/handling_different_currencies_on_multiple_channels.feature features/shop/currency/switching_current_currency.feature features/shop/errors/seeing_not_found_page_in_the_shop.feature features/shop/customer/seeing_myself_while_login.feature features/shop/cart/viewing_total_quantity_of_the_cart.feature features/shop/cart/shopping_cart/maintaining_cart_after_authorization.feature features/shop/cart/shopping_cart/removing_cart_item.feature features/shop/cart/shopping_cart/viewing_cart_summary.feature features/shop/cart/shopping_cart/adding_product_with_discounted_catalog_price_to_cart.feature features/shop/cart/shopping_cart/maintaining_previous_cart_after_authorization.feature features/shop/cart/shopping_cart/adding_product_to_cart_with_prices_dependent_on_channel.feature features/shop/cart/shopping_cart/seeing_detailed_information_about_cart.feature features/shop/cart/shopping_cart/having_proper_product_image_displayed_in_cart.feature features/shop/cart/shopping_cart/viewing_cart_summary_in_many_channels.feature features/shop/cart/shopping_cart/continuing_cart_processing_from_ui_in_api.feature features/shop/cart/shopping_cart/adding_products_with_quantity_to_cart.feature features/shop/cart/shopping_cart/changing_display_currency_of_cart.feature features/shop/cart/shopping_cart/clearing_cart.feature features/shop/cart/shopping_cart/resolving_default_shipping_method_in_cart_summary_for_simple_products.feature features/shop/cart/shopping_cart/adding_product_to_cart.feature features/shop/cart/shopping_cart/allowing_access_only_for_correctly_logged_in_users.feature features/shop/cart/shopping_cart/maintaining_last_picked_up_cart.feature features/shop/cart/shopping_cart/updating_cart_on_checkout.feature features/shop/cart/shopping_cart/resolving_default_shipping_method_in_cart_summary_based_on_method_position.feature features/shop/cart/shopping_cart/currency_rounding_edge_case.feature features/shop/cart/shopping_cart/e2e/ui/adding_product_to_cart_with_prices_dependent_on_channel.feature features/shop/cart/shopping_cart/e2e/ui/verify_add_to_cart_button_state.feature features/shop/cart/shopping_cart/e2e/removing_cart_item.feature features/shop/cart/shopping_cart/e2e/adding_product_with_options_to_cart.feature features/shop/cart/shopping_cart/e2e/adding_product_with_variants_to_cart.feature features/shop/cart/shopping_cart/e2e/adding_product_to_cart.feature features/shop/cart/shopping_cart/e2e/changing_quantity_of_product_in_cart.feature features/shop/cart/shopping_cart/clearing_cart_after_logging_out.feature features/shop/cart/shopping_cart/seeing_shipping_costs_only_when_required.feature features/shop/cart/shopping_cart/adding_product_with_variants_with_discounted_catalog_price_to_cart.feature features/shop/homepage/viewing_only_taxons_from_menu_taxon.feature features/shop/homepage/viewing_latest_products.feature features/shop/homepage/viewing_only_enabled_taxons_in_taxon_menu.feature features/shop/homepage/viewing_latest_deals.feature features/shop/shipping/viewing_shipping_methods/viewing_available_shipping_methods_based_on_channel_as_a_shop_user.feature features/shop/shipping/viewing_shipping_methods/viewing_available_shipping_methods_based_on_channel_as_a_visitor.feature features/shop/shipping/applying_shipping_method_rules/seeing_estimated_shipping_cost_based_on_items_total.feature features/shop/shipping/applying_shipping_method_rules/viewing_available_shipping_methods_based_on_total_weight.feature features/shop/shipping/applying_shipping_method_rules/seeing_estimated_shipping_cost_based_on_total_weight.feature features/shop/shipping/applying_shipping_method_rules/viewing_available_shipping_methods_based_on_items_total.feature features/shop/shipping/applying_shipping_method_rules/viewing_available_shipping_methods_based_on_items_total_with_taxes_and_promotions.feature features/shop/shipping/applying_shipping_fee/applying_correct_shipping_fee_with_taxes_on_order.feature features/shop/shipping/applying_shipping_fee/applying_correct_shipping_fee_on_order.feature features/shop/shipping/applying_shipping_fee/applying_correct_shipping_fee_with_product_taxes_on_order.feature features/shop/payment_request/calling_notify_for_a_payment_request.feature features/shop/payment_request/calling_notify_for_a_payment_method.feature features/shop/taxation/applying_taxes_based_on_order_item_units_calculation_strategy/applying_correct_taxes_for_item_units_with_discount_for_whole_order.feature features/shop/taxation/applying_taxes_based_on_order_item_units_calculation_strategy/applying_correct_taxes_for_item_units_with_different_tax_rates.feature features/shop/taxation/applying_taxes_based_on_order_item_units_calculation_strategy/applying_correct_taxes_for_item_units_with_discount_for_item_when_tax_rate_included_in_price.feature features/shop/taxation/applying_taxes_based_on_order_item_units_calculation_strategy/applying_correct_taxes_for_item_units_with_tax_rate_included_in_price.feature features/shop/taxation/applying_taxes_based_on_order_item_units_calculation_strategy/applying_correct_taxes_for_item_units_with_discount_for_whole_order_when_tax_rate_included_in_price.feature features/shop/taxation/applying_taxes_based_on_order_item_units_calculation_strategy/applying_correct_taxes_for_item_units_with_discount_for_item.feature features/shop/taxation/applying_taxes_based_on_order_item_units_calculation_strategy/applying_correct_taxes_for_item_units_with_the_same_tax_rate.feature features/shop/taxation/applying_taxes/rounding_taxes_on_order_item_level.feature features/shop/taxation/applying_taxes/applying_correct_taxes_for_shipping.feature features/shop/taxation/applying_taxes/applying_correct_taxes_for_products_with_different_tax_rates_for_different_zones.feature features/shop/taxation/applying_taxes/applying_correct_taxes_for_product_with_tax_rate_included_in_price.feature features/shop/taxation/applying_taxes/applying_correct_taxes_for_order_with_discount_for_shipping_when_tax_rate_included_in_price.feature features/shop/taxation/applying_taxes/applying_correct_taxes_for_items_with_the_same_tax_rate.feature features/shop/taxation/applying_taxes/applying_correct_taxes_for_order_with_discount_for_an_item_in_order_when_tax_rate_included_in_price.feature features/shop/taxation/applying_taxes/applying_correct_taxes_on_visitor_cart_for_specific_date.feature features/shop/taxation/applying_taxes/applying_different_taxes_for_variants_with_different_tax_category.feature features/shop/taxation/applying_taxes/applying_correct_taxes_for_order_with_discount_for_shipping.feature features/shop/taxation/applying_taxes/applying_correct_taxes_for_order_with_discount_for_an_item_in_order.feature features/shop/taxation/applying_taxes/applying_correct_taxes_for_items_with_different_tax_rates.feature features/shop/taxation/applying_taxes/applying_correct_taxes_on_visitor_cart.feature features/shop/taxation/applying_taxes/not_applying_taxes_for_products_without_tax_category.feature features/shop/taxation/applying_taxes/applying_correct_taxes_for_order_with_discount_for_whole_order_when_tax_rate_included_in_price.feature features/shop/taxation/applying_taxes/applying_correct_taxes_for_shipping_with_tax_rate_included_in_price.feature features/shop/taxation/applying_taxes/applying_correct_taxes_for_order_with_discount_for_whole_order.feature features/shop/taxation/applying_taxes/applying_correct_taxes_based_on_customer_data.feature features/shop/inventory/cart_inventory/inability_of_adding_a_product_with_insufficient_stock.feature features/shop/inventory/cart_inventory/verify_inventory_quantity_when_updating_cart_summary.feature features/shop/inventory/cart_inventory/e2e/ui/prevent_buying_more_products_than_available_in_a_stock.feature features/shop/inventory/cart_inventory/e2e/ui/verify_inventory_quantity_when_updating_cart_summary.feature features/shop/inventory/cart_inventory/e2e/prevent_buying_more_products_than_available_in_a_stock.feature features/shop/inventory/cart_inventory/e2e/verify_inventory_quantity_when_updating_cart_summary.feature features/shop/inventory/checkout_inventory/validating_product_quantity_on_checkout_complete.feature features/shop/account/receiving_email_after_registration.feature features/shop/account/subscribing_newsletter_during_registration.feature features/shop/account/customer_account/editing_customer_profile.feature features/shop/account/customer_account/address_book/preventing_xss_attack_during_updating_address.feature features/shop/account/customer_account/address_book/setting_default_address.feature features/shop/account/customer_account/address_book/preventing_not_logged_user_from_operations_on_address_book.feature features/shop/account/customer_account/address_book/address_province_validation.feature features/shop/account/customer_account/address_book/deleting_address.feature features/shop/account/customer_account/address_book/viewing_empty_address_book.feature features/shop/account/customer_account/address_book/viewing_addresses.feature features/shop/account/customer_account/address_book/adding_address_validation.feature features/shop/account/customer_account/address_book/deleting_address_created_after_checkout.feature features/shop/account/customer_account/address_book/editing_address.feature features/shop/account/customer_account/address_book/adding_address.feature features/shop/account/customer_account/address_book/viewing_addresses_created_after_checkout.feature features/shop/account/customer_account/changing_password_validation.feature features/shop/account/customer_account/subscribing_newsletter.feature features/shop/account/customer_account/changing_password.feature features/shop/account/customer_account/securing_access_to_account_after_using_back_button_after_logging_out.feature features/shop/account/customer_account/customer_profile_validation.feature features/shop/account/customer_account/viewing_orders_history/changing_payment_method.feature features/shop/account/customer_account/viewing_orders_history/seeing_province_created_manually_in_order_history.feature features/shop/account/customer_account/viewing_orders_history/viewing_orders.feature features/shop/account/customer_account/viewing_orders_history/being_unable_to_see_non_own_orders_and_associated_resources.feature features/shop/account/customer_account/viewing_orders_history/viewing_order_only_from_current_channel.feature features/shop/account/customer_account/viewing_orders_history/seeing_right_payment_amount_for_an_order.feature features/shop/account/customer_account/viewing_orders_history/viewing_order_items_with_proper_names.feature features/shop/account/customer_account/viewing_orders_history/viewing_payment_status_for_an_order.feature features/shop/account/customer_account/viewing_orders_history/viewing_order.feature features/shop/account/customer_account/viewing_orders_history/viewing_only_my_orders.feature features/shop/account/customer_account/viewing_orders_history/order_is_always_placed_in_a_base_currency_of_a_channel.feature features/shop/account/customer_account/viewing_orders_history/seeing_customer_orders_placed_as_guest.feature features/shop/account/customer_account/viewing_orders_history/viewing_order_items.feature features/shop/account/customer_account/viewing_orders_history/viewing_shipment_status_on_a_placed_order_show_page.feature features/shop/account/customer_account/redirect_when_already_signed_in.feature features/shop/account/verification/verifying_email_address.feature features/shop/account/signing_in_validation.feature features/shop/account/signing_in.feature features/shop/account/renewing_account_after_deletion.feature features/shop/account/signing_out.feature features/shop/account/registering.feature features/shop/account/resetting_password_validation.feature features/shop/account/registering_validation.feature features/shop/account/resetting_password.feature features/shop/account/resetting_password_redirect.feature templates/bundles/ApiPlatformBundle/SwaggerUi/index.html.twig templates/bundles/TwigBundle/Exception/error500.html.twig templates/bundles/TwigBundle/Exception/error404.html.twig templates/bundles/TwigBundle/Exception/error.json.twig templates/bundles/TwigBundle/Exception/error.html.twig templates/bundles/TwigBundle/Exception/exception.json.twig CONFLICTS.md SECURITY.md .env.test_cached_payum composer.json .babelrc docker-compose.yml .editorconfig rector.php