Commit graph

8565 commits

Author SHA1 Message Date
Emili Castells Guasch
fe412d117e Add configure action to save PayPal and Venmo item 2025-01-27 16:39:15 +01:00
Philipp Stracker
727462305b
♻️ Consolidate payment-method hooks 2025-01-27 15:47:31 +01:00
Philipp Stracker
9c1803e8ea
️ Resolve unnecessary re-render of header 2025-01-27 15:30:21 +01:00
Philipp Stracker
023bc277d0
💄 Fix alignment of onboarding wizard 2025-01-27 15:16:22 +01:00
Philipp Stracker
7f260b690d
💄 Fix HStack/VStack CSS 2025-01-27 13:55:31 +01:00
Philipp Stracker
3dc7f090ba
💄 Fix payment method list in Styles tab 2025-01-27 13:50:45 +01:00
Philipp Stracker
563f9e5ac1
Create new VStack component 2025-01-27 13:50:28 +01:00
Philipp Stracker
4d60b8cff0
🚚 Prepare reusable module for new VStack 2025-01-27 13:45:52 +01:00
Philipp Stracker
a9e2f600ab
🩹 Resolve component deprecation warnings 2025-01-27 13:41:52 +01:00
Philipp Stracker
b907eeebe6
🔀 Merge branch 'trunk' 2025-01-27 13:37:20 +01:00
Philipp Stracker
a582b256d8
🔀 Merge branch 'trunk' & resolve conflicts
# Conflicts:
#	modules/ppcp-settings/resources/js/Components/ReusableComponents/SettingsBlocks/FeatureSettingsBlock.js
#	modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Overview/Features.js
2025-01-27 13:36:30 +01:00
Emili Castells
b0a5d9b3c4
Merge pull request #3024 from woocommerce/fix/PCP-4003-align-settings-left
Align to the left and under the arrow
2025-01-27 12:38:42 +01:00
Emili Castells
c1d3e312ae
Merge pull request #3015 from woocommerce/PCP-4121-update-pay-later-messaging-component
Update Pay Later Messaging component (4121)
2025-01-27 12:00:12 +01:00
Emili Castells Guasch
5e3e3aae15 Merge branch 'PCP-4121-update-pay-later-messaging-component' of github.com:woocommerce/woocommerce-paypal-payments into PCP-4121-update-pay-later-messaging-component 2025-01-27 11:51:53 +01:00
carmenmaymo
904be9c0cc
Align to the left and under the arrow 2025-01-27 11:50:51 +01:00
Emili Castells Guasch
7e16a9f584 Get store country from global variable instead of custom hook 2025-01-27 11:50:03 +01:00
Philipp Stracker
1a6ddbba2b
🔀 Merge branch 'trunk' 2025-01-27 11:33:53 +01:00
Philipp Stracker
9be36f1a44
♻️ Use more specific action to update method data 2025-01-27 11:32:21 +01:00
Philipp Stracker
351982bd94
🐛 Restore accidentally deleted braces 2025-01-27 11:29:57 +01:00
Philipp Stracker
7468e0f538
🐛 Don’t render invalid payment method entries
Removes items that are not initialized, during first component render
2025-01-27 11:28:23 +01:00
Philipp Stracker
ab5bcd53f4
🎨 Minor store-hooks cleanup 2025-01-27 11:23:23 +01:00
Philipp Stracker
7a6ec6a1fe
🐛 Fix incorrect DOM: Resolve nested <p>-tags 2025-01-27 11:20:27 +01:00
Philipp Stracker
1f82eb37f3
🔥 Remove non-existent properties from data model 2025-01-27 11:16:04 +01:00
Philipp Stracker
4aca1b2347
💡 Add some comments 2025-01-27 11:15:37 +01:00
Philipp Stracker
6b952a7d97
🚚 Move components to correct folder 2025-01-27 11:14:24 +01:00
Philipp Stracker
e4feb1f8f8
♻️ Switch PaymentMethodsBlock to new action 2025-01-27 11:07:57 +01:00
Philipp Stracker
7613babb7c
♻️ Minor code cleanup in PaymentMethodsBlock 2025-01-27 11:07:19 +01:00
Emili Castells Guasch
bef1c92f3f Merge trunk 2025-01-27 11:06:56 +01:00
Philipp Stracker
e878deb66e
New action to change payment method details 2025-01-27 11:03:03 +01:00
Philipp Stracker
56150740c9
♻️ Switch store to “createHooksForStore” utility 2025-01-27 11:02:04 +01:00
Philipp Stracker
78a6303e12
Implement default “setTransient” action 2025-01-27 11:00:22 +01:00
Philipp Stracker
9fdc370c21
🎨 Leverage PaymentHooks instead of direct import 2025-01-27 10:58:34 +01:00
Philipp Stracker
6e2f58c565
💄 Give payment method icons a fixed size 2025-01-27 10:55:17 +01:00
Emili Castells
36d669c3a6
Merge pull request #2766 from woocommerce/PCP-3512_improve-gettting-terms-and-conditions
replace wc_terms_and_conditions_page_id() to avoid errors (3512)
2025-01-27 10:50:59 +01:00
Emili Castells Guasch
24cea4a309 Add urls from trunk 2025-01-24 17:35:59 +01:00
Emili Castells Guasch
ca2cfeda94 Merge trunk 2025-01-24 17:27:27 +01:00
Philipp Stracker
5c5601af97
🚸 Replace clickable div with button 2025-01-24 17:06:15 +01:00
Philipp Stracker
9cadf1ff76
♻️ Use wp icon instead of custom SVG 2025-01-24 17:03:23 +01:00
Philipp Stracker
63185b39b7
💄 Fix the payment method item grid layout 2025-01-24 17:01:03 +01:00
Emili Castells Guasch
108d70e879 Replace encoded ampersand with a decoded one 2025-01-24 16:43:55 +01:00
Philipp Stracker
a43427ce29
🎨 Minor code style improvement in SCSS 2025-01-24 16:33:40 +01:00
Philipp Stracker
95bdf8bcc7
💄 Fix layout of feature overview 2025-01-24 16:29:03 +01:00
Philipp Stracker
105202f833
💄 Resolve the nested “button > a” structure 2025-01-24 16:10:28 +01:00
Emili Castells Guasch
3a5e748bc4 Add oxxo logo and do not render icon if not exist 2025-01-24 15:39:30 +01:00
Philipp Stracker
d5613ca030
💄 Fix layout of “help center” block 2025-01-24 15:33:21 +01:00
Philipp Stracker
a1f8f24d4c
♻️ Split feature list into smaller components 2025-01-24 15:31:11 +01:00
Philipp Stracker
f47487d8ff
Merge pull request #3021 from woocommerce/PCP-4077-conditionally-display-payment-methods
Conditionally display payment methods (4077)
2025-01-24 15:13:02 +01:00
Emili Castells Guasch
b08c6f671a Add filter to register standrard card button gateway programmatically 2025-01-24 13:46:59 +01:00
Philipp Stracker
839ee7b380
🚚 Rename the feature config module 2025-01-24 13:11:21 +01:00
Philipp Stracker
4883077338
♻️ Remove parent object from “getFeatures” method 2025-01-24 13:10:20 +01:00