We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230f43b commit 7e19f48Copy full SHA for 7e19f48
app/code/Magento/CustomerImportExport/Model/Export/Customer.php
@@ -38,6 +38,8 @@ class Customer extends \Magento\ImportExport\Model\Export\Entity\AbstractEav
38
const XML_PATH_PAGE_SIZE = 'export/customer_page_size/customer';
39
40
/**
41
+ * @var array
42
+ */
43
protected $_attributeOverrides = [
44
'created_at' => ['backend_type' => 'datetime'],
45
'reward_update_notification' => ['source_model' => \Magento\Eav\Model\Entity\Attribute\Source\Boolean::class],
0 commit comments