WC_Gateway_Paypal_Request::delete_line_items()
Remove all line items.
Description Description
Source Source
File: includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php
protected function delete_line_items() { $this->line_items = array(); }