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:
Shannon Romano 2019-03-25 12:41:57 -07:00 committed by GitHub
commit 6710cd3e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}