3
Свойство не имеет соответствующего установщика в классе Magento \ Quote \ Api \ Data \ AddressInterface при изменении шага извлечения
1 - я добавляю атрибут eav в 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 - я добавил атрибут …