Skip to content

Commit c61cfb1

Browse files
authored
feat: update no credentials host for ING bank (#21)
1 parent c5452df commit c61cfb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flizpaysdk/src/main/kotlin/flizpay2/flizpaysdk/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Constants {
55
var BASE_URL: String = "https://secure.flizpay.de"
66
var URL_SCHEME: String = "flizpaywebview://"
77
var NO_CREDS_BANKS = listOf(
8-
"ing-diba.de", // ING-DiBa
8+
"myaccount.ing.com", // ING-DiBa
99
"revolut.com", // Revolut
1010
"consorsbank.de", // Consorsbank
1111
"n26.com", // N26

0 commit comments

Comments
 (0)