Adding recipient done via consuming API #26

Merged
ameye merged 11 commits from adding_recipient into master 2023-04-27 12:58:04 +00:00
Showing only changes of commit d91241dad9 - Show all commits
+8
View File
@@ -297,6 +297,14 @@ class usersService {
return this.postAuxEnd("/accounttypes", postData);
}
verifyEmail(code) {
const reqData = {
verify_link: code,
action: 11015
}
return this.postAuxEnd("/verifysignuplink", reqData);
}
/*
- 20:27:30.118 FLOG_MAX [757411]: REQ_STRING(username)
- 20:27:30.118 FLOG_MAX [757411]: REQ_STRING(password)