feat(checkout): update payment intent payload to use 'transfer_payer_dni' and remove placeholder from DNI input

This commit is contained in:
2026-07-16 11:38:10 -03:00
parent fc425543ee
commit b64c627702
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,6 @@
<div class="col-8">
<app-input
type="text"
placeholder="99.999.999"
[value]="dniControl.value"
(valueChange)="dniControl.setValue($event.toString()); dniControl.markAsDirty()"
[disabled]="isDniDisabled()"