mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 20:32:56 +02:00
Case 20407 - Pay-In API doesn't display error when no username specified
This commit is contained in:
parent
e256c34823
commit
3775633cc3
1 changed files with 1 additions and 0 deletions
|
@ -2248,6 +2248,7 @@ Item {
|
|||
if (sendAssetStep.selectedRecipientUserName === "") {
|
||||
console.log("SendAsset: Script didn't specify a recipient username!");
|
||||
sendAssetHome.visible = false;
|
||||
root.nextActiveView = 'paymentFailure';
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue