Hi,
There is a deprecated method in your SDK on newer PHP version (8.3 at the moment) on these functions:
offsetExists
offsetGet
offsetSet
offsetUnset
jsonSerialize
with this general error:
PHP message: PHP Deprecated: Return type of Exchange\Client\Json\DataObject::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /vendor/allsecure-pay/php-exchange/src/Json/DataObject.php on line 84;
PHP message: PHP Deprecated: Return type of Exchange\Client\Json\DataObject::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in vendor/allsecure-pay/php-exchange/src/Json/DataObject.php
Hi,
There is a deprecated method in your SDK on newer PHP version (8.3 at the moment) on these functions:
with this general error: