3
Właściwość nie ma odpowiedniego ustawiającego w klasie Magento \ Quote \ Api \ Data \ AddressInterface podczas zmiany kroku pobierania
1 - Dodaję atrybut eav do adresu klienta $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 - Dodałem atrybut rozszerzenia …