Commit graph

932 commits

Author SHA1 Message Date
Emili Castells Guasch
109e6517f0 Add can use Fastlane flag and pass it to welcome docs component 2025-02-26 15:19:42 +01:00
Emili Castells
63b3c8a113
Merge pull request #3154 from woocommerce/PCP-4249-fastlane-add-incompatible-setup-notice
Settings UI: Add support for incompatible message for payment method items (4249)
2025-02-26 14:32:53 +01:00
Philipp Stracker
700e67eef4
♻️ Improve function naming and return value 2025-02-26 12:20:09 +01:00
Philipp Stracker
c244f97eb0
♻️ Make the URL cleanup more reusable 2025-02-26 12:11:45 +01:00
Philipp Stracker
0f0df468a2
🔥 Remove unused arguments 2025-02-26 12:03:26 +01:00
Philipp Stracker
abb81d3a7b
Remove invalid URL params during app boot 2025-02-26 11:58:41 +01:00
Philipp Stracker
23045aa77a
Allow replacing query args via navigation util
Before, we could only add or modify items. This change allows us to _remove_ query arguments from the URL
2025-02-26 11:45:59 +01:00
Philipp Stracker
3e5e997f04
♻️ After logout navigate to clean settings URL 2025-02-26 10:57:12 +01:00
Philipp Stracker
5472ca580f
Add new settings-page navigation helper 2025-02-26 10:56:38 +01:00
Daniel Dudzic
1e7d0cfb68
Improve the warning in the new UI for multiple warnings 2025-02-25 21:59:42 +01:00
Daniel Dudzic
f657676832
Merge branch 'trunk' of github.com:woocommerce/woocommerce-paypal-payments into PCP-4249-fastlane-add-incompatible-setup-notice 2025-02-25 16:27:48 +01:00
Daniel Dudzic
df8d21116c
Add support for warning messages for Payment Method items 2025-02-25 16:27:33 +01:00
Emili Castells
758419c980
Merge pull request #3153 from woocommerce/PCP-4248-show-subscriptions-box-for-business-account-but-disabled
Update the logic to show the subscription box even when the plugin is disabled (4248)
2025-02-25 16:01:39 +01:00
Emili Castells Guasch
fa60a38c22 Rename conditional property 2025-02-25 14:50:09 +01:00
Narek Zakarian
ba0de5d12a
Adjust the wording if the subscription plugin is not activated 2025-02-25 17:45:15 +04:00
Narek Zakarian
fc5760e518
Update the logic to show the subscription box.
The Subscription box should be visible even if the plugin is not activated. It should be disabled.
2025-02-25 17:44:40 +04:00
Emili Castells Guasch
2bcef52025 Merge branch 'trunk' into PCP-4167-disable-optional-payment-methods-when-woo-payments-is-active 2025-02-25 14:40:04 +01:00
Daniel Dudzic
07e1e3b2d2
Add the component and styling for the Warning Message for Payment Method items 2025-02-25 12:01:52 +01:00
Emili Castells Guasch
cd57bf6add Do not display onboarding payment methods screen when woopayments is active 2025-02-25 11:46:33 +01:00
Emili Castells
326ac452be
Merge pull request #3144 from woocommerce/PCP-4222-items-with-and-without-modal-are-not-aligned-correctly
Settings UI: Tighten up the payment methods footer and modal styling (4222)
2025-02-25 11:38:50 +01:00
Emili Castells Guasch
3f57f50078 Show methods screen and show non acdc info in playment flow component 2025-02-24 17:42:10 +01:00
Emili Castells Guasch
a540c80b3d Merge branch 'trunk' into PCP-4242-non-acdc-country-onboarding 2025-02-24 16:37:01 +01:00
Daniel Dudzic
e72b7deb09
Additional fixes. Fix logic for Google Pay and Apple Pay 2025-02-24 16:23:37 +01:00
Daniel Dudzic
78d14f4858
Merge branch 'PCP-4210-features-refactor-to-use-rest-endpoints' of github.com:woocommerce/woocommerce-paypal-payments into PCP-4210-features-refactor-to-use-rest-endpoints 2025-02-24 16:21:27 +01:00
Emili Castells Guasch
689fc58478 Merge branch 'trunk' into PCP-4242-non-acdc-country-onboarding 2025-02-24 16:14:34 +01:00
Daniel Dudzic
84854e737a
Clean up the Features store a bit and split the TabOverview into separate files 2025-02-24 15:46:34 +01:00
Daniel Dudzic
0aa3be0ab1
Settings UI: Tighten up the payment methods footer and modal styling 2025-02-24 12:37:21 +01:00
carmenmaymo
68fe134ed0
Merge branch 'trunk' into PCP-4210-features-refactor-to-use-rest-endpoints
# Conflicts:
#	modules/ppcp-settings/services.php
2025-02-24 11:43:05 +01:00
Emili Castells
8f9e305fa7
Merge pull request #3139 from woocommerce/PCP-4244-add-logic-and-ui-visuals-for-conditional-disabled-state-for-payment-methods
Payment Methods: Add Dependency-Based Status Sync (4244)
2025-02-21 14:45:49 +01:00
Daniel Dudzic
175cdee72c
Payment Methods: Add dependency-based status sync 2025-02-21 13:01:13 +01:00
Emili Castells Guasch
603ae8fc5b Show icons and items in welcome screen based on country acdc support 2025-02-21 11:58:37 +01:00
carmenmaymo
3bd2292655
Merge branch 'trunk' into PCP-4210-features-refactor-to-use-rest-endpoints 2025-02-21 09:13:04 +01:00
carmenmaymo
12d43e257a
Remove unneeded import 2025-02-21 09:12:48 +01:00
Emili Castells
05a4a82742
Merge pull request #3135 from woocommerce/PCP-4208-learn-more-link-for-pay-in-three-uk
Learn More link for PayInThree, UK (4208)
2025-02-20 12:55:36 +01:00
Daniel Dudzic
f2cb29e8e5
Add a disabled visual state to the Payment Method component 2025-02-20 00:59:14 +01:00
Philipp Stracker
eb034e3640
🐛 Fix incorrect identifier of read-more URL 2025-02-19 17:44:22 +01:00
Philipp Stracker
38126dcc27
🐛 Fix invalid navigation button states 2025-02-19 17:38:44 +01:00
carmenmaymo
d3a813ef12
Fix eligibility, move capabilities to definition 2025-02-19 13:56:58 +01:00
carmenmaymo
7b8c3b0bc6
Merge branch 'refs/heads/trunk' into PCP-4210-features-refactor-to-use-rest-endpoints 2025-02-19 12:20:38 +01:00
carmenmaymo
c9b4fe5ecc
Use merchant enabled for features 2025-02-19 10:47:07 +01:00
Philipp Stracker
3e867157dc
Merge pull request #3126 from woocommerce/PCP-4234-hide-the-sandbox-accordion-in-settings
Hide the "Sandbox" accordion in Settings (4234)
2025-02-18 15:19:14 +01:00
Philipp Stracker
cdcc523956
🔀 Merge branch 'trunk' 2025-02-18 15:08:27 +01:00
Philipp Stracker
6e3d6b7816
💄 Remove the link from Subscriptions choice 2025-02-18 15:07:29 +01:00
Philipp Stracker
e7b9b54f24
💬 Update the onboarding pricing information date 2025-02-18 15:03:15 +01:00
carmenmaymo
60ce6a0123
Remove features from debug refresh 2025-02-18 15:02:57 +01:00
Philipp Stracker
f9c018987b
💄 Unify layout of actions inside card-description 2025-02-18 15:01:04 +01:00
Philipp Stracker
cf7d8ff119
New CardActions component 2025-02-18 15:00:22 +01:00
Philipp Stracker
5ce891fe25
💄 Display account type in connection badge 2025-02-18 14:49:11 +01:00
carmenmaymo
5f2fbc9025
Hide sandbox component by commenting out 2025-02-18 14:48:44 +01:00
carmenmaymo
4b384bfad2
Merge branch 'trunk' into PCP-4210-features-refactor-to-use-rest-endpoints
# Conflicts:
#	modules/ppcp-settings/services.php
2025-02-18 14:39:51 +01:00