cr feedback

This commit is contained in:
David Kelly 2017-09-08 05:28:41 -07:00
parent bb07a586ca
commit 45c8dd9dd4

View file

@ -34,7 +34,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.