mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Adjust fields for Chile
This commit is contained in:
parent
1bd73afa55
commit
051c5259b0
@ -68,6 +68,7 @@ public class BankUtil {
|
||||
case "NZ":
|
||||
case "AU":
|
||||
case "SE":
|
||||
case "CL":
|
||||
return false;
|
||||
case "CA":
|
||||
case "MX":
|
||||
@ -150,6 +151,8 @@ public class BankUtil {
|
||||
return "Bankgiro number:";
|
||||
case "MX":
|
||||
return "CLABE:";
|
||||
case "CL":
|
||||
return "Cuenta:";
|
||||
default:
|
||||
return "Account no. (IBAN):";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user