feat(checkout): update payment intent payload to use 'transfer_payer_dni' and remove placeholder from DNI input
This commit is contained in:
@@ -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()"
|
||||
|
||||
Reference in New Issue
Block a user