omnipay-authorizenet icon indicating copy to clipboard operation
omnipay-authorizenet copied to clipboard

Deprecated API

Open miholeus opened this issue 4 years ago • 4 comments

Hi to everyone! I found that you use 4 gateways: CIM, SIM, AIM, DPM. And all of them are deprecated https://developer.authorize.net/api/upgrade_guide/. Does it mean that your package is outdated and it's better to look for something else? Do you have plans for Authorize.NET API https://developer.authorize.net/api/reference/index.html?

miholeus avatar Oct 15 '19 10:10 miholeus

You can try this one:

https://github.com/academe/omnipay-authorizenetapi

I'd be happy to move it into thephpleague if people are happy with that, but it needs a bunch of tests first.

judgej avatar Oct 15 '19 11:10 judgej

Thanks for the link! That's exactly what I was looking for. Btw what tests do you expect to get? Maybe I can help you with it.

miholeus avatar Oct 15 '19 17:10 miholeus

Hi @miholeus been super-busy. For tests, anything really that increases the coverage. These days I tend to be more involved with auto-generation of APIs using OpenAPI descriptions, so writing the tests and messages by hand - just because the gateway provider can't get an OpenAPI description together - is something that feels like a waste of time, so it goes to the bottom of my list. Just the realities of it really. There is an XSD for the full, newer Authorize.Net API. and I'm convinced an OPenAPI description can be generated from that, and that is where effort would be more usefully directed IMO.

judgej avatar Dec 27 '19 17:12 judgej

https://github.com/academe/omnipay-authorizenetapi

Doesn't support CIM and creating customers and cards!

sgtcoder avatar Aug 02 '21 17:08 sgtcoder