File tree 1 file changed +2
-2
lines changed
app/code/Magento/Paypal/Model/Api
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -846,7 +846,7 @@ public function callGetExpressCheckoutDetails()
846
846
$ request = $ this ->_exportToRequest ($ this ->_getExpressCheckoutDetailsRequest );
847
847
$ response = $ this ->call (self ::GET_EXPRESS_CHECKOUT_DETAILS , $ request );
848
848
$ this ->_importFromResponse ($ this ->_paymentInformationResponse , $ response );
849
- $ this ->_exportAddressses ($ response );
849
+ $ this ->_exportAddresses ($ response );
850
850
}
851
851
852
852
/**
@@ -1464,7 +1464,7 @@ protected function _exportLineItems(array &$request, $i = 0)
1464
1464
* @param array $data
1465
1465
* @return void
1466
1466
*/
1467
- protected function _exportAddressses ($ data )
1467
+ protected function _exportAddresses ($ data )
1468
1468
{
1469
1469
$ address = new \Magento \Framework \DataObject ();
1470
1470
\Magento \Framework \DataObject \Mapper::accumulateByMap ($ data , $ address , $ this ->_billingAddressMap );
You can’t perform that action at this time.
0 commit comments