Skip to content
Snippets Groups Projects
Commit da43ff5e authored by Rich's avatar Rich
Browse files

Quote unquoted string literal class name #170

parent 38abd9a8
No related branches found
No related tags found
No related merge requests found
......@@ -556,7 +556,7 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment {
$ignores = array(
array(
'class' => Stripe_InvalidRequestError,
'class' => 'Stripe_InvalidRequestError',
'type' => 'invalid_request_error',
'message' => 'Plan already exists.',
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment