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
|
4180556ecd
|
🔀 Merge branch 'temp/settings-ui'
# Conflicts:
# modules/ppcp-settings/resources/js/Components/Screens/Overview/TabOverview.js
# modules/ppcp-settings/resources/js/data/common/hooks.js
|
2025-01-09 12:41:21 +01:00 |
|
Narek Zakarian
|
753b21c59c
|
Use the new component
|
2025-01-09 15:26:27 +04:00 |
|
Narek Zakarian
|
8b42cafe38
|
Create helper for generating connection details
|
2025-01-09 15:26:19 +04:00 |
|
Narek Zakarian
|
4dea2155b4
|
Remove Live account
|
2025-01-09 15:25:59 +04:00 |
|
Narek Zakarian
|
3813191f0d
|
Create the single component for connection details
|
2025-01-09 15:25:46 +04:00 |
|
Daniel Dudzic
|
02baae890f
|
Consolidate payment method modals into unified config-driven system
|
2025-01-09 00:16:12 +01:00 |
|
Philipp Stracker
|
67a6d9e765
|
♻️ Adjust “webhooks” property in Redux state
|
2025-01-08 16:52:21 +01:00 |
|
Philipp Stracker
|
6591889079
|
🚧 Refactor the eligible-feature REST response
|
2025-01-08 16:51:04 +01:00 |
|
Philipp Stracker
|
6167955374
|
🔥 Remove setters for clientId/secret
Those values should only be set by PHP after validating some authentication details
|
2025-01-08 15:10:25 +01:00 |
|
Philipp Stracker
|
0752436f00
|
♻️ Split the advanced form into 2 sub-components
|
2025-01-08 15:01:47 +01:00 |
|
Philipp Stracker
|
54b174e447
|
♻️ Decouple API authentication from Redux
|
2025-01-08 15:01:40 +01:00 |
|
Philipp Stracker
|
1bf6e488a3
|
♻️ Apply more accurate authentication naming
- “authenticate” instead of “connect”
- “withCredentials” instead of “direct”
- “OAuth” instead of “ISU”
|
2025-01-08 14:59:59 +01:00 |
|
Philipp Stracker
|
ac68aa7968
|
✨ New Redux properties for manual connection data
|
2025-01-08 14:41:27 +01:00 |
|
Philipp Stracker
|
d4fbde1b13
|
🚧 Clean up WIP code in ConnectionManager
|
2025-01-08 14:39:06 +01:00 |
|
Narek Zakarian
|
c942391322
|
Adjust the expert settings to add live account component
|
2025-01-08 17:12:58 +04:00 |
|
Narek Zakarian
|
c04f8badde
|
Allow button to hve an empty value
|
2025-01-08 17:12:49 +04:00 |
|
Narek Zakarian
|
883e78c949
|
Create the component for live account connection
|
2025-01-08 17:12:11 +04:00 |
|
Philipp Stracker
|
650586ce7c
|
🐛 Fix the authentication bug!
|
2025-01-08 13:21:46 +01:00 |
|
Philipp Stracker
|
4e7d89fd26
|
💡 Improve a code comment
|
2025-01-08 13:21:30 +01:00 |
|
Philipp Stracker
|
ca2aa4eff1
|
🩹 Add missing dependency to useCallback
|
2025-01-07 17:29:53 +01:00 |
|
Philipp Stracker
|
3f691bea01
|
♻️ Use EnvironmentConfig in ConnectionUrlGenerator
|
2025-01-03 13:52:42 +01:00 |
|
Philipp Stracker
|
9a84c7b4a9
|
🔀 Merge branch 'trunk'
# Conflicts:
# modules/ppcp-settings/resources/js/data/common/action-types.js
# modules/ppcp-settings/resources/js/data/common/controls.js
# modules/ppcp-settings/resources/js/data/common/hooks.js
# modules/ppcp-settings/services.php
|
2025-01-03 11:03:18 +01:00 |
|
Philipp Stracker
|
de3ab2c479
|
💬 Add missing prefix to an unrelated action-type
|
2025-01-02 18:22:53 +01:00 |
|
Philipp Stracker
|
0d5832aa8b
|
✨ Add React logic for final ISU authentication
|
2025-01-02 18:22:09 +01:00 |
|
Philipp Stracker
|
1246a02f07
|
♻️ Adjust naming to new “authentication” pattern
|
2025-01-02 18:19:41 +01:00 |
|
Philipp Stracker
|
69d169533d
|
♻️ Unify function- and hook names
|
2025-01-02 17:59:33 +01:00 |
|
Philipp Stracker
|
6052756268
|
🚧 Prepare the ISU login completion JS handler
|
2025-01-02 17:50:36 +01:00 |
|
Philipp Stracker
|
084327c635
|
♻️ Rename ambgious hooks
Two different hooks and one store property shared the same name. This commit resolves the ambiguity and makes all names unique
|
2025-01-02 17:43:02 +01:00 |
|
Philipp Stracker
|
565ee96bb6
|
🚧 First steps for the final ISU authentication
|
2025-01-02 14:43:33 +01:00 |
|
Philipp Stracker
|
ef0e7e756c
|
♻️ Rename REST endpoint for manual login
|
2025-01-02 14:43:06 +01:00 |
|
Daniel Dudzic
|
b7ec9747a5
|
Merge branch 'trunk' of github.com:woocommerce/woocommerce-paypal-payments into PCP-3942-add-help-center-components-ver2
|
2025-01-02 14:42:41 +01:00 |
|
Daniel Dudzic
|
e4e95de5f6
|
Refactor the Overview tab > Features > Buttons
|
2025-01-02 13:55:32 +01:00 |
|
Philipp Stracker
|
f9809bdc53
|
🚧 Rename ConnectManual endpoint
This is a preparation to include the UI login authentication in the same endpoint as the manual connection logic
|
2025-01-02 12:26:40 +01:00 |
|
Narek Zakarian
|
38e268c68f
|
Merge pull request #2940 from woocommerce/PCP-3930-Make-the-webhook-resubscribe/simulate-logic-usable-in-React-application
|
2024-12-24 17:47:57 +04:00 |
|
Narek Zakarian
|
4f2cf548e8
|
Merge pull request #2944 from woocommerce/PCP-4023-adjust-features-button-styles
|
2024-12-24 11:42:46 +04:00 |
|
Narek Zakarian
|
c85cd98347
|
Merge pull request #2943 from woocommerce/fix/PCP-4034-update-pricing-badges
|
2024-12-24 11:38:46 +04:00 |
|
inpsyde-maticluznar
|
a78e11c8e8
|
Move icons to constants
|
2024-12-23 07:43:43 +01:00 |
|
Philipp Stracker
|
69f6cc2e73
|
✨ First steps to implement merchant authentication
|
2024-12-20 16:09:54 +01:00 |
|
inpsyde-maticluznar
|
eeb0c63200
|
Change notices logic
|
2024-12-20 14:08:32 +01:00 |
|
Philipp Stracker
|
62dda0da3c
|
✨ Add Vaulting to onboarding products
|
2024-12-20 13:57:49 +01:00 |
|
Philipp Stracker
|
5b80e00c54
|
♻️ Simplify the ConnectionButton code
|
2024-12-20 13:54:46 +01:00 |
|
Philipp Stracker
|
2848347537
|
🔥 Remove unused code
|
2024-12-20 13:49:46 +01:00 |
|
Philipp Stracker
|
1c44a8105b
|
♻️ Fix the PayPal onboarding button
|
2024-12-20 13:48:26 +01:00 |
|
Himad M
|
b32a119f3f
|
New Settings UI: Adjust features button styling
|
2024-12-20 13:44:40 +01:00 |
|
inpsyde-maticluznar
|
da0a81036a
|
Move api requests to controls
|
2024-12-20 13:43:41 +01:00 |
|
Philipp Stracker
|
827e08d91f
|
✨ Add a new local “isBusy” flag for busy-wrapper
|
2024-12-20 13:38:12 +01:00 |
|
inpsyde-maticluznar
|
f0a09ba83b
|
Small code fixes
|
2024-12-20 12:38:42 +01:00 |
|
inpsyde-maticluznar
|
768748281b
|
Change sleep to arrow f. and remove useCallback
|
2024-12-20 12:25:33 +01:00 |
|