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-07 08:04:29 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ca25eedfbce478b1a4f5d878c050ccec4c87d710
btcpayserver
/
BTCPayServer
/
Services
/
Invoices
History
Salie Hendricks
e59821caa1
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
)
...
Co-authored-by: Salie Hendricks <
salie@safarinow.com
>
2021-01-16 09:00:19 +01:00
..
Export
Create Metadata property for InvoiceEntity, migrate all data without logic there
2020-08-26 21:36:31 +09:00
InvoiceEntity.cs
Make sure that the invoice currency is normalized to uppercase (
Fix
#2146
)
2021-01-07 22:30:57 +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