From db32c60a50268c37b01d0c22abfbdfa930a1da90 Mon Sep 17 00:00:00 2001 From: Mohamed Abbas Date: Mon, 30 Dec 2024 19:01:56 +0530 Subject: [PATCH] links purchased checkbox untick in default --- .../Model/Import/Product/Type/Downloadable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/DownloadableImportExport/Model/Import/Product/Type/Downloadable.php b/app/code/Magento/DownloadableImportExport/Model/Import/Product/Type/Downloadable.php index 57b7104c4be1d..4b94ecdefcb35 100644 --- a/app/code/Magento/DownloadableImportExport/Model/Import/Product/Type/Downloadable.php +++ b/app/code/Magento/DownloadableImportExport/Model/Import/Product/Type/Downloadable.php @@ -87,7 +87,7 @@ class Downloadable extends \Magento\CatalogImportExport\Model\Import\Product\Typ /** * Default links can be purchased separately */ - public const DEFAULT_PURCHASED_SEPARATELY = 1; + public const DEFAULT_PURCHASED_SEPARATELY = 0; /** * Error codes.