Skip to content

Commit

Permalink
Merge pull request #300 from mvanhonk/master
Browse files Browse the repository at this point in the history
Update ecwid-shopping-cart.php
  • Loading branch information
meteor-ec authored Oct 16, 2024
2 parents bffea18 + b42c0ca commit e31b843
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ecwid-shopping-cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -2988,7 +2988,6 @@ function ecwid_update_store_id( $new_store_id ) {

function ecwid_is_paid_account()
{
return false;
if ( Ecwid_Api_V3::is_available() ) {
$api = new Ecwid_Api_V3();

Expand Down Expand Up @@ -3082,4 +3081,4 @@ function ecwid_get_shortcode_regex() {
// phpcs:enable
}

?>
?>

0 comments on commit e31b843

Please sign in to comment.