Skip to content

Commit 790d435

Browse files
committed
MAGETWO-94946: Tax isn't calculated for all type of virtual products if use PayPal checkout as payment method.
1 parent ef21c88 commit 790d435

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ protected function _prepareExpressCheckoutCallRequest(&$requestFields)
732732

733733
/**
734734
* Additional response processing.
735+
*
735736
* Hack to cut off length from API type response params.
736737
*
737738
* @param array $response
@@ -789,7 +790,8 @@ protected function _exportLineItems(array &$request, $i = 0)
789790
}
790791

791792
/**
792-
* Set specific data when negative line item case
793+
* Set specific data when negative line item case.
794+
*
793795
* @return void
794796
*/
795797
protected function _setSpecificForNegativeLineItems()

0 commit comments

Comments
 (0)