You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consistency adjustment item type is not always correctly selected. Disabled consistency check can submit wrong data to API.
There seems to be an error in \WC_Wallee_Helper::cleanup_line_items. It's using $enforce_consistency variable for number comparison which is a boolean option. Should be using$inconsistent_amount variable instead.
The text was updated successfully, but these errors were encountered:
ausov
added a commit
to ausov/wallee-woocommerce
that referenced
this issue
Nov 26, 2023
hi @ausov , sorry for the late reply but the developers told me that this should have been fixed with the latest release. Could you please double check ?
Consistency adjustment item type is not always correctly selected. Disabled consistency check can submit wrong data to API.
There seems to be an error in
\WC_Wallee_Helper::cleanup_line_items
. It's using$enforce_consistency
variable for number comparison which is a boolean option. Should be using$inconsistent_amount
variable instead.The text was updated successfully, but these errors were encountered: