Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: shopify_id in subscription and usage record #24

Merged
merged 10 commits into from
Mar 14, 2023

Conversation

alisenola
Copy link
Contributor

No description provided.

@@ -53,7 +53,7 @@ module.exports = createCoreService('plugin::shopify.subscription', ({ strapi })
if (_.isEmpty(subscription.data)) {
return;
}
await super.update(subscription.data.id, { data: { status: 'CANCELLED' } });
await super.update(subscription.data.shopify_id, { data: { status: 'CANCELLED' } });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not correct

j4m3sb0mb
j4m3sb0mb previously approved these changes Mar 14, 2023
@j4m3sb0mb j4m3sb0mb merged commit 57da423 into shop3:main Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants