Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
RestApiUtil::adjust_taxes_for_create_refund_request_line_item( array $taxes_array )
Adjust the taxes array from a line item in a refund request, see adjust_create_refund_parameters.
Description Description
Parameters Parameters
- $taxes_array
-
(Required) The array to adjust.
Return Return
(array) The adjusted array.
Source Source
File: src/Internal/RestApiUtil.php