Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions core/src/main/java/io/snabble/sdk/Shop.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ public String toString() {
private String country;
private String state;
private String phone;
private String email;
private boolean isPreLaunch;
private Map<String, Href> links;
@SerializedName("lat")
Expand Down