Result withdraw
This commit is contained in:
@@ -169,6 +169,17 @@ export class WrenchService {
|
||||
return this.getPostData("jobmanageroffers", usrData);
|
||||
}
|
||||
|
||||
recipientAccount(usrData){
|
||||
return this.getPostData("recipients", usrData);
|
||||
}
|
||||
|
||||
sendMoneyFee(usrData){
|
||||
return this.getPostData("sendmoneyfee", usrData);
|
||||
}
|
||||
|
||||
sendMoneyAction(sendmoneyData){
|
||||
return this.getPostData("sendmoney", sendmoneyData);
|
||||
}
|
||||
// END POINT FOR WORKER TO MARK TASK AS COMPLETED
|
||||
workerJobAction(reqData) {
|
||||
var postData = {
|
||||
|
||||
Reference in New Issue
Block a user