Merge pull request #810 from twetech/client-pays-fees

Enable passing stripe fee to clients
This commit is contained in:
Johnny
2023-11-20 16:49:16 -05:00
committed by GitHub
9 changed files with 117 additions and 7 deletions

View File

@@ -84,6 +84,7 @@ $config_stripe_enable = intval($row['config_stripe_enable']);
$config_stripe_publishable = $row['config_stripe_publishable'];
$config_stripe_secret = $row['config_stripe_secret'];
$config_stripe_account = $row['config_stripe_account'];
$config_stripe_client_pays_fees = intval($row['config_stripe_client_pays_fees']);
// Modules
$config_module_enable_itdoc = intval($row['config_module_enable_itdoc']);