-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add random image after order creation #619
base: main
Are you sure you want to change the base?
Conversation
The seller receives an image once an order is created. They will also receive the same image when paying the invoice. This way, they can verify that the invoice originates from the bot. Signed-off-by: ndungudedan <[email protected]>
3cbb207
to
8bee9f5
Compare
How do you go about translations? I could probably use Google Translate but it's usually not that good. Please advise. |
Hi @ndungudedan, translations are put in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ndungudedan, good start, it works!
However, it still does not fully comply with what the issue asks:
- The image must appear in the center of the QR where the invoice is shown.
- The images must be simple, without much content, easily identifiable, preferably with only 1 color.
@ndungudedan we can consult @grunch opinion, I was generating some images with chatgpt,. |
Hi @ndungudedan the main idea is we should use simple images for the user can easily remember and identify it, let's see an example After seller creates an order seller receives an image, let's say the seller receives a bear In the message after order creation she sould say "Remember this image because you will see it again inside the invoice to pay" Then when someone takes the order the bot sends an invoice with the image right in the center of the invoice, here an example with a real lnp2pbot invoice |
Here are 71 icons from that same collections open source you can use, I you ask me I would prefer to have something like breez wallet which is more efficient probably, they have some images of animals of one color and then they change the color randomly for avatars, if you want to see it you can try the wallet here, but those icons attached in this comments also work well |
Resolves #608
The seller receives an image once an order is created. They will also receive the same image when paying the invoice.
This way, they can verify that the invoice originates from the bot.