fix credential field name typo (#9)
Some checks failed
Java deploy / deploy (push) Has been cancelled

This commit is contained in:
vitaxa 2024-10-08 20:19:13 +03:00 committed by GitHub
parent 11ad82db5f
commit 6ab3711ee2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 7 deletions

View File

@ -51,12 +51,6 @@
<version>1.0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>dev.vality</groupId>
<artifactId>damsel</artifactId>
<version>1.628-a711c8f</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>

View File

@ -63,7 +63,7 @@ struct PersonalName {
struct BankCredentials {
1: required string login
2: required string pasword
2: required string password
}
struct BankAccountPersonalData {