You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can anyone offer any advice on how to solve this issue? I am thinking I will fork yours (and update some variables) since I don't have time to write a new gateway package from scratch.
I realize this package hasn't been updated for a long time. I just want to start a discussion about this topic for anyone else coming across the same issue.
Thanks
The text was updated successfully, but these errors were encountered:
I haven't needed to use this package for a while, so have not kept up with changes to the gateway. If you fork and there are any changes needed, just send a Pull Request and I'll get it merged, and generate a new release if that helps too. That should help other people using this package.
It could be that the new Helcim Commerce API is so different that simple changes won't be enough, because they share little functionality. But if this driver can be expanded while retaining the legacy support to help people switch over, even better.
Looking at the documentation, it all looks very familiar. Many gateways these days are switching to REST APIs, and to do so, they are using a white-labelled gateway API server to implement it (if gives them ready-made solutions such as card scanners and multiple payment method support, integrations to accounting platforms etc). That means the functionality for this may already largely be written for another gateway. I can't put my finger on who is the supplier of the API though, but I'll post back if I find them.
It appears that this implementation of the helcim API has been deprecated.
I am currently implementing the Helcim Direct API into our application and realized our newly generated API user uses https://secure.myhelcim.com/api/ and not https://gateway.helcim.com/api/.
Can anyone offer any advice on how to solve this issue? I am thinking I will fork yours (and update some variables) since I don't have time to write a new gateway package from scratch.
I realize this package hasn't been updated for a long time. I just want to start a discussion about this topic for anyone else coming across the same issue.
Thanks
The text was updated successfully, but these errors were encountered: