Smile-SA / magento2-module-retailer

14 stars 29 forks source link

Saving extension attributes #38

Open vacla opened 1 year ago

vacla commented 1 year ago

Preconditions

PHP 8.1

Magento Version : 2.4.5-p1 EE

Module Store Locator : 2.1.0 Module Retailer Version : 1.2.9.1

Environment : developer

Third party modules : None

Steps to reproduce

  1. Set extension attributes
  2. Save a retailer Model

Expected result

  1. Extension Attributes are saved

Actual result

  1. Extension Attribute data is not saved
vacla commented 1 year ago

For this to work, must also https://github.com/Smile-SA/magento2-module-seller/pull/23 be merged as the missing method causes it to fail.