Commit graph

6789 commits

Author SHA1 Message Date
Philipp Stracker
a3fbe6f19f
♻️ Refactor EarlyOrderHandler 2025-02-17 16:46:12 +01:00
Philipp Stracker
7d2b0694d9
♻️ Refactor conditions inside services.php 2025-02-17 16:42:47 +01:00
Emili Castells Guasch
86317a63d1 Add PayPal merchant country to seller status 2025-02-17 16:19:00 +01:00
carmenmaymo
f2dde9a6e1
Remove reset & fix lint 2025-02-17 16:14:10 +01:00
carmenmaymo
c902f24010
Merge remote-tracking branch 'origin/PCP-4210-features-refactor-to-use-rest-endpoints' into PCP-4210-features-refactor-to-use-rest-endpoints
# Conflicts:
#	modules/ppcp-settings/resources/js/data/debug.js
2025-02-17 15:38:13 +01:00
Philipp Stracker
67256ea056
Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-settings/resources/js/Components/Screens/Settings/Tabs/TabOverview.js
#	modules/ppcp-settings/resources/js/data/debug.js
2025-02-17 15:32:54 +01:00
carmenmaymo
8fa0f6f2b6
Remove Feature store from debug 2025-02-17 15:09:21 +01:00
Narek Zakarian
c1b1f47bbe
Fix the "Pay Now Experience" mapping value 2025-02-17 17:52:48 +04:00
Philipp Stracker
845e6b876a
Load persistent data on first store access 2025-02-17 14:37:49 +01:00
Narek Zakarian
a71f687bcf
Map the "Pay Now Experience" 2025-02-17 17:36:20 +04:00
Narek Zakarian
0cdb46dfa6
Map the vaulting for the Credit and Debit Cards 2025-02-17 17:34:41 +04:00
Narek Zakarian
228861ee89
Map the "vaulting" 2025-02-17 17:33:53 +04:00
Narek Zakarian
3e5f151bbb
Map the "Order intent" 2025-02-17 17:31:56 +04:00
Philipp Stracker
274875ccde
Refresh Redux data after manual authentication 2025-02-17 14:19:50 +01:00
Philipp Stracker
68e3cad0e8
🚚 Rename a hook as its responsibility changed 2025-02-17 14:19:11 +01:00
Narek Zakarian
7a03bda2ac
Map the "Invoice prefix" 2025-02-17 17:18:10 +04:00
Philipp Stracker
480d15a7fb
Implement a full-store-refresh hook 2025-02-17 14:17:37 +01:00
Philipp Stracker
2477e4d357
Add missing reset action to todo store 2025-02-17 14:09:12 +01:00
Philipp Stracker
7185f5190f
♻️ Move data sanitation logic into selector 2025-02-17 14:08:47 +01:00
Philipp Stracker
afcadb9508
♻️ Fix hooks in the TabOverview component 2025-02-17 14:08:07 +01:00
Philipp Stracker
180e47fa0a
♻️ Fix hooks in the TabOverview component 2025-02-17 14:07:00 +01:00
carmenmaymo
25709e2f8d
Add wp_set_script_translations to settings module 2025-02-17 14:04:34 +01:00
Philipp Stracker
b9785d1705
🧑‍💻 Add simple filter-callback for dumpStore 2025-02-17 13:43:41 +01:00
Philipp Stracker
e5f83756ab
♻️ Convert todo-store hooks to new code pattern 2025-02-17 13:33:00 +01:00
Philipp Stracker
1bebfe5e62
♻️ Convert styling hooks to new code pattern 2025-02-17 13:31:21 +01:00
Philipp Stracker
a9bba9fb92
♻️ Convert settings hooks to new code pattern 2025-02-17 13:28:35 +01:00
Philipp Stracker
0867a3cc63
♻️ Remove duplicate “common.isReady” accessor 2025-02-17 13:24:12 +01:00
Philipp Stracker
161df3a85f
♻️ Convert common hooks to new code pattern 2025-02-17 13:21:56 +01:00
Philipp Stracker
85360ab7f1
Add refresh hook to sample store 2025-02-17 13:20:00 +01:00
Philipp Stracker
2d3b37ee17
Add missing refresh action to onboarding store 2025-02-17 13:18:34 +01:00
Philipp Stracker
512574a9ad
🧑‍💻 Improve debug tools 2025-02-17 13:18:15 +01:00
carmenmaymo
1497cbae52
Add actions in feature definitions 2025-02-17 12:59:38 +01:00
carmenmaymo
512b2566e0
Remove features data class 2025-02-17 11:19:18 +01:00
carmenmaymo
7900ef8398
Map onclick and use activeModal 2025-02-17 09:57:37 +01:00
carmenmaymo
24129f3f60
Use the features from endpoint 2025-02-17 09:55:17 +01:00
carmenmaymo
f5acc09f24
Add endpoint to settings list 2025-02-17 08:41:19 +01:00
carmenmaymo
29c4652275
Fix comment 2025-02-17 08:40:41 +01:00
carmenmaymo
24b01ad049
Add data class 2025-02-17 08:39:48 +01:00
carmenmaymo
235047ede3
Add country location for links in features 2025-02-17 08:39:27 +01:00
carmenmaymo
d33015e3c4
Add all store files 2025-02-17 08:38:06 +01:00
carmenmaymo
3efd5d66b0
Merge branch 'trunk' into PCP-4210-features-refactor-to-use-rest-endpoints 2025-02-15 08:58:33 +01:00
Philipp Stracker
fe0f17a9ce
Create refresh actions for all stores 2025-02-14 17:55:45 +01:00
Philipp Stracker
b2b0bb8d7a
♻️ Convert payment-store hooks to new code pattern 2025-02-14 17:49:35 +01:00
Philipp Stracker
10527e507a
🎨 Comments and white space 2025-02-14 17:45:45 +01:00
Philipp Stracker
3f5f587e88
First store-refresh action in payment store 2025-02-14 17:45:31 +01:00
Philipp Stracker
838fd6a1a0
♻️ Apply new hook-pattern to payment store 2025-02-14 17:45:05 +01:00
Philipp Stracker
9dd811319c
💄 Fix top-margins on Styling tab 2025-02-14 17:01:18 +01:00
Philipp Stracker
7d052b01a0
💄 Right-align the badge in the connection tab
A badge should not be displayed on a separate line by itself; it should annotate an item
2025-02-14 16:49:15 +01:00
Philipp Stracker
5afdc815ef
🐛 Enable the PayPal method after onboarding
This gateway should be active for every merchant right after onboarding, regardless of seller-type of onboarding choices.
2025-02-14 16:19:44 +01:00
Philipp Stracker
1d5ef6d58b
💡 Update a code comment 2025-02-14 13:14:18 +01:00