diff --git a/htdocs/stripe/charge.php b/htdocs/stripe/charge.php index 128a2539b75..8544417b2e4 100644 --- a/htdocs/stripe/charge.php +++ b/htdocs/stripe/charge.php @@ -278,7 +278,7 @@ if (!$rowid) print ''; print ''; print ''; - } catch(Exception $e) { + } catch (Exception $e) { print $e->getMessage(); } } diff --git a/htdocs/stripe/payout.php b/htdocs/stripe/payout.php index 07b6b696f2b..6cc093417ad 100644 --- a/htdocs/stripe/payout.php +++ b/htdocs/stripe/payout.php @@ -216,7 +216,7 @@ if (!$rowid) { print ''; print "\n"; } - } catch(Exception $e) { + } catch (Exception $e) { print '