Skip to content

Commit d59f039

Browse files
fix: cleanup
1 parent 7592163 commit d59f039

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

xap-sdk/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ plugins {
44
}
55

66
dependencies {
7-
testImplementation(kotlin("test"))
87
api("com.expediagroup:expediagroup-sdk-rest:0.0.4-alpha-SNAPSHOT")
98
implementation("com.expediagroup:expediagroup-sdk-transport-okhttp:0.0.4-alpha")
109
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.expediagroup.sdk.xap.configuration
22

33
internal object Constant {
4-
const val ENDPOINT = "https://apim.int.expedia.com"
5-
const val AUTH_ENDPOINT = "https://test-api.expediagroup.com/identity/oauth2/v3/token"
4+
const val ENDPOINT = "https://apim.expedia.com"
5+
const val AUTH_ENDPOINT = "https://api.expediagroup.com/identity/oauth2/v3/token"
66
}

0 commit comments

Comments
 (0)