3
A propriedade não possui o configurador correspondente na classe Magento \ Quote \ Api \ Data \ AddressInterface durante a etapa de verificação da alteração
1 - Eu adiciono um atributo eav ao customer_address $attributesInfo = [ 'reference' => [ 'label' => 'Reference', 'type' => 'varchar', 'input' => 'text', 'position' => 100, 'visible' => true, 'required' => false, ], ]; foreach ($attributesInfo as $attributeCode => $attributeParams) { $customerSetup->addAttribute('customer_address', $attributeCode, $attributeParams); } 2 - Adicionei o …