FIX: edit payments
This commit is contained in:
@ -285,9 +285,9 @@
|
||||
'buyer_marital_status': this.reservation.buyer.datos?.estadoCivil,
|
||||
'buyer_profession': this.reservation.buyer.datos?.ocupacion,
|
||||
'broker_rut': this.reservation.broker?.rut?.toString(),
|
||||
'payment_pie': this.reservation.payment?.pie,
|
||||
'payment_cuotas': this.reservation.payment?.cuotas?.toString(),
|
||||
'payment_credit': this.reservation.payment?.credit,
|
||||
'payment_pie': this.reservation.payment?.pie?.valor?.toString(),
|
||||
'payment_cuotas': this.reservation.payment?.pie?.cuotas?.toString(),
|
||||
'payment_credit': this.reservation.payment?.credito?.valor?.toString(),
|
||||
'promotions[]': this.reservation.promotions?.map(p => p.id.toString()),
|
||||
'units[]': this.reservation.units?.map(u => u.unit.id.toString()),
|
||||
'units_value[]': this.reservation.units?.map(u => u.value.toString()),
|
||||
|
||||
Reference in New Issue
Block a user