Skip to content

Commit

Permalink
change resubmittion url
Browse files Browse the repository at this point in the history
  • Loading branch information
alonp99 committed Oct 8, 2023
1 parent b3ec38e commit 7fea4ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export const parentKybWithSessionWorkflowDefinition = {
kybCompanyName: entity.data.companyName,
customerCompanyName: entity.data.additionalInfo.ubos[0].entity.data.additionalInfo.customerCompany,
firstName: entity.data.additionalInfo.mainRepresentative.firstName,
resubmissionLink: join('',['https://','eu.demo.ballerine.app','/?resubmitEvent=RESUBMITTED', '&token=', token]),
resubmissionLink: join('',['https://eu.demo.ballerine.app/?resubmitEvent=RESUBMITTED', '&token=', token]),
supportEmail: join('',[entity.data.additionalInfo.ubos[0].entity.data.additionalInfo.normalizedCustomerCompany,'@support.com']),
from: 'no-reply@ballerine.com',
name: join(' ',[entity.data.additionalInfo.ubos[0].entity.data.additionalInfo.customerCompany,'Team']),
Expand Down

0 comments on commit 7fea4ce

Please sign in to comment.