remove CL-prefix

This commit is contained in:
Moriz Wahl 2022-06-15 15:52:11 +02:00
parent 4d58320426
commit fbb629cac5

View File

@ -17,7 +17,7 @@ export class ContributionLink {
this.maxAmountPerMonth = contributionLink.maxAmountPerMonth
this.cycle = contributionLink.cycle
this.maxPerCycle = contributionLink.maxPerCycle
this.code = 'CL-' + contributionLink.code
this.code = contributionLink.code
this.link = CONFIG.COMMUNITY_REDEEM_CONTRIBUTION_URL.replace(/{code}/g, this.code)
}