Hi team! I’d like to report an issue while trying to place an order with specific conditions.
The issue is in line 266:
PHP Fatal error: Uncaught TypeError: number_format(): Argument #1 ($num) must be of type float, array given in plugins/lootly-for-woocommerce/classes/api/Events.php:266
Method: get_order_data()
The thing is that the $taxes variable is set in line 232 and method_get_tax_totals() is returning an array, which is totally fine, but the plugin should check that before trying to format.
Thanks!
]]>