Skip to content

Commit 33f6dc6

Browse files
committed
ECWID-161269 - set default value
1 parent 812da36 commit 33f6dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/ecwid/apiclient/v3/ApiClientHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private val REQUEST_ID_CHARACTERS = ('a'..'z') + ('A'..'Z') + ('0'..'9')
4040

4141
class ApiClientHelper private constructor(
4242
private val apiServerDomain: ApiServerDomain,
43-
private val credentials: ApiCredentials?,
43+
private val credentials: ApiCredentials? = null,
4444
private val loggingSettings: LoggingSettings,
4545
val httpTransport: HttpTransport,
4646
val jsonTransformer: JsonTransformer,

0 commit comments

Comments
 (0)