|
@@ -225,13 +225,14 @@ class PaymentController extends Controller
|
|
|
|
|
|
$invoice = Invoice::make()
|
|
|
->template('controlpanel')
|
|
|
+ ->name(__("Invoice"))
|
|
|
->buyer($customer)
|
|
|
->seller($seller)
|
|
|
->discountByPercent(0)
|
|
|
->taxRate(floatval($paypalProduct->getTaxPercent()))
|
|
|
->shipping(0)
|
|
|
->addItem($item)
|
|
|
- ->status(__('invoices::invoice.paid'))
|
|
|
+ ->status(__('Paid'))
|
|
|
->series(now()->format('mY'))
|
|
|
->delimiter("-")
|
|
|
->sequence($newInvoiceID)
|