Skip to content

Commit 55b0e8e

Browse files
committed
ECWID-161269 - delete storeId from buildBaseEndpointPath
1 parent 6e73cbb commit 55b0e8e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/kotlin/com/ecwid/apiclient/v3/config/ApiV3InstantSiteRequestKind.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
package com.ecwid.apiclient.v3.config
22

33
class ApiV3InstantSiteRequestKind(
4-
private val storeId: Long,
54
private val apiToken: String,
65
) : RequestKind() {
76
override fun buildBaseEndpointPath(): String {
8-
return "/instantsite/api/v1/$storeId"
7+
return "/instantsite/api/v1"
98
}
109

1110
override fun buildHeaders(): Map<String, String> {

0 commit comments

Comments
 (0)