Error in documentation for creating tax rates #319
TimothyRichardGreen
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation for
createTaxRates
contains the following lines:This seems to create an object and then overwrite it by turning it into an empty array. Should that be
$taxComponents = [];
with ans
on the end?Beta Was this translation helpful? Give feedback.
All reactions