diff --git a/app/Services/Pdf/PdfMock.php b/app/Services/Pdf/PdfMock.php index 219f31a993d4..8483e05c4057 100644 --- a/app/Services/Pdf/PdfMock.php +++ b/app/Services/Pdf/PdfMock.php @@ -325,6 +325,7 @@ class PdfMock '$product.tax' => '', '$valid_until' => '', '$your_entity' => '', + '$shipping' => '', '$balance_due' => '$0.00', '$outstanding' => '$0.00', '$partial_due' => '$0.00', @@ -649,6 +650,7 @@ EPD '$product.tax_label' => 'Tax', '$valid_until_label' => 'Valid Until', '$your_entity_label' => 'Your Invoice', + '$shipping_label' => 'Shipping', '$balance_due_label' => 'Balance Due', '$outstanding_label' => 'Balance Due', '$partial_due_label' => 'Partial Due',