From f36390303f3aa8d68f851f790a88617cf03172ff Mon Sep 17 00:00:00 2001 From: benthecarman Date: Wed, 25 Oct 2023 13:21:45 -0500 Subject: [PATCH] Enable auto-pay for new mutiny+ subscriptions --- src/routes/settings/Plus.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/settings/Plus.tsx b/src/routes/settings/Plus.tsx index 80e5cab5..d0eb7640 100644 --- a/src/routes/settings/Plus.tsx +++ b/src/routes/settings/Plus.tsx @@ -88,7 +88,7 @@ function PlusCTA() { await state.mutiny_wallet?.pay_subscription_invoice( invoice?.bolt11, - false // todo add flag for auto-pay + true ); await vibrateSuccess();