Sebastian Adrian Botez
Sebastian Adrian Botez
- Lunar version: 0.8.0 - Laravel Version: 10.43.0 - PHP Version: 8.2.5 ### Expected Behaviour: Display available notifications when changing the order status in HUB area. ### Actual Behaviour: Even...
Hello guys, Looks like there is still a problem on tax breakdown using Lunar 0.8. The error occurs when this code is executed: ``` $order->update([ 'discount_breakdown' => $discountBreakdown, ]); ```...
I get an error when creating a new entry using Nova 3.29. `General error: 1364 Field 'sort_order' doesn't have a default value` Model: ``` public $sortable = [ 'order_column_name' =>...
Hello guys. When I set the layout for 2 images only the first image is uploading. For example, I need to set one image for "before" and another for "after"....