mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
FIX: Bestellung DIG - Fehlende PayerReference
This commit is contained in:
@@ -331,7 +331,7 @@ export class CustomerDetailsComponent implements OnInit {
|
||||
if (payer) {
|
||||
this.checkoutService.setPayer({
|
||||
processId: this.application.activatedProcessId,
|
||||
payer: this.getCheckoutPayerDtoFromCrmPayerDto(payer),
|
||||
payer,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user