Commit graph

6945 commits

Author SHA1 Message Date
Philipp Stracker
16bbda2070
Add unit-tests for current selector 2025-02-20 18:33:29 +01:00
Philipp Stracker
c3a81434c4
♻️ Rename selector to prepare changes 2025-02-20 18:32:57 +01:00
Philipp Stracker
371b8634d1
👔 Conditionally enable Apple Pay & Google Pay 2025-02-20 16:01:32 +01:00
Philipp Stracker
1e1acd3b54
🐛 Handle unexpected settings-values in DB
This error was not triggered in the admin UI, but was reported by running phpunit.
2025-02-20 15:48:07 +01:00
Philipp Stracker
90f70537ba
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-settings/services.php
2025-02-20 15:25:32 +01:00
Philipp Stracker
fa12276026
👔 Register APM gateways in WC-REST calls 2025-02-20 15:12:55 +01:00
Emili Castells Guasch
fe4ae4211e Add type to property definition 2025-02-20 15:03:15 +01:00
Emili Castells Guasch
9ccd05b851 Merge branch 'trunk' into PCP-4155-store-and-use-the-merchant-country 2025-02-20 15:01:02 +01:00
Philipp Stracker
b093abe4d2
🔧 Add two hardcoded values to SettingsMap 2025-02-20 14:01:44 +01:00
Philipp Stracker
7b12166b5c
Allow callbacks in SettingsMap to resolve values 2025-02-20 14:01:06 +01:00
Philipp Stracker
4efdfe0b17
♻️ Consolidate APM activation conditions 2025-02-20 13:26:05 +01:00
Philipp Stracker
dc4b54b9b9
💡 Add and update hook comments 2025-02-20 13:21:45 +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
Emili Castells
5c50aeb012
Merge pull request #3134 from woocommerce/PCP-4243-prevent-navigation-on-incomplete-steps
Prevent navigation on incomplete steps (4243)
2025-02-20 12:53:55 +01:00
Philipp Stracker
ab2163a45c
🎨 Make condition easier to understand 2025-02-20 12:36:21 +01:00
Philipp Stracker
d4a11a1346
♻️ Improve code documenation 2025-02-20 12:34:51 +01:00
Philipp Stracker
ff943b5041
♻️ Decrease nesting depth of callback code 2025-02-20 12:26:57 +01:00
Philipp Stracker
705ffbdf17
♻️ Extract common logic from hook callbacks 2025-02-20 12:23:05 +01:00
Narek Zakarian
127fe41e81
Use the subscriptions helper in setting helper. 2025-02-20 13:48:17 +04:00
Narek Zakarian
a16ad7fef5
improve the wording. 2025-02-20 13:38:35 +04:00
Narek Zakarian
834f1e6579
Fix the cs 2025-02-20 13:32:01 +04:00
Narek Zakarian
66e52c9ad0
Implement the subscription map helper 2025-02-20 13:31:25 +04:00
Narek Zakarian
be071decfb
Use the subscription map helper 2025-02-20 13:31:17 +04:00
Narek Zakarian
07db58d663
Add service for the subscription map helper 2025-02-20 13:05:33 +04: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
Emili Castells Guasch
37e26026ce Set merchant country in authentication manager 2025-02-19 17:01:33 +01:00
Narek Zakarian
ffaf1eb142
Force the fraudnet to be enabled when the new settings module is active 2025-02-19 19:29:15 +04:00
Narek Zakarian
9d596cbc2a
Prepare the Subscription Map Helper 2025-02-19 19:17:59 +04:00
Emili Castells Guasch
489942d6b1 Merge branch 'trunk' into PCP-4155-store-and-use-the-merchant-country 2025-02-19 14:35:22 +01:00
carmenmaymo
d3a813ef12
Fix eligibility, move capabilities to definition 2025-02-19 13:56:58 +01:00
carmenmaymo
f18f9c3b50
Add documentation 2025-02-19 12:43:03 +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
Daniel Dudzic
87c54985ad
Todos: Add currency/country checks for several todos and payment methods 2025-02-19 11:00:26 +01:00
carmenmaymo
c69e56e642
Fix CI 2025-02-19 10:58:16 +01:00
carmenmaymo
3fdc251483
Merge branch 'trunk' into PCP-4038-check-the-i-18-n-translations-in-react-app 2025-02-19 10:48:20 +01:00
carmenmaymo
c9b4fe5ecc
Use merchant enabled for features 2025-02-19 10:47:07 +01:00
Philipp Stracker
af9c8eca3d
🐛 Fix incorrect result of the opt-out check
This opt-out is only relevant for existing merchants. New merchants can skip this check and always see the new UI.
2025-02-18 19:09:24 +01:00
Emili Castells
df076e13bc
Merge pull request #3127 from woocommerce/PCP-4178-things-to-do-add-pay-pal-buttons-implement-logic-for-the-todo-item
Todos: Add logic for the Add PayPal buttons todos (4178)
2025-02-18 16:12:26 +01:00
Philipp Stracker
db0d419cf5
♻️ Use payment settings for todo-status-check 2025-02-18 16:03:10 +01:00
Daniel Dudzic
0f9d55cba6
Fix PHPCS 2025-02-18 15:54:50 +01:00
Narek Zakarian
03e1704034
Improve styling for the pay later configurator 2025-02-18 18:46:55 +04:00
Emili Castells
1ba9081768
Merge pull request #3130 from woocommerce/PCP-4161-connect-pay-later-messaging
Connect Pay Later Messaging with the frontend (PCP-4161)
2025-02-18 15:31:06 +01:00
Narek Zakarian
681b882ee9
Improve styling for the pay later configurator 2025-02-18 18:23:57 +04: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