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

Replace invalid and missing URLs (4136) #3044

Merged
merged 23 commits into from
Feb 4, 2025

Conversation

stracker-phil
Copy link
Contributor

Description

Improve the Onboarding Wizard:

  • Introduce a new LearnMore component
  • Refactor the payment method details in StepWelcome and StepPaymentMethods into reusable micro components
  • Create a new hook usePaymentConfig (only available for the Onboarding-screen)
  • The new hook returns a config object that contains payment method details for the country and received flags (e.g. PayLater is optional)

@@ -1,21 +1,14 @@
.ppcp-r-badge-box {
margin: 0 0 8px 0;

&__title {
.ppcp-r-badge-box__title {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Sorry, maybe I am missing something, but why is this changed ?

margin: 6px 0 0 0;
width: fit-content;
}
.ppcp-r-badge-box__title--has-image-badge .ppcp-r-title-badge--info {
Copy link
Collaborator

Choose a reason for hiding this comment

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

same here

Copy link
Collaborator

@Narek13 Narek13 left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks

# Conflicts:
#	modules/ppcp-settings/resources/js/Components/Screens/Onboarding/Components/AcdcFlow.js
#	modules/ppcp-settings/resources/js/Components/Screens/Onboarding/Components/AcdcOptionalPaymentMethods.js
@Dinamiko Dinamiko merged commit 8e3e853 into trunk Feb 4, 2025
6 checks passed
@Dinamiko Dinamiko deleted the PCP-4136-replace-invalid-and-missing-urls branch February 4, 2025 14:59
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