AEM 6.3 with Hybris 6.5 integration
Hi,
I am facing below issues when trying to check out the products after giving all the details like billing, shopping addresses and card details. Please help me if anybody has an idea on this.
Checkout issue #1
com.adobe.cq.commerce.hybris.common.HybrisException: error executing command: AddDeliveryAddressCommand; hybris response status: [400], body: [{
"errors" : [ {
"message" : "This field is required and must to be between 1 and 2 characters long.",
"reason" : "missing",
"subject" : "country.isocode",
"subjectType" : "parameter",
"type" : "ValidationError"
} ]
}]
I guess here AEM is not passing the country ISO code to the Hybris.
Checkout issue #2
09.11.2017 10:29:16.137 *ERROR* [0:0:0:0:0:0:0:1 [1510219754837] POST /content/geometrixx-outdoors/en_US/user/checkout.html HTTP/1.1] com.adobe.cq.commerce.hybris.common.DefaultHybrisConnection execute: hybris response status: [400], body: [{
"errors" : [ {
"message" : "Payment details [8796093055018] not found.",
"reason" : "unknownIdentifier",
"subject" : "paymentDetailsId",
"subjectType" : "parameter",
"type" : "ValidationError"
} ]
}]
09.11.2017 10:29:16.137 *ERROR* [0:0:0:0:0:0:0:1 [1510219754837] POST /content/geometrixx-outdoors/en_US/user/checkout.html HTTP/1.1] com.adobe.cq.commerce.hybris.common.DefaultHybrisSession Command execution failed:
com.adobe.cq.commerce.hybris.common.HybrisException: error executing command: UpdatePaymentInfoCommand; hybris response status: [400], body: [{
"errors" : [ {
"message" : "Payment details [8796093055018] not found.",
"reason" : "unknownIdentifier",
"subject" : "paymentDetailsId",
"subjectType" : "parameter",
"type" : "ValidationError"
} ]
}]
Thanks,
Srini.
