-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
773 outstanding payments #1275
773 outstanding payments #1275
Conversation
…cribie into 773-outstanding-payments
#773 Subscriber total charged, total collected and balance is hown on subscriber view
<td>{{ currency_format(invoice.currency, invoice.amount_due) }}</td> | ||
<td>{{ invoice.attempt_count }}</td> | ||
<td>{{ invoice['stripe_decline_code'] or '' }}</td> | ||
<td><a href="{{ invoice.hosted_invoice_url }}" title="Send this invoice url to your subscriber to chase payment" target="_blank">Payment link</a></td> |
Check warning
Code scanning / CodeQL
Potentially unsafe external link Medium
<td>{{ open_invoice.subscribie_subscription.plan.title }}</td> | ||
<td>{{ open_invoice.created | timestampToHumanReadableDate }}</td> | ||
<td>£23</td> | ||
<td><a href="{{ open_invoice.hosted_invoice_url }}" title="Send this invoice url to your subscriber to chase payment" target="_blank">Payment link</a></td> |
Check warning
Code scanning / CodeQL
Potentially unsafe external link Medium
<tr> | ||
<td>{{ bad_invoice.subscribie_subscription.plan.title }}</td> | ||
<td>{{ bad_invoice.created | timestampToHumanReadableDate }}</td> | ||
<td><a href="{{ bad_invoice.hosted_invoice_url }}" title="Send this bad_invoice url to your subscriber to chase payment" target="_blank">Pay now</a></td> |
Check warning
Code scanning / CodeQL
Potentially unsafe external link Medium
🚀 PR was released in |
5 similar comments
🚀 PR was released in |
🚀 PR was released in |
🚀 PR was released in |
🚀 PR was released in |
🚀 PR was released in |
🚀 PR was released in |
11 similar comments
🚀 PR was released in |
🚀 PR was released in |
🚀 PR was released in |
🚀 PR was released in |
🚀 PR was released in |
🚀 PR was released in |
🚀 PR was released in |
🚀 PR was released in |
🚀 PR was released in |
🚀 PR was released in |
🚀 PR was released in |
Issue ref: #773
Screenshot before:
Screenshot after:
How to run test(s) for this pr: See testing