Removed incorrect comment

This commit is contained in:
Peter Fabian 2018-03-27 16:28:25 +02:00
parent 5eda49f98a
commit f39e8e3900
1 changed files with 0 additions and 3 deletions

View File

@ -289,9 +289,6 @@ class WC_Gateway_Paypal_Request {
*/
protected function get_line_item_args( $order, $force_one_line_item = false ) {
/**
* Try passing a line item per product if supported.
*/
if ( ( ! wc_tax_enabled() || ! wc_prices_include_tax() ) && $this->prepare_line_items( $order ) ) {
$include_shipping_tax = false;
} else {