added "Due Amount, Total Amount and PDF Link" new custom fields

This commit is contained in:
Asif Takavala
2022-03-30 07:35:53 +00:00
committed by Mohit Panjwani
parent 18507ddb6f
commit 32949d1eec
6 changed files with 16 additions and 8 deletions

View File

@ -18,7 +18,7 @@ class PaymentResource extends JsonResource
'id' => $this->id,
'payment_number' => $this->payment_number,
'payment_date' => $this->payment_date,
'notes' => $this->getNotes(),
'notes' => $this->notes,
'amount' => $this->amount,
'unique_hash' => $this->unique_hash,
'invoice_id' => $this->invoice_id,