mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-30 13:11:08 -04:00
v6 update
This commit is contained in:
@ -23,11 +23,9 @@ class CustomerResource extends JsonResource
|
||||
'company_name' => $this->company_name,
|
||||
'website' => $this->website,
|
||||
'enable_portal' => $this->enable_portal,
|
||||
'password_added' => $this->password ? true : false,
|
||||
'currency_id' => $this->currency_id,
|
||||
'company_id' => $this->company_id,
|
||||
'estimate_prefix' => $this->estimate_prefix,
|
||||
'payment_prefix' => $this->payment_prefix,
|
||||
'invoice_prefix' => $this->invoice_prefix,
|
||||
'facebook_id' => $this->facebook_id,
|
||||
'google_id' => $this->google_id,
|
||||
'github_id' => $this->github_id,
|
||||
|
||||
Reference in New Issue
Block a user