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
Philipp Stracker
4534167dae
✨ Add JS config with settings URL
2025-02-26 10:56:14 +01:00
Philipp Stracker
6dd0034c0a
🚧 non-working version of internal REST service
2025-02-26 10:35:43 +01:00
Daniel Dudzic
6fc9aad4ea
Fix Psalm errors
2025-02-25 22:04:33 +01:00
Daniel Dudzic
1e7d0cfb68
Improve the warning in the new UI for multiple warnings
2025-02-25 21:59:42 +01:00
Philipp Stracker
79e4f9cdd4
♻️ Make the REST namespace a const value
...
We need to access the namespace from an external class; using a const makes this easy. The alternative would be passing a service-instance via DI, just to access the namespace
2025-02-25 17:22:59 +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
e714704d3d
Merge pull request #3152 from woocommerce/PCP-4167-disable-optional-payment-methods-when-woo-payments-is-active
...
Hide Payment Methods screen when WooPayments is active (4167)
2025-02-25 14:57:44 +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
Philipp Stracker
7e3463394a
Merge pull request #3146 from woocommerce/PCP-4242-non-acdc-country-onboarding
...
Non-ACDC country onboarding (4242)
2025-02-24 18:38:40 +01:00
Philipp Stracker
65204a5003
💡 Add documentation on next steps
2025-02-24 18:36:20 +01:00
Philipp Stracker
73bad59a26
♻️ Extract seller-country detection to new method
2025-02-24 18:22:05 +01:00
Philipp Stracker
75f1ec3409
🎨 Code style changes
2025-02-24 18:14:28 +01:00
Philipp Stracker
720b6cf309
📝 Document authentication flow
2025-02-24 18:12:46 +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
Emili Castells
47256fbcfb
Merge pull request #3115 from woocommerce/PCP-4210-features-refactor-to-use-rest-endpoints
...
Features: refactor to use rest endpoints (4210)
2025-02-24 16:35:52 +01:00
Emili Castells
88c3bea931
Merge pull request #3145 from woocommerce/PCP-4250-fix-php-notice-load-textdomain-just-in-time
...
Fix PHP notice about "_load_textdomain_just_in_time" (4250)
2025-02-24 16:34:45 +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
Philipp Stracker
4ae0b4f791
🎨 Extract REST detection to helper method
2025-02-24 15:53:26 +01:00
Philipp Stracker
6c23e0c32c
🐛 Fix php notice by adding hooks later
2025-02-24 15:51:39 +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
Emili Castells
9f78224d75
Merge pull request #3143 from woocommerce/PCP-4245-undefined-array-key-block-editor-in-styling-settings-map-helper-php-line-179
...
Fix the warning message related to the 'block-editor' location (4245)
2025-02-24 13:40:54 +01:00
Daniel Dudzic
0aa3be0ab1
Settings UI: Tighten up the payment methods footer and modal styling
2025-02-24 12:37:21 +01:00
Narek Zakarian
6cee316be4
Remove the mapping and just add a check
2025-02-24 15:29:40 +04:00
Narek Zakarian
957c8273f8
Map the 'block-editor' location to fix the warning
2025-02-24 15:06:08 +04: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
6a4c99325c
Merge pull request #3141 from woocommerce/PCP-4229-cannot-activate-oxxo-and-pui
...
Settings UI: Restrict OXXO and PUI based on merchant country (4229)
2025-02-24 11:20:08 +01:00
Emili Castells
b8af9bbbfa
Merge pull request #3089 from woocommerce/PCP-4201-add-support-for-acdc-vault-and-digital-wallets-to-hong-kong-and-singapore
...
Add support for ACDC, Vault, and Digital Wallets to Hong Kong and Singapore (4201)
2025-02-24 09:48:20 +01:00
Emili Castells
cdcd33f2aa
Merge pull request #3138 from woocommerce/PCP-4236-default-gateways-status-wrong-after-onboarding
...
Default gateways status wrong after onboarding (4236)
2025-02-24 09:45:31 +01:00
Philipp Stracker
5919e45d1e
✨ Introduce new onboarding-options in JS hook
2025-02-21 21:12:20 +01:00
Philipp Stracker
c0dbcf6884
♻️ Refactor hooks without changing their response
2025-02-21 20:53:44 +01:00
Philipp Stracker
0f5f571f98
🧪 Define new selector response format
2025-02-21 20:52:54 +01:00
Daniel Dudzic
d8d908a3a1
Fix linting errors
2025-02-21 17:36:07 +01:00
Daniel Dudzic
8658ab0d89
Settings UI: Restrict OXXO and PUI based on merchant country
2025-02-21 17:31:16 +01:00