Closed som-m closed 3 years ago
You should be able to accept a dispute.
Retrieve a dispute dispute = Omise::Dispute.retrieve("dspt_test_5msj7ya0c27fryquml7")
dispute = Omise::Dispute.retrieve("dspt_test_5msj7ya0c27fryquml7")
Accept the dispute dispute.accept
dispute.accept
Check whether the dispute has been accepted, the status should be lost dispute.status
lost
dispute.status
Summary
QA
You should be able to accept a dispute.
Retrieve a dispute
dispute = Omise::Dispute.retrieve("dspt_test_5msj7ya0c27fryquml7")
Accept the dispute
dispute.accept
Check whether the dispute has been accepted, the status should be
lost
dispute.status