From a1ab03b16d6d8442e700707786a15f5031b594a7 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 8 Jun 2026 10:24:22 +0000 Subject: [PATCH] Update Transfer billing page copy for storage pricing. Replace leftover QR Plus per-code billing text with Transfer retention pricing. Co-authored-by: Cursor --- resources/views/qr/account/billing.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/qr/account/billing.blade.php b/resources/views/qr/account/billing.blade.php index c7210c5..a7505ba 100644 --- a/resources/views/qr/account/billing.blade.php +++ b/resources/views/qr/account/billing.blade.php @@ -3,7 +3,7 @@ @php $fmt = fn ($m) => 'GHS '.number_format($m / 100, 2); @endphp

Billing

-

QR code creation is billed from your Ladill wallet (GHS {{ number_format(config('qr.price_per_qr_ghs', 5), 2) }} per code).

+

File storage is billed from your Ladill wallet (GHS {{ number_format(config('transfer.price_per_gb_month', 1), 2) }} per GB per month of retention).

Current balance

{{ $fmt($balanceMinor) }}