We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ac51a commit 105220eCopy full SHA for 105220e
includes/internal/services/class-sensei-pro-upsell.php
@@ -43,7 +43,7 @@ public static function get_base_url(): string {
43
* @return string The checkout URL.
44
*/
45
public static function get_checkout_url(): string {
46
- if ( ! get_option( 'wpcom_active_subscriptions' ) ) {
+ if ( get_option( 'wpcom_active_subscriptions' ) ) {
47
$site_slug = wp_parse_url( get_site_url(), PHP_URL_HOST );
48
return "https://wordpress.com/checkout/{$site_slug}/sensei_pro_monthly";
49
}
0 commit comments