Skip to content

Commit 34311b2

Browse files
committed
Whitelist StripeObject, resolves #89.
1 parent 0080765 commit 34311b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wpephpcompat.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class WPEPHPCompat {
7575
'*/tablepress/*' => '7.0',
7676
'*/myMail/*' => '7.0',
7777
'*/wp-spamshield/*' => '7.0',
78+
'*/vendor/stripe/stripe-php/lib/StripeObject.php' => '7.0', // https://github.com/wpengine/phpcompat/issues/89
7879
);
7980

8081
/**

0 commit comments

Comments
 (0)