mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-15 09:52:55 -05:00
v6 update
This commit is contained in:
@@ -29,6 +29,7 @@ class TaxResource extends JsonResource
|
||||
'compound_tax' => $this->compound_tax,
|
||||
'base_amount' => $this->base_amount,
|
||||
'currency_id' => $this->currency_id,
|
||||
'type' => $this->taxType->type,
|
||||
'recurring_invoice_id' => $this->recurring_invoice_id,
|
||||
'tax_type' => $this->when($this->taxType()->exists(), function () {
|
||||
return new TaxTypeResource($this->taxType);
|
||||
|
||||
Reference in New Issue
Block a user