From 2b14e6211b2d73162832eff495aaafff4f076b3a Mon Sep 17 00:00:00 2001 From: jchen293 Date: Mon, 8 Apr 2024 16:32:08 -0400 Subject: [PATCH] add reason in the messages list for insurance refund json response --- official/docs/responses/insurance/insurance-refund.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/docs/responses/insurance/insurance-refund.json b/official/docs/responses/insurance/insurance-refund.json index 863551ed..8506b98a 100644 --- a/official/docs/responses/insurance/insurance-refund.json +++ b/official/docs/responses/insurance/insurance-refund.json @@ -129,7 +129,7 @@ "charged": true, "refunded": false }, - "messages": [], + "messages": ["Insurance was cancelled by the user."], "created_at": "2024-01-24T00:05:52Z", "updated_at": "2024-01-24T00:05:52Z" }