Fix phpcs
This commit is contained in:
parent
1f6c0997f4
commit
8679d1e929
@ -382,8 +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