3
La propiedad no tiene el setter correspondiente en la clase Magento \ Quote \ Api \ Data \ AddressInterface mientras cambia el paso de pago
1 - Agrego un atributo eav a 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 - Agregué el atributo …