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>
<td class="gh-member-stripe-label">Stripe customer ID</td>
<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}}
</a>
</td>
@ -133,4 +133,4 @@
<p class="ma0 pa0 tc midgrey">Member doesn't have Stripe subscription</p>
</div>
{{/if}}
{{/if}}
{{/if}}