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
I am getting this error in php7.4, can you please fix:
Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead
in Riskified\DecisionNotification\Model\Notification::parse_body at line 94
if (!array_key_exists('order', $body))
throw new Exception\BadPostJsonException($this->headers, $this->body)
thank you
The text was updated successfully, but these errors were encountered:
I am getting this error in php7.4, can you please fix:
Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead
in Riskified\DecisionNotification\Model\Notification::parse_body at line 94
if (!array_key_exists('order', $body))
throw new Exception\BadPostJsonException($this->headers, $this->body)
thank you
The text was updated successfully, but these errors were encountered: