| @@ -60,6 +60,9 @@ discard block | ||
| 60 | 60 | return $this->processExecute($request, $response); | 
| 61 | 61 | } | 
| 62 | 62 | |
| 63 | + /** | |
| 64 | + * @param string $route | |
| 65 | + */ | |
| 63 | 66 | public function blow(Request $request, $route) | 
| 64 | 67 |      { | 
| 65 | 68 | $request = $this->preExecute($request); | 
| @@ -112,6 +115,9 @@ discard block | ||
| 112 | 115 | return $instance; | 
| 113 | 116 | } | 
| 114 | 117 | |
| 118 | + /** | |
| 119 | + * @param string $name | |
| 120 | + */ | |
| 115 | 121 | protected function getFullyQualifiedDecoratorName($name) | 
| 116 | 122 |      { | 
| 117 | 123 | return Factory::PACKAGENAME.'Payment\Response\Decorator\\'.$name; |