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)
166
166
*/
167
167
public function getOpaqueDataDescriptor ()
168
168
{
169
- return $ this ->getParameter ('opaqueDataDescriptor ' )
170
- ? $ this ->getParameter ('opaqueDataDescriptor ' )
171
- : $ this ->httpRequest ->request ->get ('opaqueDataDescriptor ' );
169
+ return $ this ->getParameter ('opaqueDataDescriptor ' );
172
170
}
173
171
174
172
/**
@@ -177,9 +175,7 @@ public function getOpaqueDataDescriptor()
177
175
*/
178
176
public function getOpaqueDataValue ()
179
177
{
180
- return $ this ->getParameter ('opaqueDataValue ' )
181
- ? $ this ->getParameter ('opaqueDataValue ' )
182
- : $ this ->httpRequest ->request ->get ('opaqueDataValue ' );
178
+ return $ this ->getParameter ('opaqueDataValue ' );
183
179
}
184
180
185
181
/**
You can’t perform that action at this time.
0 commit comments