Crowdfund : Add Buyer information / Additional information(forms) like POS (#5659)

* Crowfund : Add Buyer information / Additional information(forms) like POS

* PR 5659 - changes

* Cleanups

* fix perk

* Crowdfund form tests

* Add Selenium test for Crowfund

* Selenium update

* update Selenium

* selenium update

* update selenium

* Test fixes and view improvements

* Cleanups

* do not use hacky form element for form detection

---------

Co-authored-by: nisaba <infos@nisaba.solutions>
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
Co-authored-by: Kukks <evilkukka@gmail.com>
This commit is contained in:
Nisaba
2024-02-21 13:41:21 +00:00
committed by GitHub
parent 4943c84655
commit 04037b3d2d
13 changed files with 944 additions and 619 deletions

View File

@@ -36,7 +36,7 @@ namespace BTCPayServer.Plugins.Crowdfund.Models
public string[] Sounds { get; set; }
public int ResetEveryAmount { get; set; }
public bool NeverReset { get; set; }
public string FormUrl { get; set; }
public Dictionary<string, int> PerkCount { get; set; }
public CurrencyData CurrencyData { get; set; }