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

1124 - added countries support to FAQ #1125

Merged
merged 1 commit into from
Apr 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions subscribie/themes/theme-builder/builder/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@ <h3>What happens if my customers card expires or they get a new card due to rene
<p>No action needed, stripe automatically attempts to update saved card details</p>
</div>
</div>

<div class="row">
<div class="col-sm-12">
<h3>Which countries do you support?</h3>
<p>We support a wide range of countries across the world. You can find the complete <a href="https://subscribie.co.uk/blog/how-to-start-an-international-subscription/">list of our supported countries here</a>. We are constantly working to expand our coverage and add new countries to our list. Please check back regularly for updates.</p>
</div>
</div>

<div class="row col-sm-12 mt-2">
<div class="col-sm-12 d-flex align-items-center justify-content-center text-center">
Expand Down