Type of Issue
Question / Clarification
Summary
1.init, on_init, confirm, on_confirm, on_status:- SETTLEMENT_AMOUNT ISSUE, SETTLEMENT_AMOUNT SENT "0".
2.on_status:- message.order.status incorrectly sent as "COMPLETE" it should be "COMPLETD"
3.on_init, on_confirm, on_status, on_cancel:- billing details incorrectly sent
init, confirm:- billing": {
"email": "ganesh.jadhav@kellton.com",
"name": "Ganesh Jadhav",
"phone": "8820247781"
}
on_init, on_confirm, on_status, on_cancel:-"billing": {
"email": "john.doe@example.com",
"name": "John Doe",
"phone": "+91-9897867564"
},
Technical cancellation flow:-
4.on_cancel:- Quote.breakup incorrectly sent by mock seller
Expected Behavior
No response
Steps to Reproduce / Context
No response
Payloads / Logs / Screenshots (if applicable)
No response
Domain
TRV11
Version
2.0.1
Testing Mode
No response
Scenario Name
No response
Additional Notes
No response
Reported By (GitHub Handle)
Ganesh11772