-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecated API #131
Comments
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. |
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. |
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. |
https://github.com/academe/omnipay-authorizenetapi Doesn't support CIM and creating customers and cards! |
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?
The text was updated successfully, but these errors were encountered: