You've already forked symfony-billing
add checkout customer registration
This commit is contained in:
@@ -3,7 +3,8 @@ services:
|
||||
resource: "../../Service/*"
|
||||
public: true
|
||||
arguments:
|
||||
$container: "@service_container"
|
||||
$container: "@service_container",
|
||||
$manager: "@doctrine.orm.entity_manager"
|
||||
$env: '%kernel.environment%'
|
||||
|
||||
Bluesquare\BillingBundle\Controller\:
|
||||
|
||||
Reference in New Issue
Block a user