From 8806c7115bd9187b6d548f93aa3f38c4c8d11596 Mon Sep 17 00:00:00 2001 From: Daniel Camargo Date: Tue, 23 Jul 2013 14:59:45 -0300 Subject: [PATCH] partial #1482 --- include/controllers/default/crunchbutton/api/order/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/controllers/default/crunchbutton/api/order/index.php b/include/controllers/default/crunchbutton/api/order/index.php index a9ba9f8de..3bb7d1295 100644 --- a/include/controllers/default/crunchbutton/api/order/index.php +++ b/include/controllers/default/crunchbutton/api/order/index.php @@ -210,7 +210,6 @@ class Controller_api_order extends Crunchbutton_Controller_Rest { echo ''.c::config()->phone->restaurant.''; default: - echo ''.c::config()->twilio->greeting.'.'; case '3': case '4': case '5': @@ -221,6 +220,7 @@ class Controller_api_order extends Crunchbutton_Controller_Rest { case '#': case '*': echo '' + . ''.c::config()->twilio->greeting.'.' .'Please press 1 to confirm that you just received order number '.$order->id_order.'. Or press 2 and we will resend the order. . . .' .''; break;