Skip to content

Commit b4398ae

Browse files
Marcel Hauriosrecio
Marcel Hauri
authored andcommitted
add deprecated notice to misspelled method
1 parent 6a0f4ca commit b4398ae

File tree

1 file changed

+13
-0
lines changed
  • app/code/Magento/Paypal/Model/Api

1 file changed

+13
-0
lines changed

app/code/Magento/Paypal/Model/Api/Nvp.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,6 +1456,19 @@ protected function _exportLineItems(array &$request, $i = 0)
14561456
return parent::_exportLineItems($request, $i);
14571457
}
14581458

1459+
/**
1460+
* Create billing and shipping addresses basing on response data
1461+
*
1462+
* @param array $data
1463+
* @return void
1464+
* @deprecated 100.2.2 typo in method name
1465+
* @see _exportAddresses
1466+
*/
1467+
protected function _exportAddressses($data)
1468+
{
1469+
$this->_exportAddresses($data);
1470+
}
1471+
14591472
/**
14601473
* Create billing and shipping addresses basing on response data
14611474
*

0 commit comments

Comments
 (0)