You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Language, language version, and OS: PHP 8.1.0, Debian
Issue description
In the latest version of the library, this "Deprecated" notice is being reported.
Deprecated: Return type of Braintree\Base::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vendor/braintree/braintree_php/lib/Braintree/Base.php on line 82
The text was updated successfully, but these errors were encountered:
Sorry folks didn't have coffee when I commented earlier 🙃 , we added the #[\ReturnTypeWillChange] to temporarily suppress these warnings in version 6.5.1. But we haven't addressed the source of the deprecation warning. Going to leave this issue open until we've addressed the underlying source of the issue.
* Document threeDSecure info - integration tests currently blocked by the
gateway
Co-authored-by: Holly Stotelmyer <[email protected]>
Co-authored-by: Joe Plukarski <[email protected]>
General information
Issue description
In the latest version of the library, this "Deprecated" notice is being reported.
Deprecated: Return type of Braintree\Base::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vendor/braintree/braintree_php/lib/Braintree/Base.php on line 82
The text was updated successfully, but these errors were encountered: