We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a5ffe commit c9eb7dfCopy full SHA for c9eb7df
src/Messaging/Jobs/AppUninstalledJob.php
@@ -81,8 +81,7 @@ public function handle(
81
$shopCommand->clean($shopId);
82
83
// Check freemium mode
84
- $freemium = Util::getShopifyConfig('billing_freemium_enabled');
85
- if ($freemium === true) {
+ if (Util::getShopifyConfig('billing_freemium_enabled') === true) {
86
// Add the freemium flag to the shop
87
$shopCommand->setAsFreemium($shopId);
88
}
0 commit comments