Skip to content

Commit 390e4fa

Browse files
committed
ECWID-136140 New reports: internal API for topOfCouponsByOrders report:
- fixed detect
1 parent bff3952 commit 390e4fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ data class FetchedReportResponse(
7272
) : FetchedAdditionalData(AdditionalDataType.PRODUCT)
7373

7474
data class AdditionalCouponData(
75-
var сouponName: String? = null,
75+
val couponName: String? = null,
7676
) : FetchedAdditionalData(AdditionalDataType.COUPONS)
7777

7878
enum class AdditionalDataType {

0 commit comments

Comments
 (0)