mirror of https://github.com/itflow-org/itflow
Fixed Client Pays fee not being able to be turned off
This commit is contained in:
parent
11da9ff0d4
commit
da73b6d634
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue