Skip to content

Commit b277950

Browse files
authored
Add missing codeblock start (#10363)
1 parent 7ee2ca4 commit b277950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

billing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,6 +2218,7 @@ return $request->user()->downloadInvoice($invoiceId, [], 'my-invoice');
22182218

22192219
Cashier also makes it possible to use a custom invoice renderer. By default, Cashier uses the `DompdfInvoiceRenderer` implementation, which utilizes the [dompdf](https://github.com/dompdf/dompdf) PHP library to generate Cashier's invoices. However, you may use any renderer you wish by implementing the `Laravel\Cashier\Contracts\InvoiceRenderer` interface. For example, you may wish to render an invoice PDF using an API call to a third-party PDF rendering service:
22202220

2221+
```php
22212222
use Illuminate\Support\Facades\Http;
22222223
use Laravel\Cashier\Contracts\InvoiceRenderer;
22232224
use Laravel\Cashier\Invoice;

0 commit comments

Comments
 (0)