Commit graph

6612 commits

Author SHA1 Message Date
Emili Castells Guasch
a2d02cd7f4 Extrat update subscription status logic to its own class 2024-09-20 12:15:11 +02:00
Emili Castells
f57c7683ac
Merge pull request #2619 from woocommerce/PCP-3684-dcc-cn
Make ACDC default for China
2024-09-19 09:41:46 +02:00
Alex P.
eb625af36d
Make ACDC default for China 2024-09-18 16:27:32 +03:00
Emili Castells
bf525bc7b8
Merge pull request #2601 from woocommerce/release/2.9.1-rc1
Release 2.9.1-rc1
2024-09-16 15:22:36 +02:00
Emili Castells Guasch
db752b23e2 Release 2.9.1-rc1 2024-09-16 15:14:45 +02:00
Emili Castells
d9a74bd7cf
Merge pull request #2600 from woocommerce/PCP-3671-pui-error-device-data-not-available-on-checkout-page-when-we-try-to-pay-with-pui
PUI error `DEVICE_DATA_NOT_AVAILABLE` on checkout page when we try to pay (3671)
2024-09-16 14:59:30 +02:00
Emili Castells Guasch
660ce00887 Fix psalm 2024-09-16 12:42:25 +02:00
Emili Castells Guasch
23962841e7 Move fraudnet session id logic into entity getter method 2024-09-16 12:22:33 +02:00
Emili Castells
e7e8140739
Merge pull request #2588 from woocommerce/PCP-3674-fastlane-component-disappears-in-gary-flow
Fastlane Component disappears in Gary flow (3674)
2024-09-13 12:22:14 +02:00
Emili Castells
b0e7510e63
Merge pull request #2589 from woocommerce/PCP-3672-remove-unnecessary-console-log
Remove leftover `console.log`
2024-09-13 12:06:23 +02:00
Emili Castells
51ad5404b3
Merge pull request #2586 from woocommerce/PCP-3659-hook-into-things-to-do-next
Hook into the "Things to do next" section to add custom tasks (3659)
2024-09-13 12:05:43 +02:00
Emili Castells
b44afc1245
Merge pull request #2584 from woocommerce/PCP-3651-fix-webhooks-list-after-registration
Fix webhooks list after onboarding
2024-09-13 12:05:17 +02:00
Narek Zakarian
a280c1b0f4
Remove leftover console.log 2024-09-12 14:47:34 +04:00
Narek Zakarian
2139ddaea8
Merge remote-tracking branch 'origin/PCP-3659-hook-into-things-to-do-next' into PCP-3659-hook-into-things-to-do-next 2024-09-12 14:24:04 +04:00
Narek Zakarian
2722c3f326
Fix the coding styles 2024-09-12 14:23:42 +04:00
Emili Castells Guasch
4309689365 Add namespace and constructor to stub task class 2024-09-12 12:11:39 +02:00
Philipp Stracker
fbcc19ef4d
♻️ New getter for form-selector
To avoid typos and better document usage.
2024-09-11 18:55:03 +02:00
Philipp Stracker
6e1a6280de
🐛 Quick-fix to re-render missing Card component
Fix the clean-up process during email change, to generate a fresh Card component when needed.
2024-09-11 18:51:34 +02:00
Narek Zakarian
09b6e09df4
Remove the leftover check 2024-09-11 20:31:19 +04:00
Narek Zakarian
216654418c
Fix the dockblock 2024-09-11 20:29:36 +04:00
Narek Zakarian
137a8b4975
Early return instead of complicating the task 2024-09-11 20:28:31 +04:00
Narek Zakarian
42a6cb2b45
Continue instead of exit 2024-09-11 20:23:09 +04:00
Narek Zakarian
15a8a0d9d0
Add condition to check if pay later task should be enabled 2024-09-11 20:18:46 +04:00
Niklas Gutberlet
4f35259461
Merge pull request #2578 from woocommerce/PCP-3670-fix-report-shipping-callback
Fix shipping callback condition in status report
2024-09-11 17:59:54 +02:00
Narek Zakarian
a25c86477c
Add stubs for WC Task 2024-09-11 19:46:48 +04:00
Narek Zakarian
0b9515df2c
Add stubs for WC Task 2024-09-11 19:44:57 +04:00
Narek Zakarian
4fb62c5c72
Add stubs for WC Task 2024-09-11 19:41:12 +04:00
Narek Zakarian
12d17a7990
Register the tasks 2024-09-11 19:20:19 +04:00
Narek Zakarian
4c8de1dafe
Add the services and configs 2024-09-11 19:20:04 +04:00
Narek Zakarian
eb893704ad
Create the task registrar 2024-09-11 19:19:51 +04:00
Narek Zakarian
dd21647561
Create the factory for simple redirect task creation 2024-09-11 19:19:38 +04:00
Narek Zakarian
ea9ecbeb23
Create the simple redirect task 2024-09-11 19:19:15 +04:00
Niklas Gutberlet
43e9d4c85f
Merge pull request #2554 from woocommerce/PCP-3562-fastlane-prefill-phone-number-inside-card-field-components
Fastlane prefill phone number inside card field components (3562)
2024-09-11 17:07:47 +02:00
Niklas Gutberlet
fd266fe9f9
Merge pull request #2579 from woocommerce/PCP-3647-fastlane-allows-merchants-to-combine-billing-and-shipping-address-data
AXO: Remove restriction for the Force shipping to the customer billin… (3647)
2024-09-11 17:06:36 +02:00
Alex P.
dd82f67888
Do not cache webhook.status.registered-webhooks 2024-09-11 16:47:15 +03:00
Daniel Dudzic
c24b753c38
AXO: Remove restriction for the Force shipping to the customer billing address shipping config 2024-09-10 19:12:14 +02:00
Alex P.
9bafceddec
Fix shipping callback condition in status report 2024-09-10 16:41:53 +03:00
Philipp Stracker
f51dbfc6d3
Merge pull request #2574 from woocommerce/PCP-3657-fix-card-fields-hiding
Improve card fields hiding
2024-09-09 12:18:09 +02:00
Philipp Stracker
e00a4a302c
Replace existing logic with new helper method 2024-09-09 12:16:27 +02:00
Philipp Stracker
fc4d2baa67
Extract repeat logic into new helper method 2024-09-09 12:16:02 +02:00
Philipp Stracker
36522f685c
Adjust logic to additionally set the hidden-attrib 2024-09-09 12:10:47 +02:00
Niklas Gutberlet
df19957d47
Merge pull request #2550 from woocommerce/PCP-3510-extend-report
Add more feature statuses into system report
2024-09-09 11:46:16 +02:00
Niklas Gutberlet
d617d4a562
Merge pull request #2563 from woocommerce/PCP-3619-paylater-filter
Allow to override the list of Pay Later supported countries
2024-09-09 11:43:23 +02:00
Alex P.
9b3ec4692a
Improve card fields hiding 2024-09-07 13:05:54 +03:00
Philipp Stracker
5237ebc0ed
Merge pull request #2544 from woocommerce/PCP-3575-fastlane-transaction-id-not-clickable
Only hide the Fastlane payment gateway on the WooCommerce Settings Payments tab(3575)
2024-09-06 18:38:09 +02:00
Philipp Stracker
84b3be208b
Merge pull request #2422 from woocommerce/PCP-3283-add-notice-to-migrate-to-checkout-blocks
Add inline notice to inform users about ACDC block Checkout support if the store uses a Classic Checkout setup (3283)
2024-09-06 18:36:54 +02:00
Philipp Stracker
2e088add15
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-axo/src/AxoModule.php
2024-09-06 16:59:24 +02:00
Philipp Stracker
80649227c1
Merge pull request #2552 from woocommerce/PCP-3616-fastlane-extend-list-of-incompatible-plugins
Extend the list of Fastlane incompatible plugins(3616)
2024-09-06 16:48:38 +02:00
Philipp Stracker
c6a25a65fc
🔀 Merge branch 'trunk' 2024-09-06 16:48:27 +02:00
Philipp Stracker
50c5dd6c9f
Merge branch 'trunk' into PCP-3283-add-notice-to-migrate-to-checkout-blocks 2024-09-06 15:59:36 +02:00