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
I've added a hardcoded ccsave to the setupPaymentMethod. Could be vastly improved upon but is a good start for generallizing of some the payment methods. I was trying to get auth.net to work, but there is a second POST somewhere that does not have the credit card info and fails to create the order.
protected function setupPaymentMethod()
{
$quotePayment = $this->getQuote()->getPayment();
Will try to check this out in the next week or so. Btw any idea how hard it might be to introduce some unit test coverage? Would certainly make it easier / faster to merge these types of changes with some test coverage in place.
Taking a minute to take a peek at this here. I was under the impression this was a PR but seems that's not the case. Seems like you're saying that it's not working as expected and you're not sure why.
I'm afraid I don't have the time to help troubleshoot this right now. Sorry about that! Maybe you can see if any of the other contributors can check it out.
I've added a hardcoded ccsave to the setupPaymentMethod. Could be vastly improved upon but is a good start for generallizing of some the payment methods. I was trying to get auth.net to work, but there is a second POST somewhere that does not have the credit card info and fails to create the order.
protected function setupPaymentMethod()
{
$quotePayment = $this->getQuote()->getPayment();
The text was updated successfully, but these errors were encountered: