From 60471ab306c3687387519cfd13f87231603c8ffc Mon Sep 17 00:00:00 2001 From: Rafael Zaleski Date: Fri, 28 Feb 2025 13:07:18 -0300 Subject: [PATCH] Add ACH support for WC Subscriptions --- .../payment-methods/class-wc-stripe-upe-payment-method-ach.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/payment-methods/class-wc-stripe-upe-payment-method-ach.php b/includes/payment-methods/class-wc-stripe-upe-payment-method-ach.php index 3b9d1f0a5..f4291dcc6 100644 --- a/includes/payment-methods/class-wc-stripe-upe-payment-method-ach.php +++ b/includes/payment-methods/class-wc-stripe-upe-payment-method-ach.php @@ -29,6 +29,7 @@ public function __construct() { $this->supported_currencies = [ WC_Stripe_Currency_Code::UNITED_STATES_DOLLAR ]; $this->supported_countries = [ 'US' ]; $this->supports[] = 'tokenization'; + $this->supports[] = 'subscriptions'; } /**