Skip to content

Commit 99a6562

Browse files
committed
Add note re payment providers
1 parent 635b1f9 commit 99a6562

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

admin_settings_online_payment.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<form action="post.php" method="post" autocomplete="off">
1313
<input type="hidden" name="csrf_token" value="<?php echo $_SESSION['csrf_token'] ?>">
1414

15+
<div class="alert alert-secondary">Currently, we only integrate with Stripe. Please see <a href="https://forum.itflow.org/d/439-payment-integrations-megathread" target="_blank">this forum post</a>.</div>
16+
<br>
17+
1518
<div class="form-group">
1619
<div class="custom-control custom-switch">
1720
<input type="checkbox" class="custom-control-input" name="config_stripe_enable" <?php if ($config_stripe_enable == 1) { echo "checked"; } ?> value="1" id="enableStripeSwitch">

0 commit comments

Comments
 (0)