Skip to content

Commit

Permalink
feat: add successful payment response handling
Browse files Browse the repository at this point in the history
  • Loading branch information
fsociety committed Sep 10, 2024
1 parent d12b0e3 commit f584c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Livewire/Test/WebLN.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function mount()
);
}

public function success($preimage)
public function success()
{
$this->paymentDone = true;
}
Expand Down

0 comments on commit f584c07

Please sign in to comment.