From f584c079126250983b80de31ffd47ed69f17b460 Mon Sep 17 00:00:00 2001 From: fsociety Date: Tue, 10 Sep 2024 22:18:44 +0200 Subject: [PATCH] feat: add successful payment response handling --- app/Http/Livewire/Test/WebLN.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/Test/WebLN.php b/app/Http/Livewire/Test/WebLN.php index dc8bf285..fc33c0b0 100644 --- a/app/Http/Livewire/Test/WebLN.php +++ b/app/Http/Livewire/Test/WebLN.php @@ -26,7 +26,7 @@ public function mount() ); } - public function success($preimage) + public function success() { $this->paymentDone = true; }