Skip to content

Commit 32a1012

Browse files
fix: bug
1 parent 5630219 commit 32a1012

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/plugin/plugin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ export default async function PluginInclude(
171171
purchased = !!purchase || remotePlugin.owned;
172172
price = product.price;
173173
purchaseToken = purchase?.purchaseToken;
174+
} else if (remotePlugin.owned) {
175+
purchased = true;
174176
}
175177
} catch (error) {
176178
helpers.error(error);

0 commit comments

Comments
 (0)