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
Toda vez que vou rodar uma integração pelo SDK me aparece essas mensagens de DEPRECATED.
DEPRECATED Return type of PagarmeCoreApiLib\Models\ListCustomersResponse::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in vendor/pagarme/pagarmecoreapi/src/Models/ListCustomersResponse.php on line 48.
DEPRECATED Return type of PagarmeCoreApiLib\Models\GetCustomerResponse::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in vendor/pagarme/pagarmecoreapi/src/Models/GetCustomerResponse.php on line 172.
DEPRECATED Return type of PagarmeCoreApiLib\Models\GetPhonesResponse::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in vendor/pagarme/pagarmecoreapi/src/Models/GetPhonesResponse.php on line 50.
DEPRECATED Return type of PagarmeCoreApiLib\Models\GetAddressResponse::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in vendor/pagarme/pagarmecoreapi/src/Models/GetAddressResponse.php on line 191.
DEPRECATED Return type of PagarmeCoreApiLib\Models\GetPhoneResponse::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in vendor/pagarme/pagarmecoreapi/src/Models/GetPhoneResponse.php on line 56.
DEPRECATED Return type of PagarmeCoreApiLib\Models\PagingResponse::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in vendor/pagarme/pagarmecoreapi/src/Models/PagingResponse.php on line 57.
Toda vez que vou rodar uma integração pelo SDK me aparece essas mensagens de
DEPRECATED
.Versão instalada:
Instalada no Laravel 9
The text was updated successfully, but these errors were encountered: