Lower Merchant platform fee from 9% to 5.5%.
Deploy Ladill Merchant / deploy (push) Successful in 25s

Update checkout constant, payout copy, and Afia prompts to match the new Ladill Pay rate.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-19 19:51:34 +00:00
co-authored by Cursor
parent fb60664bce
commit 586a04fdad
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class QrSaleOrder extends Model
self::FULFILLMENT_CANCELLED => 'Cancelled',
];
public const PLATFORM_FEE_RATE = 0.09;
public const PLATFORM_FEE_RATE = 0.055;
protected $fillable = [
'pay_order_id',