This website requires JavaScript.
Explore
Help
Sign In
aljaz
/
btcpayserver
Watch
1
Star
0
Fork
0
You've already forked btcpayserver
mirror of
https://github.com/aljazceru/btcpayserver.git
synced
2026-01-04 22:54:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f79c8ab641fc021a078a2c9028da5574e189eee7
btcpayserver
/
BTCPayServer
/
Services
/
Invoices
History
Kukks
e3e65878aa
Allow invoice to be marked even when new
...
fixes
#2019
2021-02-26 11:17:03 +09:00
..
Export
Create Metadata property for InvoiceEntity, migrate all data without logic there
2020-08-26 21:36:31 +09:00
InvoiceEntity.cs
Allow invoice to be marked even when new
2021-02-26 11:17:03 +09:00
InvoiceRepository.cs
GetInvoiceRaw used its own dbContext while calling code used a different one which causes the calling context not to track changes - thus nothing is saved. (
#2197
)
2021-01-16 09:00:19 +01:00
PaymentMethodDictionary.cs
Removing unused usings, readonly fields where possible
2020-06-28 22:07:48 -05:00
PaymentMethodHandlerDictionary.cs
Fix exception in CreateInvoice if a payment method is not supported
2019-06-07 00:45:10 +09:00