Commit graph

7906 commits

Author SHA1 Message Date
Philipp Stracker
401faf6975
New Redux action to disconnect merchant 2025-01-13 14:16:46 +01:00
Philipp Stracker
bc08aa74da
♻️ Shorten action name 2025-01-13 14:12:57 +01:00
Philipp Stracker
30ab1bd51f
♻️ Consolidate authentication name: OAuth, not ISU 2025-01-13 14:11:24 +01:00
Philipp Stracker
ec029dd4c5
Flush APM feature cache on merchant disconnect 2025-01-13 14:09:04 +01:00
Philipp Stracker
53ce535f4a
♻️ Shorten REST endpoints: Features 2025-01-13 14:08:20 +01:00
Philipp Stracker
8f38bac810
♻️ Consolidate REST endpoints: Webhooks 2025-01-13 14:07:45 +01:00
Philipp Stracker
1bee5f1c46
🎨 Minor code-style changes 2025-01-13 13:57:42 +01:00
Philipp Stracker
4f61251ae7
💡 Document REST paths in source code 2025-01-13 13:56:41 +01:00
Philipp Stracker
e5023b5007
New REST endpoint to disconnect merchant 2025-01-13 13:46:04 +01:00
Philipp Stracker
e4a6213f20
Merge pull request #2983 from woocommerce/PCP-4099-create-new-settings-tab-for-messaging-configurator
create new settings tab for messaging configurator (4099)
2025-01-13 11:22:09 +01:00
Narek Zakarian
140e028054
Add 'pay-later-messaging' tab into array of tabs 2025-01-13 14:14:35 +04:00
Narek Zakarian
6a7eb8fa1f
Create 'pay-later-messaging' empty tab 2025-01-13 14:14:17 +04:00
Narek Zakarian
15782945e2
Add 'pay-later-messaging' tab ID 2025-01-13 14:13:55 +04:00
Philipp Stracker
da15f499b3
Merge pull request #2937 from woocommerce/PCP-4027-send-only-settings
New Settings UI: Disable settings in send-only countries (4027)
2025-01-10 21:12:46 +01:00
Philipp Stracker
3d17fcbad9
🚨 Fix phpcs warnings 2025-01-10 20:40:36 +01:00
Philipp Stracker
4fa6c78f83
♻️ Use a shorter attribute name for send-only 2025-01-10 19:15:48 +01:00
Philipp Stracker
54e2258d62
Improve the loading experience
Before this change, the settings screen was briefly visible, before the merchant details were loaded from the REST endpoint
2025-01-10 19:15:02 +01:00
Philipp Stracker
0735cae04f
💄 Make the send-only message look a bit nicer 2025-01-10 19:12:22 +01:00
Philipp Stracker
0bc06deebf
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-settings/src/Data/CommonSettings.php
#	modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php
2025-01-10 18:56:11 +01:00
Philipp Stracker
a2abcc5f72
Merge pull request #2971 from woocommerce/fix/PCP-4072
Success and error messages for "Refresh" button
2025-01-10 15:19:29 +01:00
Himad M
0e45b4373b
Switch to new onboarding status class 2025-01-10 13:34:46 +01:00
carmenmaymo
20fdda95c5
Update with trunk 2025-01-10 12:43:38 +01:00
carmenmaymo
7b6ec6e9d6
Merge branch 'trunk' into fix/PCP-4072
# Conflicts:
#	modules/ppcp-settings/resources/js/Components/ReusableComponents/SettingsBlocks/FeatureSettingsBlock.js
#	modules/ppcp-settings/resources/js/Components/Screens/Overview/TabOverview.js
2025-01-10 12:39:29 +01:00
Niklas Gutberlet
5c0d54722e
Merge pull request #2967 from woocommerce/fix/PCP-4074
Update paypal_credit setting title and description
2025-01-10 11:27:36 +01:00
Emili Castells
fa5c325224
Merge pull request #2974 from woocommerce/PCP-4092-fix-settings-errors-on-trunk
Fix settings errors on trunk (4092)
2025-01-10 11:05:29 +01:00
Philipp Stracker
5712544f08
💄 Improve display of webhook contents 2025-01-09 20:43:32 +01:00
Philipp Stracker
03119cb7d4
💄 Fix the webhook table UI 2025-01-09 20:33:15 +01:00
Philipp Stracker
9101c1830b
🐛 Fix webhook retrieval via REST 2025-01-09 20:28:34 +01:00
Philipp Stracker
e6fef4a6f5
🐛 Subscribe to webhooks after login 2025-01-09 19:15:15 +01:00
Philipp Stracker
15be837d24
🩹 Add a redirect after merchant authentication 2025-01-09 18:57:17 +01:00
Philipp Stracker
a28b084abc
♻️ Use the “paypal-bearer-cache” DI service 2025-01-09 18:41:46 +01:00
Philipp Stracker
f7ec454474
🎨 Minor code-style changes 2025-01-09 18:38:16 +01:00
Philipp Stracker
815a75c272
🐛 Flush API caches before merchant login 2025-01-09 18:37:15 +01:00
Philipp Stracker
e11441665e
Add new hook that clears API caches 2025-01-09 18:35:52 +01:00
Philipp Stracker
f311ca615b
🎨 Sort use-block alphabetically 2025-01-09 18:02:44 +01:00
Philipp Stracker
4fa1f40330
🐛 Add more sanitation to WebhookSettings REST 2025-01-09 18:02:11 +01:00
Philipp Stracker
01242f3fba
🐛 Fix JS error on Overview tab 2025-01-09 17:53:20 +01:00
Emili Castells
f1dc53ba32
Merge pull request #2972 from woocommerce/PCP-4019-resolve-conflicting-options
Resolve conflicting options: Remove "CommonSettings" (4019)
2025-01-09 17:47:15 +01:00
Philipp Stracker
3e82b17cac
Merge branch 'trunk' 2025-01-09 17:40:58 +01:00
Emili Castells
7c5e85c7fc
Merge pull request #2973 from woocommerce/temp/settings-ui
Merge temp settings branch into trunk
2025-01-09 16:02:58 +01:00
Philipp Stracker
fc6209bdfb
Merge pull request #2965 from woocommerce/PCP-3917-things-to-do-next-component-functionality
Things to do next static component functionality (3917)
2025-01-09 15:34:22 +01:00
Philipp Stracker
689463e243
Merge pull request #2945 from woocommerce/PCP-4020-review-and-fix-the-sandbox-login
Review and fix the login logic - Frontend changes (4020)
2025-01-09 15:26:05 +01:00
Philipp Stracker
d338b82b7b
Merge pull request #2966 from woocommerce/PCP-4078-create-connect-live-account-block-to-switch-to-live-account
Create the component for live account connection (4078)
2025-01-09 14:58:44 +01:00
Philipp Stracker
a93bec44aa
Merge pull request #2969 from woocommerce/PCP-4076-settings-cogwheel-title-description-modal-for-apple-pay-google-pay-local-ap-ms
Settings UI: Add and refactor the payment method modals and settings fields management (4076)
2025-01-09 14:37:57 +01:00
Daniel Dudzic
4c1d81a73e
Lint JS. Replace template literals in translation functions with sprintf to comply with @wordpress/i18n-no-variables ESLint rule. 2025-01-09 13:43:43 +01:00
Philipp Stracker
4a7c7517a7
🚚 Rename CommonSettings to GeneralSettings 2025-01-09 13:09:04 +01:00
carmenmaymo
3e9d704654
Use isBusy on refreshing and add notices 2025-01-09 13:04:34 +01:00
Philipp Stracker
50cceadd25
⚰️ Remove the unused class 2025-01-09 13:02:28 +01:00
carmenmaymo
d5e9e2aecb
Add isBusy property to FeatureSettings button 2025-01-09 13:02:20 +01:00
Philipp Stracker
bb1497f5b9
🔥 Remove the GeneralSettings DI-service 2025-01-09 13:01:41 +01:00