We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a64125 commit 2ff9b31Copy full SHA for 2ff9b31
org.modeldriven.alf/OnlineBookStore/OnlineBookstoreUI/CheckOutController.alf
@@ -45,7 +45,7 @@ active class CheckOutController specializes Controller {
45
46
private isValid(): Boolean {
47
if (this.customerName.firstName == "" || this.customerName.lastName == "") {
48
- WriteLine("*** Both your first and last are required. ***");
+ WriteLine("*** Both your first and last name are required. ***");
49
} else if (this.customerPhone->isEmpty()) {
50
WriteLine("*** Your telephone number is required. ***");
51
} else if (this.shippingAddress.addressLine1 == "") {
0 commit comments