Fixed Client Pays fee not being able to be turned off

This commit is contained in:
johnnyq 2023-12-21 19:13:14 -05:00
parent 11da9ff0d4
commit da73b6d634
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ require_once "inc_all_settings.php";
<div class="card-body">
<form action="post.php" method="post" autocomplete="off">
<input type="hidden" name="csrf_token" value="<?php echo $_SESSION['csrf_token'] ?>">
<input type="hidden" name="config_stripe_client_pays_fees" value="0">
<div class="form-group">
<div class="custom-control custom-switch">