Add delivery form feature for development

This commit is contained in:
Javier Hernández Gil
2014-04-08 21:45:45 +02:00
parent 734e4f61a8
commit e4eb388074
4 changed files with 26 additions and 3 deletions

View File

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