Kaushik Mahato

Results 7 comments of Kaushik Mahato

Hi, Thanks for sharing this, so as you are doing explicit typecast this is not working. We will look into this why the SDK is treating it as float value....

Hi @RickKukiela In 2.0.0, we have removed the deprecated classes. If you have been using one of those, it won't be available in 2.0.0. Additionally, the underlying API call to...

Hi @suneel11 If a transaction is in unsettled state you need to do a [Void Transaction](https://developer.authorize.net/api/reference/index.html#payment-transactions-void-a-transaction) API request. And if the transaction is in settled state you need to do...

Hi @rverderber, Currently there is no option to pass x_duplicate_window parameter for CIM as this is a transaction setting. You can only pass this while doing a transaction, please share...

Hi @ne0c0de How are you using the SDK? Are you using composer? Once you updated the sdk to "authorizenet/authorizenet": "2.0.0-ALPHA", did you run `composer update `?

Ok the _autoload.php_ is not updated, hence you were getting this issue. Thanks for reporting it, we will update the _autoload.php_ In the stable version _autoload.php_ won't work out of...

Hi @valicu We recommend to use the iframe communicator method for better integration and you will be able to get all the details about the transaction by that. But as...