We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95902b4 commit ad218dcCopy full SHA for ad218dc
src/main/java/me/figo/models/Bank.java
@@ -24,7 +24,7 @@ public class Bank {
24
* Bank code
25
*/
26
@Expose
27
- private String bank_number;
+ private String bank_code;
28
29
/**
30
* This flag indicates whether the user has chosen to save the PIN on the figo Connect server
@@ -65,6 +65,6 @@ public boolean isPinSaved() {
65
}
66
67
public String getBankNumber() {
68
- return this.bank_number;
+ return this.bank_code;
69
70
0 commit comments