Skip to content

Commit 6a0f4ca

Browse files
Marcel Hauriosrecio
Marcel Hauri
authored andcommitted
typo in method name from Nvp class
1 parent d849f99 commit 6a0f4ca

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ public function callGetExpressCheckoutDetails()
844844
$request = $this->_exportToRequest($this->_getExpressCheckoutDetailsRequest);
845845
$response = $this->call(self::GET_EXPRESS_CHECKOUT_DETAILS, $request);
846846
$this->_importFromResponse($this->_paymentInformationResponse, $response);
847-
$this->_exportAddressses($response);
847+
$this->_exportAddresses($response);
848848
}
849849

850850
/**
@@ -1462,7 +1462,7 @@ protected function _exportLineItems(array &$request, $i = 0)
14621462
* @param array $data
14631463
* @return void
14641464
*/
1465-
protected function _exportAddressses($data)
1465+
protected function _exportAddresses($data)
14661466
{
14671467
$address = new \Magento\Framework\DataObject();
14681468
\Magento\Framework\DataObject\Mapper::accumulateByMap($data, $address, $this->_billingAddressMap);

0 commit comments

Comments
 (0)