Skip to content

Commit

Permalink
Ecommerce implementation (matomo-org#110)
Browse files Browse the repository at this point in the history
Yury Krainik committed Aug 8, 2018
1 parent 4a5861d commit b882498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatomoTracker/EcommerceItem.swift
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ import Foundation

public struct EcommerceItem {
public let sku: String
public let name: String?
public var name: String?
public var category: String?
public var price: Double
public var quantity: Double

0 comments on commit b882498

Please sign in to comment.