Total Complexity | 3 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | final class LnbitsBackendInvoice implements BackendInvoiceInterface |
||
11 | { |
||
12 | /** |
||
13 | * @param array{api_key:string, api_endpoint:string} $options |
||
14 | */ |
||
15 | 4 | public function __construct( |
|
19 | 4 | } |
|
20 | |||
21 | 4 | public function requestInvoice(int $satsAmount, string $metadata = ''): InvoiceTransfer |
|
48 |