Files
ladill-pos/config/qr.php
T
isaaccladandCursor e5d2b84388
Deploy Ladill Mini / deploy (push) Successful in 23s
Add Ladill POS v1 — register, Pay checkout, and commerce links.
Staff-facing counter register at pos.ladill.com with catalog cart, cash and
MoMo/card checkout via Ladill Pay, CRM timeline/import, invoice prefill, and
Merchant catalog import.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 22:52:24 +00:00

10 lines
367 B
PHP

<?php
return [
'price_per_qr_ghs' => (float) env('QR_PRICE_PER_QR_GHS', 5.0),
'min_topup_ghs' => (float) env('QR_MIN_TOPUP_GHS', 5.0),
'max_pdf_bytes' => (int) env('QR_MAX_PDF_BYTES', 104857600), // 100 MB
'short_code_length' => (int) env('QR_SHORT_CODE_LENGTH', 8),
'scan_unique_window_hours' => (int) env('QR_SCAN_UNIQUE_WINDOW_HOURS', 24),
];