Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Update InvoiceStatusChangedController.cs #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yilakb
Copy link

@yilakb yilakb commented Jun 29, 2022

Add Status Conditions "Settled" btc transmuter Edit Recipe Trigger
we don't have State "Settled" on old btcpay and due to the changing in language in btcpayserver settled replaced paid.

Add Status Conditions "Settled"
we don't have State "Settled"  old btcpay due to the changing in language in btcpayserver settled replaced paid.
@@ -30,6 +30,7 @@ public class InvoiceStatusChangedController : BaseTriggerController<
{
new SelectListItem() {Text = "New", Value = Invoice.STATUS_NEW},
new SelectListItem() {Text = "Paid", Value = Invoice.STATUS_PAID},
new SelectListItem() {Text = "Settled", Value = Invoice.STATUS_SETTLED},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yilakb:master

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants