Lower sales platform fee from 15% to 9%.
Deploy Ladill Merchant / deploy (push) Successful in 27s

Align merchant settlement and booking checkout with the updated Ladill Pay sales tier.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-11 19:32:24 +00:00
co-authored by Cursor
parent 93682bad8b
commit 94fac8fbee
3 changed files with 5 additions and 5 deletions
@@ -297,7 +297,7 @@ class MerchantSaleService
}
$paidAmount = round(($data['amount'] ?? 0) / 100, 2);
$platformFee = round($paidAmount * 0.15, 2);
$platformFee = round($paidAmount * QrSaleOrder::PLATFORM_FEE_RATE, 2);
$merchantAmount = round($paidAmount - $platformFee, 2);
$booking->update([