Skip to content

Commit

Permalink
Remove unnecessary exposed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
asumaran committed Jan 23, 2025
1 parent ff50f09 commit fbacf63
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,6 @@ public function javascript_params() {
// ACH LPM Feature flag.
$stripe_params['is_ach_enabled'] = WC_Stripe_Feature_Flags::is_ach_lpm_enabled();

// Bacs LPM Feature flag.
$stripe_params['is_bacs_enabled'] = WC_Stripe_Feature_Flags::is_bacs_lpm_enabled();

$cart_total = ( WC()->cart ? WC()->cart->get_total( '' ) : 0 );
$currency = get_woocommerce_currency();

Expand Down

0 comments on commit fbacf63

Please sign in to comment.