Lower donation platform fee from 9% to 5%.
Deploy Ladill Give / deploy (push) Successful in 32s

Update settlement logic and in-app copy to match the new Ladill Pay donations tier.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-11 19:32:23 +00:00
co-authored by Cursor
parent 5e7b56f400
commit 79b1c043c0
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class GiveDonation extends Model
public const STATUS_FAILED = 'failed';
/** Platform fee on donations (Ladill Give tier). */
public const PLATFORM_FEE_RATE = 0.09;
public const PLATFORM_FEE_RATE = 0.05;
protected $fillable = [
'pay_order_id',