I could use some pointers on setting up the Merchello AuthorizeNET plugin. Specifically with the posting of the credit card info to the payment controller. I have a controller and PaymentForm setup and wired into the Checkout process. Data entry is working but am unable to get the form data posted to the controller Process method.
So I found an article from September which seems to show that I do not need to use the mui javascript at all. It just posts strait to the payment controller.
Merchello AuthorizeNet
Good day,
I could use some pointers on setting up the Merchello AuthorizeNET plugin. Specifically with the posting of the credit card info to the payment controller. I have a controller and PaymentForm setup and wired into the Checkout process. Data entry is working but am unable to get the form data posted to the controller Process method.
I am assuming I need a script like this to handle the form posting: https://github.com/Merchello/Merchello/blob/f3dd636fb3449d58d82ecd178b2ce9b1093c9615/src/Merchello.Mui.Client/src/jquery/mui/modules/checkout/components/payment.js
Am I on the right track here?
So I found an article from September which seems to show that I do not need to use the mui javascript at all. It just posts strait to the payment controller.
https://merchello.com/blog/developing-a-merchello-custom-payment-provider/
is working on a reply...