10% community upkeep fee with explanations throughout
This commit is contained in:
@@ -362,7 +362,7 @@ class EmailService {
|
||||
<p><strong>Transfer ID:</strong> {{stripeTransferId}}</p>
|
||||
<h3>Earnings Breakdown</h3>
|
||||
<p><strong>Rental Amount:</strong> \${{totalAmount}}</p>
|
||||
<p><strong>Platform Fee (20%):</strong> -\${{platformFee}}</p>
|
||||
<p><strong>Community Upkeep Fee (10%):</strong> -\${{platformFee}}</p>
|
||||
<p style="font-size: 18px; color: #28a745;"><strong>Your Earnings:</strong> \${{payoutAmount}}</p>
|
||||
<p>Funds are typically available in your bank account within 2-3 business days.</p>
|
||||
<p><a href="{{earningsDashboardUrl}}" class="button">View Earnings Dashboard</a></p>
|
||||
@@ -1468,7 +1468,7 @@ class EmailService {
|
||||
<td>\$${totalAmount.toFixed(2)}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Platform Fee (20%)</th>
|
||||
<th>Community Upkeep Fee (10%)</th>
|
||||
<td>-\$${platformFee.toFixed(2)}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -1687,7 +1687,7 @@ class EmailService {
|
||||
<td>\$${totalAmount.toFixed(2)}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Platform Fee (20%)</th>
|
||||
<th>Community Upkeep Fee (10%)</th>
|
||||
<td>-\$${platformFee.toFixed(2)}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user