mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:00:44 +02:00
Merge pull request #15233 from roxanneskelly/Case20407
Case 20407 - Pay-In API doesn't display error when no username specified
This commit is contained in:
commit
6710cd3e03
1 changed files with 1 additions and 0 deletions
|
@ -2248,6 +2248,7 @@ Item {
|
||||||
if (sendAssetStep.selectedRecipientUserName === "") {
|
if (sendAssetStep.selectedRecipientUserName === "") {
|
||||||
console.log("SendAsset: Script didn't specify a recipient username!");
|
console.log("SendAsset: Script didn't specify a recipient username!");
|
||||||
sendAssetHome.visible = false;
|
sendAssetHome.visible = false;
|
||||||
|
root.nextActiveView = 'paymentFailure';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue