Removed redundent get stripe client pays fee as the var is already aquired in beginning
This commit is contained in:
@@ -268,9 +268,6 @@ if (isset($_GET['invoice_id'], $_GET['url_key']) && !isset($_GET['payment_intent
|
|||||||
$company_phone = sanitizeInput(formatPhoneNumber($row['company_phone']));
|
$company_phone = sanitizeInput(formatPhoneNumber($row['company_phone']));
|
||||||
$company_locale = sanitizeInput($row['company_locale']);
|
$company_locale = sanitizeInput($row['company_locale']);
|
||||||
|
|
||||||
$config_stripe_client_pays_fees = intval(getSettingValue($mysqli, 'config_stripe_client_pays_fees'));
|
|
||||||
|
|
||||||
|
|
||||||
// Set Currency Formatting
|
// Set Currency Formatting
|
||||||
$currency_format = numfmt_create($company_locale, NumberFormatter::CURRENCY);
|
$currency_format = numfmt_create($company_locale, NumberFormatter::CURRENCY);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user