Skip to content

Commit 28ea82e

Browse files
committed
ECWID-170952 - add cartOrigin param to report responses
1 parent 4e5f88e commit 28ea82e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/ecwid/apiclient/v3/dto/report/result/FetchedReportResponse.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ data class FetchedReportResponse(
113113
val utmSource: String = "",
114114
val utmMedium: String = "",
115115
val utmCampaign: String = "",
116+
val cartOrigin: String = "",
116117
)
117118

118119
data class FetchedCustomerData(

0 commit comments

Comments
 (0)