We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934142a commit 882d3deCopy full SHA for 882d3de
app/code/Magento/Paypal/Model/Payflow/Request.php
@@ -24,7 +24,7 @@ class Request extends \Magento\Framework\DataObject
24
*/
25
public function __call($method, $args)
26
{
27
- $key = $this->_underscore(substr($method, 3));
+ $key = $this->_underscore($method);
28
if (isset($args[0]) && (strstr($args[0], '=') || strstr($args[0], '&'))) {
29
$key .= '[' . strlen($args[0]) . ']';
30
}
0 commit comments