TreasureUvietobore
This was my modification for the store charge:
Trigger: remove restaurant charge from store owners earnings & payout money
File link: /app/Http/Controllers/RestaurantOwnerController.php
No. 1286 { to deduct the store charges amount from the Net earnings}
$balanceBeforeCommission = $balance->amount - $restaurant->restaurant_charges;
No. 1287 { to deduct the store charges from the payout amount)
$balanceAfterCommission = ($balance->amount - $restaurant->restaurant_charges - ($restaurant->commission_rate / 100) * $balance->amount + ($restaurant->commission_rate * $restaurant->restaurant_charges / 100));
Don't know if it correlate with yours
Feel free to share the self pick up reflecting in restaurant earnings