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
While testing for flow2,
I get the following errors.
"error": {
"success": false,
"response": {
"confirm": {
"bill": " mismatches in /billing in /init and /confirm"
},
"on_status_delivered": {
"schemaErr0": "/message/order/payment/@ondc1org1settlement_details/0 must have required property 'settlement_timestamp'"
},
"on_status_pending": {
"schemaErr0": "/message/order/payment/@ondc1org1settlement_details/0 must have required property 'settlement_timestamp'"
}
}
},
-- Cannot make sense of this. "bill" ? There is no such attribute.
-- Also settlement_timestamp is set only when settlement happens right? why is it expected on delivery and when status pending?
While testing for flow2,
I get the following errors.
"error": {
"success": false,
"response": {
"confirm": {
"bill": " mismatches in /billing in /init and /confirm"
},
"on_status_delivered": {
"schemaErr0": "/message/order/payment/@ondc
1org1settlement_details/0 must have required property 'settlement_timestamp'"},
"on_status_pending": {
"schemaErr0": "/message/order/payment/@ondc
1org1settlement_details/0 must have required property 'settlement_timestamp'"}
}
},
-- Cannot make sense of this. "bill" ? There is no such attribute.
-- Also settlement_timestamp is set only when settlement happens right? why is it expected on delivery and when status pending?
@sahilsharma9 @bluecypher
The payload used for the service was
ondcvalidator_payload.json
The text was updated successfully, but these errors were encountered: