Describe the bug
Using the latest adyen-web package (v6.31.0), after placing the order with credit card, we receive a component error related to a status check on adyen's payment_response, status is not a string but a Number. The issue is present with Payments API v68. The payment_source error is:
"payment_response": {
"status": 400,
"message": "Structure of CardDetails contains the following unknown fields: [sdkData]",
"errorCode": "702",
"errorType": "validation"
}
In order to support v68 we have to stick with adyen-web v6.28.0
To Reproduce
No response
System
No response
Additional context
Adyen/adyen-web#3511