store = Store.find(store_id)
store.preferences.structured_data_exp_2 = true
store.save
Platform.find_by(name: "Loja Integrada").stores.each do |store|
store.preferences.structured_data_exp_2 = true
store.save
end
store = Store.find(store_id)
store.preferences.structured_data_exp_2 = true
store.save
Platform.find_by(name: "Loja Integrada").stores.each do |store|
store.preferences.structured_data_exp_2 = true
store.save
end