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

Implemented logic to handle the case when product SKU is not present on the server (#245fb8k). #31

Merged
merged 7 commits into from
Mar 31, 2022

Conversation

meet-aniket
Copy link
Contributor

No description provided.

@@ -36,7 +36,7 @@
"Purchase order": "Purchase order",
"Purchase orders": "Purchase orders",
"Ready to create an app?": "Ready to create an app?",
"REVIEW": "REVIEW",
"Review": "REVIEW",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"Review": "REVIEW",
"Review": "Review",

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Made changes as per your comments Sir.

async listMissingSkus() {
const missingSkuModal = await modalController.create({
component: MissingSkuModal,
componentProps: { 'missingSkus': this.ordersList.unidentifiedProducts }
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
componentProps: { 'missingSkus': this.ordersList.unidentifiedProducts }
componentProps: { 'unidentifiedProductItems': this.ordersList.unidentifiedProductItems }

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed Sir.

@@ -1,6 +1,7 @@
export default interface OrderState {
list: {
items: any,
original: any
original: any,
unidentifiedProducts: any,
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
unidentifiedProducts: any,
unidentifiedProductItems: any,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed Sir.

@adityasharma7 adityasharma7 merged commit 4e6d6a4 into hotwax:main Mar 31, 2022
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.

3 participants