Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to unset session container of checkout at order process #35

Open
GuillaumeM69 opened this issue Jun 2, 2013 · 1 comment
Open

Comments

@GuillaumeM69
Copy link

Hi, Somebody has an idea to unset only the container of checkout "speck_checkout_strategy" on the last step and not all the session container like zfcuser ?

@GuillaumeM69
Copy link
Author

public function destroyService()
{
$container = new Container('speck_checkout_strategy');
unset($container->strategy);
}

If you have a best idea !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant