Skip to content
Snippets Groups Projects
Commit 28ee2e20 authored by Joshua Walker's avatar Joshua Walker Committed by GitHub
Browse files

Merge pull request #171 from artfulrobot/4.7-dev

Quote unquoted string literal class name for is_a check  #170
parents 2bf9243d da43ff5e
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