Skip to content

Commit ecf11af

Browse files
authored
Removing hard coded password
1 parent 3d54403 commit ecf11af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/Model/Riskv1authenticationsAcquirerInformation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ public Riskv1authenticationsAcquirerInformation password(String password) {
8282
}
8383

8484
/**
85-
* Registered password for the Visa directory server. For Mastercard, this value is always 12345678.
85+
* Registered password for the Visa directory server.
8686
* @return password
8787
**/
88-
@ApiModelProperty(value = "Registered password for the Visa directory server. For Mastercard, this value is always 12345678. ")
88+
@ApiModelProperty(value = "Registered password for the Visa directory server. ")
8989
public String getPassword() {
9090
return password;
9191
}

0 commit comments

Comments
 (0)