From 61f2581184c082f90b6ece916a8d691fd826833e Mon Sep 17 00:00:00 2001 From: arkanoider <113362043+arkanoider@users.noreply.github.com> Date: Sun, 24 Mar 2024 16:52:27 +0100 Subject: [PATCH] fix-221 (#223) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Francisco Calderón --- src/app/add_invoice.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/add_invoice.rs b/src/app/add_invoice.rs index 2fb834df..f4b4626c 100644 --- a/src/app/add_invoice.rs +++ b/src/app/add_invoice.rs @@ -110,7 +110,7 @@ pub async fn add_invoice_action( send_cant_do_msg( Some(order_id), Some(format!( - "Order Id {order_id} status must be WaitingBuyerInvoice!" + "You are not allowed to add an invoice because order Id {order_id} status is {}", order_status.to_string() )), &buyer_pubkey, )