get new repeater item only filament when editing
I want to decrease user balance everytime they order. This is what I did
'paket_bot' is a repeater that hold product datas.
The catch is they can also update it (add more product but not delete previous product). And if they do add another product, I need to decrease the balance again. How do I avoid decreasing the user balance for the previous ordered item? (because repeater hold both old and new product data)
0 Replies