File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## 6.3.1
6
6
#### Added
7
- - The optional fields from the ` trackPurchase ` API have been added to the SDK's methods
7
+ - The following properties have been added to the ` CommerceItem ` class:
8
+
9
+ - ` sku ` - The item's SKU
10
+ - ` itemDescription ` - A description of the item
11
+ - ` url ` - A URL associated with the item
12
+ - ` imageUrl ` - A URL that points to an image of the item
13
+ - ` categories ` - Categories associated with the item
14
+
15
+ Set these values on ` CommerceItem ` objects passed to the ` IterableAPI.trackPurchase ` method.
8
16
9
17
#### Fixed
10
18
- The notification service extension has been re-architected for better reliability
You can’t perform that action at this time.
0 commit comments