Add SMS send logs

This commit is contained in:
Javier Hernández Gil
2014-04-08 22:10:29 +02:00
parent 946f86d962
commit 50616db723
2 changed files with 15 additions and 4 deletions

View File

@@ -1,9 +1,7 @@
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%",
"%jhg_nexmo.disable_delivery%"]
arguments: ["%jhg_nexmo.api_key%","%jhg_nexmo.api_secret%","%jhg_nexmo.api_method%","%jhg_nexmo.delivery_phone%","%jhg_nexmo.disable_delivery%",@logger]
jhg_nexmo_account:
class: Jhg\NexmoBundle\Managers\AccountManager