fix: PIF L2 gift now shows both L1+L2 setup instructions, not L1-only waiting for payout
This commit is contained in:
+14
-3
@@ -1316,7 +1316,8 @@ function generatePlan() {
|
||||
if (giftLevel >= 3) {
|
||||
firstPayoutGuidance = `Your L2 and L3 are already activated and ready. Once that first L1 payout clears (~$17.17), put it toward buying the L2 campaign ($${LEVELS[1].camp}). Run L2 alongside L1 for a few cycles and you'll stack up toward L3 quickly.`;
|
||||
} else if (giftLevel >= 2) {
|
||||
firstPayoutGuidance = `Your L2 is already activated. Once that first L1 payout clears (~$17.17), put it toward your L2 campaign ($${LEVELS[1].camp}) — every cycle gets you closer.`;
|
||||
// For L2 gift, the sponsor transfers enough for both L1 and L2 upfront
|
||||
firstPayoutGuidance = `Your L2 is already activated and ready to go. Since you're getting both L1 and L2 funded, buy the L2 activation ($${LEVELS[1].act}) and L2 campaign ($${LEVELS[1].camp}) at the same time — run L2 alongside L1 from day one.`;
|
||||
} else {
|
||||
firstPayoutGuidance = `Once that first L1 payout clears (~$17.17), you can buy L1 again and run it back-to-back. Stack a few cycles and you'll have enough for L2 activation ($${LEVELS[1].total}).`;
|
||||
}
|
||||
@@ -1330,13 +1331,23 @@ Here's how this works. When you're ready to get started:
|
||||
|
||||
1. Join the Telegram sponsor group: https://t.me/+mzXTku1wR7pkODBh
|
||||
2. Announce in the group that **${refUser} is my sponsor** — just say it so I know who you are
|
||||
3. I'll find you in the group, confirm you're my referral, and transfer your Level 1 funds right then
|
||||
3. I'll find you in the group, confirm you're my referral, and transfer your Level 1 and Level 2 funds right then
|
||||
|
||||
**Once the funds hit your account:**
|
||||
|
||||
${giftLevel >= 2 ? `
|
||||
**Level 1 setup:**
|
||||
• Go to **"Activate Earnings"** → buy the Level 1 activation ($${LEVELS[0].act})
|
||||
• Go to **"Buy Ad Campaigns"** → purchase the Level 1 campaign ($${LEVELS[0].camp})
|
||||
|
||||
**Level 2 setup:**
|
||||
• Go to **"Activate Earnings"** → buy the Level 2 activation ($${LEVELS[1].act})
|
||||
• Go to **"Buy Ad Campaigns"** → purchase the Level 2 campaign ($${LEVELS[1].camp})
|
||||
|
||||
**Start clicking!** 3 ads per day for each campaign — both run together from day one. L1 pays out ~$${LEVELS[0].payout} and L2 pays out ~$${LEVELS[1].payout} after 12 days.` : `
|
||||
4. Go to **"Activate Earnings"** → buy the Level 1 activation ($${LEVELS[0].act}) if you don't already have it
|
||||
5. Go to **"Buy Ad Campaigns"** → purchase the Level 1 campaign ($${LEVELS[0].camp})
|
||||
6. Start clicking! ${LEVELS[0].clicks} ads per day for 12 days — the campaign pays out ~$${LEVELS[0].payout} after
|
||||
6. Start clicking! ${LEVELS[0].clicks} ads per day for 12 days — the campaign pays out ~$${LEVELS[0].payout} after`}
|
||||
|
||||
**What to do with that first payout:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user