From 49d0db84bdd9c5ac76fe0c31747d230503e7d2e2 Mon Sep 17 00:00:00 2001 From: Fabian Bender Date: Tue, 1 Apr 2025 08:48:12 +0200 Subject: [PATCH] add new property to shop --- CHANGELOG.md | 3 +++ core/src/main/java/io/snabble/sdk/Shop.java | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1570c96bc..ca3681f455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ All notable changes to this project will be documented in this file. ### Removed ### Fixed +## [0.80.9] +* core: add new property "email" for shops + ## [0.80.8] ### Fixed * ui: Fix missing updates for the shopping cart (APPS-2163) diff --git a/core/src/main/java/io/snabble/sdk/Shop.java b/core/src/main/java/io/snabble/sdk/Shop.java index a87fe0a957..4b4cbf02f0 100644 --- a/core/src/main/java/io/snabble/sdk/Shop.java +++ b/core/src/main/java/io/snabble/sdk/Shop.java @@ -153,6 +153,7 @@ public String toString() { private String country; private String state; private String phone; + private String email; private boolean isPreLaunch; private Map links; @SerializedName("lat")