We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2318bb commit 1a0c8e5Copy full SHA for 1a0c8e5
app/code/Magento/Paypal/Model/Api/Nvp.php
@@ -1458,6 +1458,19 @@ protected function _exportLineItems(array &$request, $i = 0)
1458
return parent::_exportLineItems($request, $i);
1459
}
1460
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
+
1474
/**
1475
* Create billing and shipping addresses basing on response data
1476
*
0 commit comments