|
|
@@ -126,7 +126,6 @@ export class PaymentInfoComponent implements OnInit {
|
|
|
],
|
|
|
tipo_pago: ["", Validators.required],
|
|
|
cuenta_bancaria: ["", Validators.required],
|
|
|
- fecha_pago: ["", Validators.required],
|
|
|
fecha_vencimiento: ["", Validators.required]
|
|
|
});
|
|
|
}
|