Skip to content

Commit

Permalink
Remove support for legacy connect payment
Browse files Browse the repository at this point in the history
It is no longer supported by the web
  • Loading branch information
StylianosGakis committed Oct 9, 2024
1 parent 116ab37 commit db502bf
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 110 deletions.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
org.gradle.jvmargs=-Xmx9216M -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
org.gradle.parallel=true
org.gradle.caching=true

kotlin.code.style=official
kotlin.native.binary.objcExportSuspendFunctionLaunchThreadRestriction=none

Expand Down
12 changes: 0 additions & 12 deletions src/commonMain/kotlin/com/hedvig/authlib/AuthEnvironment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,3 @@ internal val AuthEnvironment.baseUrl: String
AuthEnvironment.STAGING -> "https://auth.dev.hedvigit.com"
AuthEnvironment.PRODUCTION -> "https://auth.prod.hedvigit.com"
}

internal val AuthEnvironment.gatewayUrl: String
get() = when (this) {
AuthEnvironment.STAGING -> "https://gateway.test.hedvigit.com"
AuthEnvironment.PRODUCTION -> "https://gateway.hedvig.com"
}

internal val AuthEnvironment.webBaseUrl: String
get() = when (this) {
AuthEnvironment.STAGING -> "https://dev.hedvigit.com"
AuthEnvironment.PRODUCTION -> "https://www.hedvig.com"
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit db502bf

Please sign in to comment.