Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Correct Stripe dashboard URL for members detail
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnONolan committed Oct 24, 2019
1 parent 90d26e7 commit 3b31c77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/components/gh-member-settings-form.hbs
Expand Up @@ -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>
Expand Down Expand Up @@ -133,4 +133,4 @@
<p class="ma0 pa0 tc midgrey">Member doesn't have Stripe subscription</p>
</div>
{{/if}}
{{/if}}
{{/if}}

0 comments on commit 3b31c77

Please sign in to comment.