sdk-php
sdk-php copied to clipboard
PHP SDK for Authorize.Net API
Addresses the following issues: 1. #440 2. #437 3. #429
The transactionKey value is being logged by authorizenet/authorizenet/lib/net/authorize/util/HttpClient.php : 77. Using: sdk-php-2.0.3 per composer, although the SDK reports 2.0.2 via vendor/authorizenet/authorizenet/lib/net/authorize/api/constants/ANetEnvironment.php. Note. vendor/authorizenet/authorizenet/lib/net/authorize/util/AuthorizedNetSensitiveTagsConfig.json does exist and it does contain: {...
This addresses the possible bug still present in 2.0.3 which I discussed in this issue post: https://github.com/AuthorizeNet/sdk-php/issues/458
Regarding this line: https://github.com/AuthorizeNet/sdk-php/blob/e1acf55c9cb22bef1852b1e494502973ade11cce/lib/net/authorize/util/Log.php#L163 Previously, attempting to omit the `cardCode` value on "Stored Card" transaction (because the card code was not known / not obtained from the user), while SDK...
I am using PHP SDK "authorizenet/authorizenet", version 2.0. Today I received error "E00013 Extra Options is invalid" when I went to charge a card "create a transaction API". I found...
We are using this php sdk in our application, so we will be waiting for the updated file. Thank you.
Addresses https://github.com/AuthorizeNet/sdk-php/issues/465 The guidelines say to put PRs against the future branch so that's where I've put it.
i am curious if anyone else uses the solutions id in their implementation and whether you have been able to get any data back from our friends at authorize.net? i...