PHP API (migrated from CFML)
Find a file
Mike b25198b3f5 fix: receipt total now uses actual payment amount from DB
Instead of recalculating the grand total from line items + rates (which
can drift by a penny due to floating point), use the actual PaymentFromCreditCard
or PaymentPaidInCash values from the Payments table. This ensures the receipt
always matches what the customer was actually charged.
2026-03-22 21:38:17 +00:00
_webhook Add deploy webhook for auto-deploy from Forgejo 2026-03-14 15:04:53 -07:00
api Enable magic OTP (123456) for Apple app review testing 2026-03-20 05:22:17 +00:00
config Port Twilio SMS integration from CFML to PHP 2026-03-14 16:02:34 -07:00
cron Port admin, cron, and receipt endpoints from CFML to PHP 2026-03-14 15:57:25 -07:00
receipt fix: receipt total now uses actual payment amount from DB 2026-03-22 21:38:17 +00:00
show_order.php Add show_order.php redirect to receipt page 2026-03-22 21:28:36 +00:00