-
Notifications
You must be signed in to change notification settings - Fork 136
[WOOMOB-1475][Woo POS][Surveys] Woo POS Surveys real URLs. Fixed URL generation #14749
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
[WOOMOB-1475][Woo POS][Surveys] Woo POS Surveys real URLs. Fixed URL generation #14749
Conversation
…al and current users
Generated by 🚫 Danger |
📲 You can test the changes from this Pull Request in WooCommerce-Wear Android by scanning the QR code below to install the corresponding build.
|
|
📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
|
malinajirka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
WOOMOB-1475
Description
Changes the URLs to the real once
Also, fixed survey URL generation for Woo POS surveys by adding dedicated
SurveyTypeenum entries. Previously, WooPOS survey URLs were passed as custom URLs without query parameters, causing 404 errors when additional tracking parameters were appended with&instead of?.The fix adds
WOO_POS_POTENTIAL_USERandWOO_POS_CURRENT_USERto theSurveyTypeenum, ensuring all surveys follow the same URL construction pattern with proper query parameter handling.Steps to reproduce
RELEASE-NOTES.txtif necessary. Use the "[Internal]" label for non-user-facing changes.