Skip to content

Commit

Permalink
ECWID-120980 New IS Performance: apply automatic taxes only when they…
Browse files Browse the repository at this point in the history
… are needed: added ApiResultDTO implementation to InstantSiteRedirectsGetForExactPathResult data class
  • Loading branch information
xxxrazorxxx committed Oct 5, 2023
1 parent 275f562 commit 91410d1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package com.ecwid.apiclient.v3.dto.instantsite.redirects.result

import com.ecwid.apiclient.v3.dto.common.ApiResultDTO

data class InstantSiteRedirectsGetForExactPathResult(
val items: List<FetchedInstantSiteRedirect> = listOf(),
val hasAnyRedirects: Boolean = true,
)
) : ApiResultDTO

0 comments on commit 91410d1

Please sign in to comment.