Files
btcpayserver/BTCPayServer/Views
d11n a84ffd8c7e Crowdfund: Fix null pointer exception for topup type (missing price) (#5068)
Items with type topup have a price = null and hence not even the property set (ignored in JSON). This needs to be handled in the temlate, otherwise this exception occurs:

```
An unhandled exception was thrown by the application.
System.InvalidOperationException: Nullable object must have a value.
   at AspNetCoreGeneratedDocument.Views_Shared_Crowdfund_Public_ContributeForm.<>c__DisplayClass24_0.<<ExecuteAsync>b__0>d.MoveNext()
```
2023-06-13 20:46:27 +09:00
..
2023-05-26 23:49:32 +09:00
2023-05-31 14:57:11 +02:00
2023-05-30 11:19:16 +02:00
2023-05-31 11:27:03 +09:00
2022-01-25 11:07:52 +09:00
2022-01-14 13:26:30 +01:00
2023-05-26 23:49:32 +09:00
2023-02-13 09:25:24 +01:00
2023-05-26 23:49:32 +09:00
2017-09-13 15:55:16 +09:00