We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5630219 commit 32a1012Copy full SHA for 32a1012
src/pages/plugin/plugin.js
@@ -171,6 +171,8 @@ export default async function PluginInclude(
171
purchased = !!purchase || remotePlugin.owned;
172
price = product.price;
173
purchaseToken = purchase?.purchaseToken;
174
+ } else if (remotePlugin.owned) {
175
+ purchased = true;
176
}
177
} catch (error) {
178
helpers.error(error);
0 commit comments