Skip to content
Snippets Groups Projects

Move list stores for region to RestAPI

Merged KoeMai requested to merge 1449_ListOfStoresInRegion into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -55,7 +55,7 @@ class StoreListInformation
public string $createdAt;
/**
* Constructor to create it from a Store instance
* Constructor to create it from a Store instance.
*
* @param Store $store Store from database
*/
Loading