Open wang-h-z opened 3 days ago
[IMPORTANT!: Please do not edit or reply to this comment using the GitHub UI. You can respond to it using CATcher during the next phase of the PE]
Thank you for your bug report. After reviewing your submission, we have decided to reject the report. As outlined in our User Guide under Section 5.4.1, "Flag Arguments
, our application only accepts valid Singaporean personal phone numbers.
Since all supported phone numbers are Singaporean, there is no need to include the '+' prefix. Additionally, our application is designed exclusively for credit card sales to local users, and we do not support international phone numbers or users at this time.
We appreciate your feedback and encourage you to reach out if you have any further concerns or suggestions.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your reason]
Description
The
p/
prefix must only be exactly 8 digits long, begin with 6, 8, or 9, and contain only numeric characters without spaces. Numbers that only exist in Singapore's context. Attempting to add a character such as '+' for area code is also not allowed. This causes some hinderance the users since a valid Singaporean number is +65 97562222 is a valid number and numbers from international users will not be able to entered into the application.Steps to Reproduce
p/
prefix such asp/1234567890
]Additional Information
Environment: macOS
Screenshots: Attach relevant screenshots or videos here.
Logs: Include any relevant log output here, if applicable.
Suggested Improvement
Perhaps allow for less restrictive parameters for the phone number to accomodate for international clients.