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

[Redshop-5780] Billing address show message success after click on "Save" button with some filed without value #5593

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

Conversation

ngoctam1609
Copy link

No description provided.

@@ -128,7 +129,16 @@ if (typeof(window['jQuery']) != "undefined") {
},
zipcode: {
zipcodeValidation: true,
required: redSHOP.RSConfig._('REQUIRED_POSTAL_CODE') == 1 ? true : false
required: redSHOP.RSConfig._('REQUIRED_POSTAL_CODE') == 1 ? true : false,
minlength: 9,
Copy link
Contributor

@Rmh1978 Rmh1978 Jul 13, 2022

Choose a reason for hiding this comment

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

This is wrong. In Denmark we use 4 digits zip code.

@lunguyenhat

Copy link
Contributor

Choose a reason for hiding this comment

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

yes, it should get the value from configurations, not the hard code here @Rmh1978

@NguyenBao10 NguyenBao10 added the Reopened QA fail label Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reopened QA fail
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants