Removed redundent get stripe client pays fee as the var is already aquired in beginning

This commit is contained in:
johnnyq 2024-01-20 20:58:53 -05:00
parent b1fd0fb4aa
commit c801e58cc9
1 changed files with 0 additions and 3 deletions

View File

@ -268,9 +268,6 @@ if (isset($_GET['invoice_id'], $_GET['url_key']) && !isset($_GET['payment_intent
$company_phone = sanitizeInput(formatPhoneNumber($row['company_phone']));
$company_locale = sanitizeInput($row['company_locale']);
$config_stripe_client_pays_fees = intval(getSettingValue($mysqli, 'config_stripe_client_pays_fees'));
// Set Currency Formatting
$currency_format = numfmt_create($company_locale, NumberFormatter::CURRENCY);