cr feedback

This commit is contained in:
David Kelly 2017-09-08 16:06:30 -07:00
parent 99cdbbe306
commit 0a3958f743

View file

@ -36,7 +36,7 @@ Rectangle {
id: commerce; id: commerce;
onAccountResult: { onAccountResult: {
if(result.status === "success") { if (result.status === "success") {
commerce.getKeyFilePathIfExists(); commerce.getKeyFilePathIfExists();
} else { } else {
// unsure how to handle a failure here. We definitely cannot proceed. // unsure how to handle a failure here. We definitely cannot proceed.