Bump imapEngine from v1.25.2 to v1.25.3

This commit is contained in:
johnnyq
2026-07-23 00:59:07 -04:00
parent 2b756f6ea4
commit 7ccdc942fe
9 changed files with 67 additions and 48 deletions

View File

@@ -95,8 +95,9 @@ if (isset($_GET['stripe_create_pi'])) {
echo json_encode($output);
} catch (Exception $e) {
} catch (\Throwable $e) {
http_response_code(500);
error_log("Stripe PI create failed (invoice $invoice_id): " . $e->getMessage());
echo json_encode(['error' => $e->getMessage()]);
}