Skip to content

Commit

Permalink
fix-221 (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Calderón <fjcalderon@gmail.com>
  • Loading branch information
arkanoider and grunch committed Mar 24, 2024
1 parent 08bb5aa commit 61f2581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/add_invoice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 61f2581

Please sign in to comment.