vmeretail / multi-tenancy-bundle

A multi tenancy bundle for Symfony 2 apps
25 stars 11 forks source link

injected logger into RegistrationManager, only call gateway if it's actually there #35

Closed pulse00 closed 9 years ago

pulse00 commented 9 years ago

If no gateway was configured, the registration-manager fails upon registration. This PR calls the gateway only if it's injected. I also added some info logging in the manager.

pmartelletti commented 9 years ago

@pulse00 seems like you're right! :smile:

We'll reviewing this in the next few days (we're a little bit busy now), and in case everything is OK we'll merge it (or if necessary, the correspondent amends) :smile:

Thanks a lot!

pulse00 commented 9 years ago

great, thanks!

pmartelletti commented 9 years ago

@pulse00 sorry for delay! It's been merged now. Thanks for your work. :smile:

pulse00 commented 9 years ago

no problem, thanks for merging.