Commit graph

7307 commits

Author SHA1 Message Date
Alex P.
5ad4cce8f7
Perform manual connection request 2024-10-31 09:47:06 +02:00
Alex P.
2ec94b1113
Update manual inputs labels for sandbox/live 2024-10-31 09:44:57 +02:00
Daniel Hüsken
62878be164
Add GW refund support for Apple Pay 2024-10-31 08:44:23 +01:00
Alex P.
6f205ee730
Add dummy connect_manual endpoint 2024-10-31 09:44:04 +02:00
Alex P.
f521b3532a
Exclude node_modules in psalm 2024-10-31 09:36:52 +02:00
Philipp Stracker
37beb591d5
🔒️ Add array sanitizer for products field 2024-10-30 18:57:51 +01:00
Philipp Stracker
4102ba285b
👔 Add server-side onboarding profile details 2024-10-30 18:55:07 +01:00
Philipp Stracker
e28b6e35aa
♻️ Rename boolean getters/setters for data models
To make the function names more semantic
2024-10-30 18:52:10 +01:00
Philipp Stracker
6e3664ade8
♻️ Extract onboarding state to custom hooks 2024-10-30 17:33:48 +01:00
Philipp Stracker
cff9919c78
♻️ Consolidate hook props 2024-10-30 17:19:47 +01:00
Philipp Stracker
fcf2a972a7
👔 Introduce new hook details 2024-10-30 17:17:36 +01:00
Philipp Stracker
ee2c374f79
♻️ Move constants to a central config file
Reason: The constants are also used by the store and are synced to the server. Their use is not isolated to the specific component
2024-10-30 17:02:01 +01:00
Philipp Stracker
6a30bb01b3
👔 Introduce new props in the Redux store 2024-10-30 16:56:42 +01:00
Philipp Stracker
49c24f56d0
🧑‍💻 Add a Reset-Store action for testing 2024-10-30 16:55:44 +01:00
Emili Castells
a0518b8352
Merge pull request #2720 from woocommerce/PCP-3504-resolve-duplicate-css-id-place-order
Axo: Remove the submit button when Fastlane is disabled (3504)
2024-10-30 16:55:33 +01:00
Emili Castells
945a252c8f
Merge pull request #2711 from woocommerce/PCP-3715-fastlane-limitation-for-shipping-locations
Axo: Integrate shipping restrictions (3715)
2024-10-30 16:54:50 +01:00
Philipp Stracker
0faeb5fd6b
♻️ Separate eligibility flags from user input 2024-10-30 16:52:06 +01:00
Emili Castells Guasch
c100e07100 Remove non PR related file 2024-10-30 15:15:27 +01:00
Emili Castells Guasch
f435918baf Fix merge conflict 2024-10-30 15:08:29 +01:00
Philipp Stracker
2b956beb64
Merge branch 'PCP-3644-apple-pay-button-disappears-on-classic-checkout' of github.com:woocommerce/woocommerce-paypal-payments into _done/PCP-3644-apple-pay-button-disappears-on-classic-checkout 2024-10-30 12:39:38 +01:00
Philipp Stracker
e4da77ace5
🐛 Fix the Apple Pay button style on front end 2024-10-30 12:39:24 +01:00
Philipp Stracker
40688b706f
🐛 FIx the button preview in admin settings 2024-10-30 12:17:41 +01:00
Emili Castells
4457dfed12
Merge pull request #2570 from woocommerce/PCP-3535-fix-editor-paypal-buttons-grid
Do not add pay later button in editor (3535)
2024-10-30 11:46:23 +01:00
Emili Castells
c1ff2633e3
Merge pull request #2705 from woocommerce/PCP-2170_Fix_probs_with_autooptimize
Fix problems with autoptimize plugin (2170)
2024-10-30 10:41:52 +01:00
Alex P.
8f6871fd5c
Sync PayPal product page button state to Apple/Google, show alerts 2024-10-30 09:39:15 +02:00
inpsyde-maticluznar
5ff581a934
Merge remote-tracking branch 'origin/trunk' into PCP-3790-Prevent-plugin-use-for-Send-only-countries
# Conflicts:
#	modules/ppcp-wc-gateway/src/WCGatewayModule.php
2024-10-30 06:38:01 +01:00
inpsyde-maticluznar
47b7c66f53
Add SendOnlyCountryNotice to notice array separately 2024-10-30 06:24:40 +01:00
Alex P.
db273075c4
Merge branch 'trunk' into PCP-3644-apple-pay-button-disappears-on-classic-checkout 2024-10-29 21:41:23 +02:00
Emili Castells
99d4c15ca6
Merge pull request #2738 from woocommerce/PCP-3819-Update-placeholder-links
Update placeholder links (3819)
2024-10-29 14:19:21 +01:00
Emili Castells
5e348d4eda
Merge pull request #2735 from woocommerce/PCP-3812-react-settings-navigation
React settings navigation (3812)
2024-10-29 14:19:05 +01:00
inpsyde-maticluznar
52a1bb7383
Insert missing links 2024-10-29 13:03:24 +01:00
inpsyde-maticluznar
5d38233923
Create payment methods list 2024-10-29 12:39:44 +01:00
Philipp Stracker
98224690ee
🐛 Ensure the wizard displays a valid step 2024-10-29 12:31:58 +01:00
Philipp Stracker
dcb8d01370
⬇️ Use older version of navigation package
v 8.2.0 requires node 20, which we did not test yet
2024-10-29 11:55:33 +01:00
Philipp Stracker
3d05c65f50
New “isReady” flag to avoid invalid page content
Before this change, the onboarding wizard was briefly displayed on every page load
2024-10-28 18:57:39 +01:00
Philipp Stracker
6a80a016cf
♻️ MInor code organization 2024-10-28 18:56:25 +01:00
Philipp Stracker
46c7b84088
🐛 Add missing reducer for the “completed” flag 2024-10-28 18:27:57 +01:00
Philipp Stracker
ef60cca606
Integrate Redux store to onboarding naviagtion 2024-10-28 18:27:12 +01:00
Philipp Stracker
164af7f515
♻️ MInor reorganization of code 2024-10-28 18:11:04 +01:00
Philipp Stracker
4944c2427b
🧐 Add debug tool to restart onboarding 2024-10-28 18:10:30 +01:00
Philipp Stracker
7a27c02763
💄 Use same padding for all onboarding screens 2024-10-28 18:00:23 +01:00
Philipp Stracker
0f523d7aae
💄 Adjust SCSS to address new component hierarchy 2024-10-28 17:57:05 +01:00
Philipp Stracker
2bf9832844
Separate logic for onboarding and settings 2024-10-28 17:56:23 +01:00
Philipp Stracker
dbd37fc282
Introduce “completed” flag for Redux store 2024-10-28 17:00:07 +01:00
Philipp Stracker
b369756cfd
🐛 Validate the initial tab, improve component 2024-10-28 16:58:50 +01:00
Philipp Stracker
48d87100de
👔 Simplify settings page header for new UI 2024-10-28 16:33:26 +01:00
Philipp Stracker
0c16bfeb93
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-settings/resources/css/components/reusable-components/_settings-wrapper.scss
#	modules/ppcp-settings/resources/css/style.scss
#	modules/ppcp-settings/resources/js/Components/ReusableComponents/TabNavigation.js
#	modules/ppcp-settings/resources/js/Components/Screens/Dashboard/Dashboard.js
#	modules/ppcp-settings/resources/js/Components/Screens/Settings.js
2024-10-28 16:10:25 +01:00
Philipp Stracker
b95af5c1b3
Sync active tab with browser URL 2024-10-28 15:58:40 +01:00
Philipp Stracker
69ca811b96
Set container width based on active tab panel 2024-10-28 15:56:11 +01:00
Philipp Stracker
5f0fb376fb
♻️ Combine the import of onboarding styles 2024-10-28 15:50:51 +01:00