Skip to content

Commit df4cf2f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/kotlin/com/ecwid/apiclient/v3/rule/NullablePropertyRules.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ val otherNullablePropertyRules: List<NullablePropertyRule<*, *>> = listOf(
115115
AllowNullable(FetchedReportResponse.FetchedAdditionalData.AdditionalProductData::productUrl),
116116
AllowNullable(FetchedReportResponse.FetchedAdditionalData.AdditionalProductData::productEditUrl),
117117

118-
AllowNullable(FetchedReportResponse.FetchedAdditionalData.AdditionalCouponData::сouponName),
118+
AllowNullable(FetchedReportResponse.FetchedAdditionalData.AdditionalCouponData::couponName),
119119

120120
AllowNullable(CreateBatchRequest::groupId),
121121
AllowNullable(CreateBatchRequestWithIds::groupId),

0 commit comments

Comments
 (0)