Merge remote-tracking branch 'refs/remotes/origin/staging' into staging
This commit is contained in:
3
app/Http/Resources/OLDLMS/MemberResource.php
Executable file → Normal file
3
app/Http/Resources/OLDLMS/MemberResource.php
Executable file → Normal file
@@ -32,8 +32,7 @@ class MemberResource extends JsonResource
|
||||
'start' => $currentMemberPlan->start,
|
||||
'end' => $currentMemberPlan->end,
|
||||
'limit' => $this->currentPlan->limit_rules,
|
||||
'limit_telecon' => $limitTelecon,
|
||||
|
||||
'limit_consultation' => 6
|
||||
] : null,
|
||||
'policy_code' => $this->currentPolicy?->code ?? null,
|
||||
'corporate' => [
|
||||
|
||||
Reference in New Issue
Block a user