1

I'm using the IWD Onestepcheckout extension in combination with PAYONE (3.1.3). And I can't get PAYONEs payment method "Credit Card" to work.

The check of credit card data is always performed twice. The first time the system always throws an error "Parameter {} cardexpiredate faulty or missing", even though the expiration date is ok.

I suspect there is something wrong with the Javascript that does the data validation. But I can't figure out where exactly the problem occurs. I have contacted the developers, but because this problem is caused by the conflict of extensions, they were not able to help.

I'm working on Magento CE 1.7.0.2.

Any hints on how to solve this would be appreciated.

Anton S
  • 1,244
  • 8
  • 11
knospe
  • 238
  • 1
  • 3
  • 15

1 Answers1

2

You probably need to address the checkout and alter the way the payments are processed there as Payone will make ajax calls for CC data validation and uses this to validate the payment later. Validation functionality depends on checkout/onepage process and if IWD OneStepCheckout process is different then it will fail and has to be adjusted

Anton S
  • 1,244
  • 8
  • 11