In A.8.3,This code produces the following output:
Getting customers
Getting orders for undefined
["John Smith","Order 123"]
I think the result should be
Getting customers
["John Smith","Found the order 123 for undefined"]
I even can't find the sentence:"Getting orders for " in this book