test/fixtures/yml/verb_responses.yml in webficient-twilio-2.2.0 vs test/fixtures/yml/verb_responses.yml in webficient-twilio-2.3.0
- old
+ new
@@ -51,10 +51,10 @@
gather_with_num_digits:
response: <?xml version="1.0" encoding="UTF-8"?><Response><Gather numDigits="5"/></Response>
gather_with_all_options_set:
- response: <?xml version="1.0" encoding="UTF-8"?><Response><Gather action="http://foobar.com" numDigits="5" method="GET" timeout="10" finishOnKey="*"/></Response>
+ response: <?xml version="1.0" encoding="UTF-8"?><Response><Gather finishOnKey="*" action="http://foobar.com" method="GET" numDigits="5" timeout="10"/></Response>
gather_and_say_instructions:
response: <?xml version="1.0" encoding="UTF-8"?><Response><Gather><Say loop="1" language="en" voice="man">Please enter your account number followed by the pound sign</Say></Gather><Say loop="1" language="en" voice="man">We didn't receive any input. Goodbye!</Say></Response>
gather_with_timeout_and_say_instructions:
\ No newline at end of file