feat: rename payer_dni to transfer_payer_dni across purchase handling and update related tests

This commit is contained in:
2026-07-16 11:45:34 -03:00
parent 379c2bdbeb
commit b3d06431e5
7 changed files with 15 additions and 15 deletions

View File

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