cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unrecognized field "parameters" in CisPaymentRequest

0 Kudos
189

Hi,

While capturing the amount through CisClientPaymentService.capture method I am getting the below error. My guess it is coming because of class CisPaymentRequest. Which class I need to verify to resolve this issue?

 Unrecognized field "parameters" (Class com.hybris.cis.api.payment.model.CisPaymentRequest), not marked as ignorable

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

This issue was because of paymentService.war file. The class argument in paymentService.war is "parameter" while in cispayment it is "parameters". 's' is extra.