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
+1 -1
View File
@@ -27,7 +27,7 @@ class QrSaleOrder extends Model
self::FULFILLMENT_CANCELLED => 'Cancelled',
];
public const PLATFORM_FEE_RATE = 0.15;
public const PLATFORM_FEE_RATE = 0.09;
protected $fillable = [
'pay_order_id',