Skip to content

Commit 1a0c8e5

Browse files
author
Marcel Hauri
committed
[task] add deprecated notice to misspelled method
1 parent b2318bb commit 1a0c8e5

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
@@ -1458,6 +1458,19 @@ protected function _exportLineItems(array &$request, $i = 0)
14581458
return parent::_exportLineItems($request, $i);
14591459
}
14601460

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

0 commit comments

Comments
 (0)