Magento 2: “Array to string conversion” error when adding customer attribute via Data Patch
I’m new to Magento 2 and trying to add a customer attribute using a Data Patch. I created the following patch class: <?php namespace VendorModuleSetupPatchData; use MagentoFrameworkSetupPatchDataPatchInterface; use MagentoCustomerSetupCustomerSetupFactory; use MagentoCustomerModelCustomer; use MagentoEavModelEntityAttributeSetFactory as AttributeSetFactory; use MagentoFrameworkSetupModuleDataSetupInterface; class CreateQuickbooksInvoiceAttribute implements… Read More »Magento 2: “Array to string conversion” error when adding customer attribute via Data Patch