Disable delivery

This commit is contained in:
Javier Hernández Gil
2014-04-08 21:57:45 +02:00
parent e4eb388074
commit 946f86d962
2 changed files with 17 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
services:
jhg_nexmo_client:
class: Jhg\NexmoBundle\NexmoClient\NexmoClient
arguments: ["%jhg_nexmo.api_key%","%jhg_nexmo.api_secret%","%jhg_nexmo.api_method%","%jhg_nexmo.delivery_phone%"]
arguments: ["%jhg_nexmo.api_key%","%jhg_nexmo.api_secret%",
"%jhg_nexmo.api_method%","%jhg_nexmo.delivery_phone%",
"%jhg_nexmo.disable_delivery%"]
jhg_nexmo_account:
class: Jhg\NexmoBundle\Managers\AccountManager