mirror of
https://github.com/itflow-org/itflow
synced 2026-08-08 08:37:15 +00:00
Bump imapEngine from v1.25.2 to v1.25.3
This commit is contained in:
@@ -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()]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user