Skip to content

Commit

Permalink
update permission and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Nov 9, 2023
1 parent 44f4aea commit 6f367a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Smartstore.Modules/Smartstore.BTCPayServer/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6f367a1

Please sign in to comment.