Addressing PR review issues

This commit is contained in:
rockstardev
2025-04-03 23:00:58 -05:00
committed by nicolas.dorier
parent 586a952480
commit c3998fdf34
17 changed files with 112 additions and 49 deletions

View File

@@ -207,7 +207,7 @@ namespace BTCPayServer.Controllers
data.Amount = viewModel.Amount;
data.Currency = viewModel.Currency ?? store.GetStoreBlob().DefaultCurrency;
data.Expiry = viewModel.ExpiryDate?.ToUniversalTime();
blob.ReferenceNumber = viewModel.ReferenceNumber;
data.ReferenceId = viewModel.ReferenceId;
blob.AllowCustomPaymentAmounts = viewModel.AllowCustomPaymentAmounts;
blob.FormId = viewModel.FormId;