Steffo99 / greed

Customizable, multilanguage Telegram shop bot with Payments support
GNU Affero General Public License v3.0
527 stars 261 forks source link

Full order info #119

Closed valentino-sm closed 3 years ago

valentino-sm commented 3 years ago
  1. Fix brief text order message to user.
  2. Save order_info to worker.
  3. Save new transaction to db with order_info instead of empty row.
  4. Show order_info in full order view for admin.
  5. Hide notes if empty.

Full backward compatibility except for three lines in several language files shown for admin order views.

Steffo99 commented 3 years ago

I'm working on this.

Steffo99 commented 3 years ago

I implemented this feature in a different way in 24d50249cf52b438aa09b260655190d0f1c7060f :)

Thanks for the idea, I completely forgot to show that transaction data!

Steffo99 commented 3 years ago

Sorry for messing up your branch, IntelliJ IDEA did something weird while I was trying to merge...

You can git reflog to return to the previous state, if you wish.