mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-18 16:14:25 +01:00
upd sss
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
@model BTCPayServer.Models.InvoicingModels.PaymentModel
|
||||
@{
|
||||
const string id = "SideShift";
|
||||
var storeId = Model.StoreId;
|
||||
var settings = await SideShiftService.GetSideShiftForStore(storeId);
|
||||
var settings = await SideShiftService.GetSideShiftForInvoice(Model.InvoiceId, Model.StoreId);
|
||||
if (settings?.Enabled is true)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user