Files
nutshell/tests
Guilherme Pereira 3b2f1aa6f4 Issue #313: allow checking pending invoices (#493)
* Update deprecated datetime

* Add options to Invoices cli
With these options, we are able to return:
1) all invoices (this is the default);
2) pending invoices (paid False, out False);
3) paid invoices;
4) and unpaid invoices.

* make format

* Fix mypy error with datetime

* sort imports

* Remove unneeded unit when printing out info

* Fix wrong method doc

* Try to mint pending invoices

* make pre-commit

* Refactor --tests flag to --mint
The default will be false, i.e., if the user does not
pass in the --mint flag, it will not try to mint
the pending invoice.

---------

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
2024-04-03 17:51:15 +02:00
..
2024-01-08 00:57:15 +01:00
2024-03-29 22:34:51 +01:00
2024-02-11 20:23:43 +01:00
2024-01-08 00:57:15 +01:00
2023-11-09 17:03:45 -03:00
2024-02-10 22:52:55 +01:00