Merge remote-tracking branch 'origin/staging' into origin/production
This commit is contained in:
@@ -31,6 +31,8 @@ class RequestLogResource extends JsonResource
|
||||
'status' => $this->status ?? 'unknown',
|
||||
'provider' => $provider ? $provider->name : '-',
|
||||
'status_final_log' => $this->status_final_log ?? 'unknown',
|
||||
'nominal' => $this->nominal ?? 'unknown',
|
||||
'status_approval' => $this->status_approval ?? 'requested',
|
||||
'service_name' => $this->service ? $this->service->name : '',
|
||||
'payment_type' => $this->payment_type,
|
||||
'payment_type_name' => $this->payment_type_name,
|
||||
|
||||
Reference in New Issue
Block a user