Skip to content

Commit

Permalink
Enable auto-pay for new mutiny+ subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman authored and futurepaul committed Oct 26, 2023
1 parent 57df13a commit f363903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/settings/Plus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit f363903

Please sign in to comment.