Merge pull request #756 from Kukks/invoice-auto-redirect

Allow POS to redirect invoices automatically after paid
This commit is contained in:
Nicolas Dorier
2019-04-11 19:10:21 +09:00
committed by GitHub
14 changed files with 75 additions and 4 deletions

View File

@@ -49,6 +49,9 @@ namespace BTCPayServer.Models.StoreViewModels
[Display(Name = "Display lightning payment amounts in Satoshis")]
public bool LightningAmountInSatoshi { get; set; }
[Display(Name = "Redirect invoice to redirect url automatically after paid")]
public bool RedirectAutomatically { get; set; }
public void SetLanguages(LanguageService langService, string defaultLang)
{