Skip to content
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

Merged
merged 17 commits into from
Jan 31, 2024
Merged

773 outstanding payments #1275

merged 17 commits into from
Jan 31, 2024

Conversation

chrisjsimpson
Copy link
Contributor

@chrisjsimpson chrisjsimpson commented Dec 19, 2023

Issue ref: #773

Screenshot before:

Screenshot after:

image

How to run test(s) for this pr: See testing

#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

External links without noopener/noreferrer are a potential security risk.
<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

External links without noopener/noreferrer are a potential security risk.
<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

External links without noopener/noreferrer are a potential security risk.
@chrisjsimpson chrisjsimpson merged commit 074a9d4 into master Jan 31, 2024
7 of 8 checks passed
Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

5 similar comments
Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

11 similar comments
Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

Copy link

github-actions bot commented Jun 5, 2024

🚀 PR was released in v0.1.181 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants