Skip to content

Commit

Permalink
Changing pin in AtmCardInfo.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sandaczsands authored Oct 22, 2024
1 parent 64b6f17 commit 4fa30cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/put/io/selenium/atm/AtmCardInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
public class AtmCardInfo {

final int RIGHT_PIN = 1525;
final int RIGHT_PIN = 1225;

boolean isCardIn = false;

Expand Down

0 comments on commit 4fa30cd

Please # to comment.