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(CHOD-2234): Support physical gifting #491

Draft
wants to merge 38 commits into
base: master
Choose a base branch
from

Conversation

adelelshafey
Copy link
Contributor

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behaviour? (You can also link to an open issue here)

What is the new behaviour? (You can also link to the ticket here)

Does this PR introduce a breaking change?

Screenshots (If appropriate)

@SallaDev SallaDev marked this pull request as draft November 13, 2024 10:43
@@ -72,6 +74,11 @@
document.querySelector('.cart-options')?.remove();
return window.location.reload();
}
// toggle physical gifting depned on giftable flag
Copy link
Contributor

Choose a reason for hiding this comment

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

Codacy found a critical Error Prone issue: You have a misspelled word: depned on Comment

The issue identified by the ESLint linter is a misspelling in the comment on the line // toggle physical gifting depned on giftable flag. The word "depned" is a typo and should be corrected to "depend".

To fix this issue, the comment should be updated to reflect the correct spelling. Here is the suggested change:

Suggested change
// toggle physical gifting depned on giftable flag
// toggle physical gifting depend on giftable flag

This comment was generated by an experimental AI tool.

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.

1 participant