This commit is contained in:
2026-07-16 10:00:12 -03:00
7 changed files with 102 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ class PurchaseResource extends JsonResource
'status' => $this->status,
'payment_method' => $this->payment_method,
'dni' => $this->dni,
'payer_dni' => $this->payer_dni,
'telefono' => $this->telefono,
'nombre_apellido' => $this->nombre_apellido,
'email' => $this->email,