Skip to content

Commit

Permalink
Allow payments to be made if there's a callback domain mismatch with …
Browse files Browse the repository at this point in the history
…SuccessAction URL
  • Loading branch information
erdemyerebasmaz committed Jul 16, 2024
1 parent 995dc48 commit bd1e6ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/routes/lnurl/payment/lnurl_payment_handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Future<LNURLPageResult?> handlePayRequest(
amountMsat: paymentInfo!.amount * 1000,
comment: paymentInfo.comment,
data: data,
validateSuccessActionUrl: false,
);
return accBloc.lnurlPay(req: req);
},
Expand Down

0 comments on commit bd1e6ab

Please sign in to comment.