Skip to content

Commit

Permalink
Add subscriptions support to Bacs
Browse files Browse the repository at this point in the history
  • Loading branch information
asumaran committed Feb 26, 2025
1 parent cee0da3 commit dd423aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function __construct() {
$this->accept_only_domestic_payment = true;
$this->label = __( 'Bacs Direct Debit', 'woocommerce-gateway-stripe' );
$this->description = __( 'Bacs Direct Debit enables customers in the UK to pay by providing their bank account details.', 'woocommerce-gateway-stripe' );
$this->supports[] = 'subscriptions';

// Remove Bacs from the “Add Payment Method” page for now, as its implementation will be handled later.
if ( ! is_wc_endpoint_url( 'add-payment-method' ) ) {
Expand Down

0 comments on commit dd423aa

Please sign in to comment.