Beispiel #1
0
 public function process()
 {
     $this->checkout->loadFromGlobals();
     $this->checkout->save();
     return new ShopModeResponse();
 }