-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message "You have cancelled the order..." should rather be "Order<orderId> has been cancelled..." #482
Comments
knocte
changed the title
Message "You have cancelled the order..." should rather be "Order ... has been cancelled..."
Message "You have cancelled the order..." should rather be "Order<orderId> has been cancelled..."
Mar 5, 2024
Mersho
added a commit
to Mersho/bot
that referenced
this issue
Mar 13, 2024
When the seller cancels an order, the buyer will get a wrong and confusing message: ``` You have cancelled the order ID: orderID ``` So, in this commit, the bot sends a message that tells the buyer: ``` Order orderId has been cancelled. There is no need to create an invoice. ``` Fixes: lnp2pBot#482
knocte
pushed a commit
to knocte/lnp2pBot
that referenced
this issue
May 13, 2024
When the seller cancels an order, the buyer will get a wrong and confusing message: ``` You have cancelled the order ID: orderID ``` So, in this commit, the bot sends a message that tells the buyer: ``` Order orderId has been cancelled. There is no need to create an invoice. ``` Fixes: lnp2pBot#482
knocte
pushed a commit
to knocte/lnp2pBot
that referenced
this issue
May 13, 2024
When the seller cancels an order, the buyer was getting a confusing message: ``` You have cancelled the order ID: orderID ``` Now the bot sends a message that tells the buyer: ``` Order orderId has been cancelled. There is no need to create an invoice. ``` Fixes: lnp2pBot#482
This bug also happens when a buyer (maker) cancels an order before the seller pays the invoice |
knocte
pushed a commit
to knocte/lnp2pBot
that referenced
this issue
Nov 12, 2024
When the seller cancels an order, the buyer was getting a confusing message: ``` You have cancelled the order ID: orderID ``` Now the bot sends a message that tells the buyer: ``` Order orderId has been cancelled. There is no need to create an invoice. ``` Fixes: lnp2pBot#482
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When seller cancels an order that a buyer just took, the bot messages the buyer saying "you have cancelled the order" instead of messaging the seller.
To Reproduce
Steps to reproduce the behavior:
Current behaviour
Bots sends a msg to buyer saying "You have cancelled the order..."
Expected behavior
Bot should send a msg to buyer saying "Order xyz has been cancelled, no need to create an invoice.", and send a msg to seller saying "You have cancelled the order..."
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: