From 6f367a1c94a1c1e19145e7de1568fb980e537930 Mon Sep 17 00:00:00 2001 From: Kukks Date: Thu, 9 Nov 2023 14:02:33 +0100 Subject: [PATCH] update permission and bump --- .../Controllers/BtcPayAdminController.cs | 2 +- src/Smartstore.Modules/Smartstore.BTCPayServer/module.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Smartstore.Modules/Smartstore.BTCPayServer/Controllers/BtcPayAdminController.cs b/src/Smartstore.Modules/Smartstore.BTCPayServer/Controllers/BtcPayAdminController.cs index d949496275..d054a6c07a 100644 --- a/src/Smartstore.Modules/Smartstore.BTCPayServer/Controllers/BtcPayAdminController.cs +++ b/src/Smartstore.Modules/Smartstore.BTCPayServer/Controllers/BtcPayAdminController.cs @@ -93,7 +93,7 @@ public IActionResult Configure(BtcPaySettings settings) { Policies.CanCreateInvoice, // create invoices for payment Policies.CanViewInvoices, // fetch created invoices to check status - Policies.CanModifyStoreSettings, // able to mark an invoice invalid in case merchant wants to void the order + Policies.CanModifyInvoices, // able to mark an invoice invalid in case merchant wants to void the order Policies.CanModifyStoreWebhooks, // able to create the webhook required automatically Policies.CanViewStoreSettings, // able to fetch rates Policies.CanCreateNonApprovedPullPayments // able to create refunds diff --git a/src/Smartstore.Modules/Smartstore.BTCPayServer/module.json b/src/Smartstore.Modules/Smartstore.BTCPayServer/module.json index e879f44c96..0aec23f7d3 100644 --- a/src/Smartstore.Modules/Smartstore.BTCPayServer/module.json +++ b/src/Smartstore.Modules/Smartstore.BTCPayServer/module.json @@ -4,7 +4,7 @@ "SystemName": "Smartstore.BTCPayServer", "FriendlyName": "Bitcoin payments with BTCPay Server", "Description": "This plugin enables Bitcoin payments with your BTCPay Server instance", - "Version": "5.0.5", + "Version": "5.0.5.1", "MinAppVersion": "5.0.5", "Author": "Nisaba Solutions", "Order": 1,