Skip to content

Commit

Permalink
fix: remove WooPayments as a supported gateway for transaction fees, …
Browse files Browse the repository at this point in the history
…for now
  • Loading branch information
dkoo committed Oct 25, 2024
1 parent ba8d687 commit 411ab7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class WooCommerce_Cover_Fees {
const CUSTOM_FIELD_NAME = 'newspack-wc-pay-fees';
const SUPPORTED_GATEWAYS = [ 'stripe', 'woocommerce_payments' ];
const SUPPORTED_GATEWAYS = [ 'stripe' ];

/**
* Initialize hooks.
Expand Down

0 comments on commit 411ab7a

Please sign in to comment.