Skip to content

Commit 1ffd47b

Browse files
committed
Add subscriptions support to Bacs
1 parent df8249c commit 1ffd47b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/payment-methods/class-wc-stripe-upe-payment-method-bacs-debit.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function __construct() {
2828
$this->accept_only_domestic_payment = true;
2929
$this->label = __( 'Bacs Direct Debit', 'woocommerce-gateway-stripe' );
3030
$this->description = __( 'Bacs Direct Debit enables customers in the UK to pay by providing their bank account details.', 'woocommerce-gateway-stripe' );
31+
$this->supports[] = 'subscriptions';
3132

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

0 commit comments

Comments
 (0)