speckcommerce / speck

ZF2 e-commerce platform.
135 stars 37 forks source link

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

Open GuillaumeM69 opened 11 years ago

GuillaumeM69 commented 11 years ago

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 commented 11 years ago

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

If you have a best idea !