Commit graph

295 commits

Author SHA1 Message Date
Philipp Stracker
30ff337c06
♻️ Reuse existing gateway-IDs for styling tab 2025-02-13 15:22:21 +01:00
Philipp Stracker
cb218b69b6
🔀 Merge branch 'trunk' 2025-02-12 17:03:55 +01:00
Philipp Stracker
da80defa93
Add new “reset” flag to the JS-logic 2025-02-12 16:32:52 +01:00
Philipp Stracker
ff81617b22
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-settings/resources/js/data/common/hooks.js
2025-02-12 15:45:52 +01:00
Philipp Stracker
696f8ec6e0
Expose startActivity and stopActivity actions 2025-02-12 15:37:20 +01:00
Philipp Stracker
93f517e50f
🐛 Fix the manual connection confirmation logic 2025-02-12 13:25:11 +01:00
Philipp Stracker
67522b9557
Add store action to update merchant details 2025-02-12 13:24:52 +01:00
Philipp Stracker
6e7a6496e5
♻️ Improve the Redux hook 2025-02-10 19:10:04 +01:00
Philipp Stracker
b387fff9ef
🦺 Ensure valid default for sellerType in JS 2025-02-10 18:54:09 +01:00
Philipp Stracker
acdf109ca8
Provide new hook with sanitized merchant data 2025-02-10 18:53:42 +01:00
Emili Castells
b1adebdfe6
Merge pull request #3078 from woocommerce/PCP-4138-confirmation-message-after-saving-settings
Confirmation message after saving settings (4138)
2025-02-07 17:15:15 +01:00
Emili Castells
c35b0dba75
Merge pull request #3077 from woocommerce/PCP-4194-only-show-active-payment-methods
Only show active payment methods (PCP-4194)
2025-02-07 17:14:18 +01:00
Emili Castells Guasch
7ebf94a600 Filter enabled payment methods 2025-02-07 16:03:26 +01:00
Philipp Stracker
88d96f8965
Add new activity observer hook 2025-02-07 15:37:01 +01:00
Philipp Stracker
e88622591e
🔀 Merge branch 'trunk' 2025-02-07 14:44:19 +01:00
Philipp Stracker
ad98faedd8
🔀 Merge branch 'trunk' 2025-02-07 14:43:52 +01:00
Philipp Stracker
f0ba7090df
🎨 Rename an unrelated attribute 2025-02-07 12:08:06 +01:00
Philipp Stracker
c2c9e4009f
🎨 Add comment about intentional error handling 2025-02-07 12:07:52 +01:00
Philipp Stracker
35716db65a
💡 Add comment about intentional error propagation 2025-02-07 12:07:34 +01:00
Philipp Stracker
9c1e6f3b27
♻️ Remove error handling from persist actions 2025-02-07 12:07:12 +01:00
Philipp Stracker
fe1ba2875e
🔥 Minor cleanup 2025-02-06 14:41:01 +01:00
Philipp Stracker
95fef43e77
♻️ Todos store: Refactor to use thunks 2025-02-06 14:40:38 +01:00
Philipp Stracker
1ecb5ae610
♻️ Settings store: Refactor to use thunks 2025-02-06 14:29:06 +01:00
Philipp Stracker
05ad9cfc48
♻️ Payment method store: Refactor to thunks 2025-02-06 14:25:38 +01:00
Philipp Stracker
657eb9e772
🔥 Common store: Clean up 2025-02-06 14:22:09 +01:00
Philipp Stracker
4f5b254452
♻️ Common store: Detach a reducer from controls 2025-02-06 14:21:59 +01:00
Daniel Dudzic
01d4fad717
Things To Do: Refactor/Clean the REST and Data models 2025-02-06 14:21:56 +01:00
Philipp Stracker
d90a893a38
♻️ Common store: Convert to thunks 2025-02-06 14:20:22 +01:00
Philipp Stracker
e18f7fd7ae
♻️ Common store: Split control-actions to new file 2025-02-06 13:48:21 +01:00
Philipp Stracker
b6a803d6ad
♻️ Refactor Pay Later Messaging store 2025-02-05 18:55:15 +01:00
Philipp Stracker
fc2b14f720
♻️ Apply new action-type names to onboarding store 2025-02-05 18:52:04 +01:00
Philipp Stracker
d84ab9f5ea
♻️ Refactor Styles store 2025-02-05 18:51:41 +01:00
Philipp Stracker
de24a30fac
♻️ Provide cleaner sample for the store’s hooks 2025-02-05 16:27:19 +01:00
Philipp Stracker
60d747ea44
♻️ Convert sample store to thunks 2025-02-05 16:26:52 +01:00
Philipp Stracker
4b4dd3ea9b
🧑‍💻 Fix the Redux store debug tools 2025-02-05 15:42:08 +01:00
Philipp Stracker
7070b692a3
🔇 Remove debug log 2025-02-05 15:41:52 +01:00
Philipp Stracker
72661b5420
🔀 Merge branch 'trunk’
# Conflicts:
#	modules/ppcp-settings/resources/js/data/onboarding/actions.js
2025-02-05 15:32:34 +01:00
Philipp Stracker
150f65f210
🔥 Remove unused actions 2025-02-05 12:59:48 +01:00
Danny Dudzic
2d24240d02
Merge pull request #3059 from woocommerce/PCP-4124-dynamic-logic-for-things-to-do-next-ver4
Settings UI: Add functionality to mark todos as complete on click
2025-02-05 12:07:09 +01:00
Daniel Dudzic
04f0f45233
Settings UI: Add functionality to mark todos as complete on click 2025-02-05 11:19:44 +01:00
Philipp Stracker
b00ef330f4
♻️ Simplify hook 2025-02-04 21:14:36 +01:00
Philipp Stracker
91c8bdafb9
Initial version of Disconnect button 2025-02-04 18:55:45 +01:00
Daniel Dudzic
bab0a467dc
Merge branch 'trunk' of github.com:woocommerce/woocommerce-paypal-payments into PCP-4124-dynamic-logic-for-things-to-do-next-ver3 2025-02-03 23:09:00 +01:00
Daniel Dudzic
f6717e2e66
Settings UI: Add Todos saving and dismissing 2025-02-03 23:06:33 +01:00
Philipp Stracker
7cdeab40fe
🔀 Merge branch 'trunk' 2025-02-03 16:46:23 +01:00
Emili Castells Guasch
84a30d84d9 Remove readme boilerplace example 2025-01-30 16:48:06 +01:00
Emili Castells Guasch
66c6fb17b8 Save pay later messaging config to database 2025-01-30 16:39:26 +01:00
Daniel Dudzic
0daf56b2af
Settings UI: Move Things To Do config data to a separate definition file. Add settings highlighting. Add todos dismissing. 2025-01-30 12:54:05 +01:00
Emili Castells Guasch
a652f21629 Read config from store 2025-01-30 10:50:44 +01:00
Emili Castells Guasch
855aa9cf9b Merge branch 'trunk' into PCP-4102-save-and-display-pay-later-messaging-configuration 2025-01-30 09:26:44 +01:00