feat: add successful payment response handling

This commit is contained in:
fsociety
2024-09-10 22:18:44 +02:00
parent d12b0e3261
commit f584c07912

View File

@@ -26,7 +26,7 @@ class WebLN extends Component
); );
} }
public function success($preimage) public function success()
{ {
$this->paymentDone = true; $this->paymentDone = true;
} }