Files
btcpayserver/BTCPayServer/Views/Shared
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-11 10:35:51 +02:00
2023-05-10 11:14:19 +02:00
2023-05-11 10:35:51 +02:00
2022-11-02 16:55:05 +01:00
2023-03-28 12:36:32 +02:00
2023-05-31 15:49:34 +02:00
2023-05-05 09:51:45 +02:00
2022-11-02 16:55:05 +01:00
2023-02-23 09:52:37 +01:00
2022-09-13 10:17:12 +02:00
2023-05-26 23:49:32 +09:00