mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 14:09:49 +02:00
Actually add the API calls
This commit is contained in:
parent
939012a2d0
commit
d577b2e9e8
1 changed files with 2 additions and 2 deletions
|
@ -943,9 +943,9 @@ Item {
|
|||
amountTextField.focus = false;
|
||||
optionalMessage.focus = false;
|
||||
if (sendMoneyStep.referrer = "connections") {
|
||||
|
||||
Commerce.transferHfcToUsername(sendMoneyStep.selectedRecipientUserName, parseInt(amountTextField.text), optionalMessage.text);
|
||||
} else if (sendMoneyStep.referrer = "nearby") {
|
||||
|
||||
Commerce.transferHfcToNode(sendMoneyStep.selectedRecipientNodeID, parseInt(amountTextField.text), optionalMessage.text);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue