Skip to content

Commit

Permalink
MOBILE-189: Change api.getkevin.eu to api.kevin.eu (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar Žigis authored Sep 10, 2021
1 parent 6c3baf9 commit 4c5355e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions accounts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
resConfigs("en", "lt", "ru")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

buildConfigField "String", "KEVIN_ACCOUNTS_API_URL", "\"https://api.getkevin.eu\""
buildConfigField "String", "KEVIN_LINK_ACCOUNT_URL", "\"https://psd2.getkevin.eu/login/%s/%s/preview\""
buildConfigField "String", "KEVIN_ACCOUNTS_API_URL", "\"https://api.kevin.eu\""
buildConfigField "String", "KEVIN_LINK_ACCOUNT_URL", "\"https://psd2.kevin.eu/login/%s/%s/preview\""

buildConfigField "int", "HTTP_CLIENT_TIMEOUT", "120000"
buildConfigField "io.ktor.client.features.logging.LogLevel", "HTTP_LOGGING_LEVEL", "io.ktor.client.features.logging.LogLevel.NONE"
Expand Down
4 changes: 2 additions & 2 deletions in-app-payments/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
resConfigs("en", "lt", "ru")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

buildConfigField "String", "KEVIN_BANK_PAYMENT_URL", "\"https://psd2.getkevin.eu/login/%s/%s/preview\""
buildConfigField "String", "KEVIN_CARD_PAYMENT_URL", "\"https://psd2.getkevin.eu/card-details/%s\""
buildConfigField "String", "KEVIN_BANK_PAYMENT_URL", "\"https://psd2.kevin.eu/login/%s/%s/preview\""
buildConfigField "String", "KEVIN_CARD_PAYMENT_URL", "\"https://psd2.kevin.eu/card-details/%s\""

buildConfigField "int", "HTTP_CLIENT_TIMEOUT", "120000"
buildConfigField "io.ktor.client.features.logging.LogLevel", "HTTP_LOGGING_LEVEL", "io.ktor.client.features.logging.LogLevel.NONE"
Expand Down

0 comments on commit 4c5355e

Please sign in to comment.