sdk-php icon indicating copy to clipboard operation
sdk-php copied to clipboard

PHP SDK for Authorize.Net API

Results 93 sdk-php issues
Sort by recently updated
recently updated
newest added

Hello everyone, I have two questions regarding the invoice/receipt being sent into customers. 1. Can we add additional details for the product or order, other than the **_Description_**? I have...

Issue #390 Using a non-breakable space "sticks" to is_object() function name and becomes a part thereof, causing the latter to be undefined function call.

An example from lib/net/authorize/api/contract/v1/ANetApiResponseType.php:134 ``` if(is_array($data) || is_object($data)) { ``` looks benign, but: ``` $ printf "if(is_array($data) || is_object($data)) {" | xxd 00000000: 6966 2869 735f 6172 7261 7928 2920...

Hi, I think I don't need composer when I use it but I get an error when I use it. My code is down side. Why can this be? ``

Fixes: - [ ] invalid doc block for jsonSerialize() and Json Set Code set() methods; - [ ] magento 2 version above 2.3.x usage fix. Basically error connected to invalid...

In file lib\AuthorizeNetARB.php is a link to the support site's help text PDF. Clicking the link returns '404 Not Found.' Line 7 contains the errant link: * @link [http://www.authorize.net/support/ARB_guide.pdf] ARB...

WordPress powers more than 30% of the web and this SDK cannot go on to the WordPress.org repository because it is not licensed under GPL. There are plugins on the...

[Create a Subscription from Customer Profile](https://developer.authorize.net/api/reference/index.html#recurring-billing-create-a-subscription-from-customer-profile) API occasionally cannot work. Can you help me? 1. I create customerPaymentProfileID is successful. ![image](https://user-images.githubusercontent.com/11455285/36016231-f4089506-0dac-11e8-9e0c-72c777130fea.png) 2. Then I charge a customer profile id also...

feature-bug

I'd like to integrate the SDK with my existing logging framework rather than having it log directly to a file. I think the easiest way to support this would be...

Hello, I'm using this lib version 2.0.0. When I set amount of transaction as float (as referred here: https://github.com/AuthorizeNet/sdk-php/blob/master/lib/net/authorize/api/contract/v1/TransactionRequestType.php#L231) $transactionRequestType->setAmount( (float)$this->amount ); I receive error from authnet (sorry for some...

awaiting-reply