Skip to content

Commit ad218dc

Browse files
author
Jan van Esdonk
committed
rename bank_number to bank_code for Bank model
1 parent 95902b4 commit ad218dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/me/figo/models/Bank.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class Bank {
2424
* Bank code
2525
*/
2626
@Expose
27-
private String bank_number;
27+
private String bank_code;
2828

2929
/**
3030
* This flag indicates whether the user has chosen to save the PIN on the figo Connect server
@@ -65,6 +65,6 @@ public boolean isPinSaved() {
6565
}
6666

6767
public String getBankNumber() {
68-
return this.bank_number;
68+
return this.bank_code;
6969
}
7070
}

0 commit comments

Comments
 (0)