Commit graph

334 commits

Author SHA1 Message Date
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
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
inpsyde-maticluznar
64f97e8022
Remove unnecessary action types 2024-12-20 12:05:23 +01:00
inpsyde-maticluznar
504112e020
Updating messages, adding icons as parameter 2024-12-20 11:53:17 +01:00
carmenmaymo
c863ef7723
Add textbadge to Pay Later 2024-12-20 11:46:37 +01:00
carmenmaymo
179f5a6416
Add new fixedAmount per item
we need to add the new amount to the general fixed amount.
Added also fastlane
Fix passing currency instead of country
2024-12-20 11:46:00 +01:00
carmenmaymo
07e5c5d0e5
Rename item as expected 2024-12-20 11:43:33 +01:00
inpsyde-maticluznar
f4b1a6e392
Updating messages, cleanup 2024-12-20 09:58:15 +01:00
carmenmaymo
7962e22ecd
Update countryPriceInfo.js values 2024-12-20 09:34:32 +01:00
inpsyde-maticluznar
80853c6fd4
Fix bugs & do some maintenance 2024-12-20 08:59:52 +01:00
Philipp Stracker
1e26852aa1
♻️ Rename actions for better semantics 2024-12-19 13:26:19 +01:00
Philipp Stracker
da96c084ab
♻️ Consolidate the onboarding-url-generation 2024-12-19 13:23:40 +01:00
inpsyde-maticluznar
ed77ad63ca
Add messages, separate components, finish actions 2024-12-19 13:10:19 +01:00
Daniel Dudzic
7a223de4a7
Add Help Center section in the overview tab 2024-12-18 11:01:40 +01:00
inpsyde-maticluznar
40b1b0d280
Merge remote-tracking branch 'origin/trunk' into PCP-3930-Make-the-webhook-resubscribe/simulate-logic-usable-in-React-application
# Conflicts:
#	modules/ppcp-settings/resources/js/Components/ReusableComponents/SettingsBlocks/ButtonSettingsBlock.js
#	modules/ppcp-settings/resources/js/Components/Screens/Overview/TabSettingsElements/Blocks/Troubleshooting.js
#	modules/ppcp-settings/resources/js/data/common/action-types.js
#	modules/ppcp-settings/resources/js/data/common/constants.js
#	modules/ppcp-settings/src/SettingsModule.php
2024-12-18 07:05:09 +01:00
inpsyde-maticluznar
08f5b4fba5
Get and resubscribe webhooks 2024-12-18 07:00:47 +01:00
Philipp Stracker
ba7fbb0943
Merge pull request #2927 from woocommerce/PCP-3998-customize-description-based-on-locations-selection
Add location based descriptions on styling tab (3998)
2024-12-17 18:08:40 +01:00
Philipp Stracker
a77b209e3e
♻️ Simplify Redux controllers 2024-12-17 15:05:34 +01:00
Philipp Stracker
11599102f4
💡 Add code remarks on planned improvements 2024-12-17 15:05:05 +01:00
Philipp Stracker
4cbcdce75d
♻️ Use Icon component instead of getImage() helper 2024-12-17 15:04:26 +01:00
Philipp Stracker
157cf7d966
️ Revert recent changes from PCP-4025 2024-12-17 15:03:15 +01:00
Narek Zakarian
e33302c6f7
Fix the param naming 2024-12-17 17:33:13 +04:00
Narek Zakarian
f3d1e2ee9e
Add location based descriptions on styling tab 2024-12-17 16:55:30 +04:00
Himad M
f31b78f91c
New Settings UI: Move request chaining fom control to action 2024-12-17 12:58:05 +01:00
Himad M
75f3b0b7e4
New Settings UI: Implement logic for features and refresh button. 2024-12-17 12:58:02 +01:00
Philipp Stracker
33afa940dd
Merge pull request #2924 from woocommerce/PCP-4025-review-and-fix-component-state-handling
Settings UI: Fix UI animations by removing the components prop
2024-12-17 12:45:45 +01:00
Philipp Stracker
c279a88ecf
Merge pull request #2890 from woocommerce/PCP-3999-remove-debit-credit-card-option
Remove the "Debit & Credit Card" option from button previews
2024-12-17 12:14:35 +01:00