Closed jsuiker closed 8 years ago
Thanks for the contribution, @jsuiker! We're reviewing this on our end and will follow up as soon as we can.
So I'm starting to compare the existing js code to what I find in the SecureSubmit NuGet package. Now I realize that you were following a similar pattern in your function definitions and whatnot. Is there any documentation as to what functions and parameters are preferred? It seems the SOAP functions are well documented but I don't see any apparent documentation for the rest.
Hah, of course there is... https://developer.heartlandpaymentsystems.com/SecureSubmit/Documentation
So the real questions are:
@jsuiker As you noted, we have that documentation page, which is currently in the process of being updated to cover more of the recent changes in the SDKs especially regarding new coverage of our gateway.
To answer your questions:
Hmm, if SecureSubmit was intended for eCommerce, what SDK should I be looking at for integrating Heartland payments into my Point of Sale solution? I'll still use node regardless, but your comments about eCommerce have me wondering.
Sorry for any confusion. This SDK would be appropriate for that. We just haven't added a lot of the retail specific items to this SDK yet. Ecommerce and Retail use the same Portico calls but require different data groups/elements to be sent in the requests.
Awesome, thanks!
I've done a bit of rearranging to suit my own tastes... Hopefully what I've done is palatable to others and I can flesh out a few more of the SOAP endpoints in node.