Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class InvoiceFacade extends AbstractFacade |
||
13 | { |
||
14 | public function getCallbackUrl(string $username): array |
||
15 | { |
||
16 | return $this->getFactory() |
||
17 | ->createCallbackUrl($username) |
||
18 | ->getCallbackUrl($username); |
||
19 | } |
||
20 | |||
21 | public function generateInvoice(string $username, int $milliSats): array |
||
26 | } |
||
27 | } |
||
28 |