changed repeat options to save monies

This commit is contained in:
arzynik 2012-09-18 01:26:25 -04:00
parent 5c3b84a4a0
commit c46b539846

View File

@ -9,9 +9,9 @@ class Controller_api_order extends Crunchbutton_Controller_Rest {
}
$pauseRepeat =
'<Pause length="2" />'
'<Pause length="3" />'
.'<Say voice="'.c::config()->twilio->voice.'">Press 1 to repeat the order. Press 2 to confirm the order. Press 3 to spell out the street name.</Say>';
$repeat = 5;
$repeat = 3;
switch (c::getPagePiece(3)) {
case 'refund':