mirror of
https://github.com/itflow-org/itflow
synced 2026-09-21 06:01:15 +00:00
Make saved payment wording clearer
This commit is contained in:
@@ -80,6 +80,7 @@ if (!$stripe_public_key || !$stripe_secret_key) {
|
|||||||
<?php if (empty($saved_methods)) { ?>
|
<?php if (empty($saved_methods)) { ?>
|
||||||
<p>You currently have no saved payment methods. Please add one below.</p>
|
<p>You currently have no saved payment methods. Please add one below.</p>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
|
<p>Payment methods you've authorized us to save for future payments:</p>
|
||||||
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
||||||
<?php
|
<?php
|
||||||
try {
|
try {
|
||||||
@@ -119,7 +120,8 @@ if (!$stripe_public_key || !$stripe_secret_key) {
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<b>Add a new payment method</b><br><br>
|
<b>Add a new payment method</b>
|
||||||
|
<p>Adding a new payment method will authorize us to charge your card for future invoices automatically.</p><br><br>
|
||||||
|
|
||||||
<input type="hidden" id="stripe_publishable_key" value="<?= $stripe_public_key ?>">
|
<input type="hidden" id="stripe_publishable_key" value="<?= $stripe_public_key ?>">
|
||||||
<script src="https://js.stripe.com/v3/"></script>
|
<script src="https://js.stripe.com/v3/"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user