FIX: Bestellung DIG - Fehlende PayerReference

This commit is contained in:
Lorenz Hilpert
2021-07-08 11:12:48 +02:00
parent 691d18f296
commit cd7f371e46

View File

@@ -331,7 +331,7 @@ export class CustomerDetailsComponent implements OnInit {
if (payer) {
this.checkoutService.setPayer({
processId: this.application.activatedProcessId,
payer: this.getCheckoutPayerDtoFromCrmPayerDto(payer),
payer,
});
}