Correct Stripe dashboard URL for members detail

This commit is contained in:
John O'Nolan 2019-10-24 17:31:55 +07:00 committed by GitHub
parent fa7dcacc16
commit af9c4de315

View File

@ -69,7 +69,7 @@
<tr> <tr>
<td class="gh-member-stripe-label">Stripe customer ID</td> <td class="gh-member-stripe-label">Stripe customer ID</td>
<td class="gh-member-stripe-data"> <td class="gh-member-stripe-data">
<a href="https://dashboard.stripe.com/test/customers/{{subscription.customer.id}}" target="_blank" rel="noopener" data-tooltip="View on Stripe"> <a href="https://dashboard.stripe.com/customers/{{subscription.customer.id}}" target="_blank" rel="noopener" data-tooltip="View on Stripe">
{{subscription.customer.id}} {{subscription.customer.id}}
</a> </a>
</td> </td>