mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 10:35:18 +00:00
Clean up (#139)
This commit is contained in:
parent
8239b88d62
commit
00ec9d9f4e
@ -4,7 +4,7 @@ import { PaymentInstitutionRef } from '../../../../../thrift-services/damsel/gen
|
||||
|
||||
export const createContractCreation = (
|
||||
d: QuestionaryData,
|
||||
contractorID: string,
|
||||
contractor_id: string,
|
||||
contractID: string,
|
||||
payment_institution: PaymentInstitutionRef
|
||||
): PartyModification => ({
|
||||
@ -12,7 +12,7 @@ export const createContractCreation = (
|
||||
id: contractID,
|
||||
modification: {
|
||||
creation: {
|
||||
contractor_id: contractorID,
|
||||
contractor_id,
|
||||
payment_institution,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user