Skip to content

Commit b9eb0b2

Browse files
chore: solving conflits 2
1 parent ce3fd65 commit b9eb0b2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/utils/transformPurchasePlansDTO.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,8 @@ export function transformPurchasePlansDTO(data: InputData[], translate: (key: st
6262

6363
const plansMap: Record<string, Plan> = {};
6464

65-
<<<<<<< HEAD
6665
const setPlanPrice = (planName: string, interval: 'month' | 'year', amount: string, id: string, currency: string): void => {
6766
const newUnitAmount = calculateCurrencyAmount(amount, currency);
68-
=======
69-
const setPlanPrice = (planName: string, interval: 'month' | 'year', amount: string, id: string, currency: string = 'usd'): void => {
70-
const newUnitAmount = currency !== 'usd' ? Number(amount) * 6 : amount;
71-
>>>>>>> develop
7267

7368

7469
if (interval === 'month') {

0 commit comments

Comments
 (0)