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

Fix license activation for formatted license types #179

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix license activation for formatted license types #179

wants to merge 2 commits into from

Conversation

bilalmalkoc
Copy link

EDD supports make your own license format. For example default format is looks like "s5Lds8pMnd8pJdiOm82Kh5OOIy" but if you create your own format like this "8915-8486-5648-9458-9878" you will get 'An error occurred, please try again.' error. Because sanitize_key function removes "-" symbol. So i used sanitize_text_field instead of sanitize_key function.

EDD  supports make your own license format. For example default format is looks like "s5Lds8pMnd8pJdiOm82Kh5OOIy" but if you create your own format like this "8915-8486-5648-9458-9878" you will get 'An error occurred, please try again.' error. Because sanitize_key function removes "-" symbol. So i used sanitize_text_field instead of sanitize_key function.
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

1 participant