Skip to content

Commit

Permalink
Rename receipt to invoice (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Dec 9, 2023
1 parent 64715f9 commit bed3ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<tr valign="top">
<td width="160">
<span style="font-size: 28px;">
Receipt
Invoice
</span>

<!-- Invoice Info -->
Expand Down
2 changes: 1 addition & 1 deletion src/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ public function isVoid()
*/
public function view(array $data = [])
{
return View::make('cashier::receipt', array_merge($data, [
return View::make('cashier::invoice', array_merge($data, [
'invoice' => $this,
'owner' => $this->owner,
'user' => $this->owner,
Expand Down

0 comments on commit bed3ea9

Please sign in to comment.