diff --git a/app/Modules/LoanOrder/Controllers/Resources/LoanOrderIndexResource.php b/app/Modules/LoanOrder/Controllers/Resources/LoanOrderIndexResource.php index d526045..0c4138d 100644 --- a/app/Modules/LoanOrder/Controllers/Resources/LoanOrderIndexResource.php +++ b/app/Modules/LoanOrder/Controllers/Resources/LoanOrderIndexResource.php @@ -56,10 +56,7 @@ class LoanOrderIndexResource extends JsonResource 'updated_at' => $this->updated_at, 'deleted_at' => $this->deleted_at, '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_surname' => $this->guarantor_surname, 'guarantor_patronic_name' => $this->guarantor_patronic_name,