fix: L2 PIF guidance now says reinvest payouts, not redundant buy instructions
This commit is contained in:
+1
-1
@@ -1317,7 +1317,7 @@ function generatePlan() {
|
|||||||
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.`;
|
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) {
|
} else if (giftLevel >= 2) {
|
||||||
// For L2 gift, the sponsor transfers enough for both L1 and L2 upfront
|
// 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.`;
|
firstPayoutGuidance = `Both campaigns are already running from day one. Once those first payouts clear (~$17.17 + $101.74), you'll have ~$118.91 to work with — reinvest in L2 + L1 again and the system feeds itself from here.`;
|
||||||
} else {
|
} 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}).`;
|
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}).`;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user