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: hide payment info card when empty #17880

Merged
merged 9 commits into from
Oct 5, 2023
Merged

Conversation

FollowTheFlo
Copy link
Contributor

CXSPA-4069
Goal: handle situation when PaymentInfo has no data about credit card and/or billingAddress.

@FollowTheFlo FollowTheFlo requested a review from a team as a code owner September 27, 2023 15:49
@github-actions github-actions bot marked this pull request as draft September 27, 2023 15:49
@FollowTheFlo FollowTheFlo marked this pull request as ready for review September 27, 2023 20:42
@github-actions github-actions bot marked this pull request as draft September 27, 2023 20:42
@cypress
Copy link

cypress bot commented Sep 27, 2023

3 flaky tests on run #41545 ↗︎

0 119 2 0 Flakiness 3

Details:

Merge f1347cf into 68705ca...
Project: spartacus Commit: de26201f3a ℹ️
Status: Passed Duration: 06:19 💡
Started: Oct 5, 2023 1:23 PM Ended: Oct 5, 2023 1:29 PM
Flakiness  cypress/e2e/ssr/pages.core-e2e.cy.ts • 3 flaky tests • SSR

View Output Video

Test Artifacts
SSR > should render homepage Test Replay Output Screenshots Video
SSR > should render PLP Test Replay Output Screenshots Video
SSR > should render PDP Test Replay Output Screenshots Video

Review all test suite changes for PR #17880 ↗︎

@FollowTheFlo FollowTheFlo changed the base branch from develop-6.5.x to develop-6.6.x October 2, 2023 19:13
@@ -22,8 +22,10 @@
flex-grow: 1;

@include media-breakpoint-up(lg) {
border-inline-end: 1px solid var(--cx-color-text);
margin-inline-end: 10rem;
@include forVersion(1, 6.5) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

legacy code -> up to 6.5
new code below (line 111) -> from 6.6

@FollowTheFlo FollowTheFlo marked this pull request as ready for review October 5, 2023 13:08
@FollowTheFlo FollowTheFlo merged commit b1ee25b into develop-6.6.x Oct 5, 2023
22 checks passed
@FollowTheFlo FollowTheFlo deleted the feature/CXSPA-4069 branch October 5, 2023 14:12
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.

2 participants