| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | public function postRequestInvoice(string $uri, string $body, array $headers = []): ?array |
||
| 12 | { |
||
| 13 | return [ |
||
| 14 | 'payment_hash' => 'fake payment_hash', |
||
| 15 | 'payment_request' => 'lnbc10u1pjzh489...fake payment_request', |
||
| 16 | 'checking_id' => 'fake checking_id', |
||
| 17 | 'lnurl_response' => 'fake lnurl_response', |
||
| 18 | ]; |
||
| 21 |