wip
This commit is contained in:
@@ -56,10 +56,7 @@ class LoanOrderIndexResource extends JsonResource
|
|||||||
'updated_at' => $this->updated_at,
|
'updated_at' => $this->updated_at,
|
||||||
'deleted_at' => $this->deleted_at,
|
'deleted_at' => $this->deleted_at,
|
||||||
'loan_amount' => $this->loan_amount,
|
'loan_amount' => $this->loan_amount,
|
||||||
'card_number' => $this->card_number,
|
|
||||||
'card_name' => $this->card_name,
|
|
||||||
'card_month' => $this->card_month,
|
|
||||||
'card_year' => $this->card_year,
|
|
||||||
'guarantor_name' => $this->guarantor_name,
|
'guarantor_name' => $this->guarantor_name,
|
||||||
'guarantor_surname' => $this->guarantor_surname,
|
'guarantor_surname' => $this->guarantor_surname,
|
||||||
'guarantor_patronic_name' => $this->guarantor_patronic_name,
|
'guarantor_patronic_name' => $this->guarantor_patronic_name,
|
||||||
|
|||||||
Reference in New Issue
Block a user