Skip to content

Commit

Permalink
Add ACH support for WC Subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelzaleski committed Feb 28, 2025
1 parent 8f0fb61 commit 60471ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

/**
Expand Down

0 comments on commit 60471ab

Please sign in to comment.