File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,7 @@ public function setInvoiceNumber($value)
166166 */
167167 public function getOpaqueDataDescriptor ()
168168 {
169- return $ this ->getParameter ('opaqueDataDescriptor ' )
170- ? $ this ->getParameter ('opaqueDataDescriptor ' )
171- : $ this ->httpRequest ->request ->get ('opaqueDataDescriptor ' );
169+ return $ this ->getParameter ('opaqueDataDescriptor ' );
172170 }
173171
174172 /**
@@ -177,9 +175,7 @@ public function getOpaqueDataDescriptor()
177175 */
178176 public function getOpaqueDataValue ()
179177 {
180- return $ this ->getParameter ('opaqueDataValue ' )
181- ? $ this ->getParameter ('opaqueDataValue ' )
182- : $ this ->httpRequest ->request ->get ('opaqueDataValue ' );
178+ return $ this ->getParameter ('opaqueDataValue ' );
183179 }
184180
185181 /**
You can’t perform that action at this time.
0 commit comments