Skip to content

Commit

Permalink
create user issue (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-alex authored Jul 24, 2019
1 parent 39adce5 commit 97ce76d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public byte[] registerUser(UserDTO newUser, HttpServletRequest req) throws
WalletController.UserJSON jsonUser = new WalletController.UserJSON();
jsonUser.uid = newUser.getEmail();
jsonUser.balance = 10000;
walletController.createUser(jsonUser);
//walletController.createUser(jsonUser);

return qrCode;
}
Expand Down

0 comments on commit 97ce76d

Please sign in to comment.