Fix phpcs
This commit is contained in:
parent
ba2a9d831f
commit
2a952a5307
@ -382,7 +382,7 @@ class Stripe extends CommonObject
|
||||
$paymentintent = \Stripe\PaymentIntent::retrieve($intent, array("stripe_account" => $key));
|
||||
}
|
||||
}
|
||||
catch(Exception $e) {
|
||||
catch (Exception $e) {
|
||||
$error++;
|
||||
$this->error = $e->getMessage();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user