sdk-php
sdk-php copied to clipboard
PHP SDK for Authorize.Net API
CreateCustomerProfileFromTransactionResponse does not exist
CreateCustomerProfileFromTransactionResponse does not exist. {An older SDK version used CreateCustomerProfileResponse.} This problem causes CreateCustomerProfileFromTransactionRequest to fail upon execution.
Hi expert, I'm using laravel and I'm creating a Recurring Billing in sandbox, After a few hour of fighting i literally copy and paste the sample code and just add...
PHP 8.3: get_class() and get_parent_class() function calls without arguments deprecated. [Reference](https://php.watch/versions/8.3/get_class-get_parent_class-parameterless-deprecated)
How in the world is the official SDK from the biggest/oldest online credit transaction gateways, for the most popular back-end programming language this out of touch with reality? This is...
fix this cause net\authorize\api\contract\v1\CreateCustomerProfileFromTransactionResponse does not exist
Supress PHP81 deprecation notices which are being thrown for generated classes implementing `jsonSerialize`. ``` Deprecated: Return type of ANetApiRequestType::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute...