feat: add payer_dni field and validation for transfer payments, update related logic and tests
This commit is contained in:
@@ -43,6 +43,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,
|
||||
|
||||
Reference in New Issue
Block a user