diff --git a/mollie-payments-for-woocommerce.php b/mollie-payments-for-woocommerce.php index e87005d1..e8ad12e8 100644 --- a/mollie-payments-for-woocommerce.php +++ b/mollie-payments-for-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: Mollie Payments for WooCommerce * Plugin URI: https://www.mollie.com * Description: Accept payments in WooCommerce with the official Mollie plugin - * Version: 7.5.2 + * Version: 7.5.3-beta * Author: Mollie * Author URI: https://www.mollie.com * Requires at least: 5.0 diff --git a/src/PaymentMethods/Paypal.php b/src/PaymentMethods/Paypal.php index e3713f01..d2005a12 100644 --- a/src/PaymentMethods/Paypal.php +++ b/src/PaymentMethods/Paypal.php @@ -18,10 +18,12 @@ protected function getConfig(): array 'supports' => [ 'products', 'refunds', + 'subscriptions', ], 'filtersOnBuild' => false, 'confirmationDelayed' => false, 'SEPA' => false, + 'Subscription' => true, ]; }