Commit graph

9992 commits

Author SHA1 Message Date
Philipp Stracker
71fa43e8a9
🔀 Merge branch 'PCP-4903’ 2025-06-20 17:31:31 +02:00
Philipp Stracker
6c855cb5ce
🔀 Merge branch 'PCP-4810’ 2025-06-20 17:31:11 +02:00
Philipp Stracker
771821c13a
🔀 Merge branch 'PCP-4807’ 2025-06-20 17:30:47 +02:00
Philipp Stracker
be06606f9e
🔀 Merge branch 'PCP-4809’ 2025-06-20 17:30:23 +02:00
Philipp Stracker
f77eb263a8
🔀 Merge branch 'PCP-4808’ 2025-06-20 17:30:01 +02:00
Philipp Stracker
59d9f0fae5
🔀 Merge branch 'PCP-4805’ 2025-06-20 17:29:29 +02:00
Philipp Stracker
cf1b289beb
🔀 Merge branch 'PCP-4803’ 2025-06-20 17:28:57 +02:00
Philipp Stracker
7498c672bb
🔀 Merge branch 'PCP-4801’ 2025-06-20 17:28:17 +02:00
Philipp Stracker
fc4999de3b
🔀 Merge branch 'PCP-4800’ 2025-06-20 17:27:40 +02:00
Philipp Stracker
b0401581be
🔀 Merge branch 'PCP-4799’ 2025-06-20 17:27:12 +02:00
Philipp Stracker
35f64acbec
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-settings/resources/js/data/settings/hooks.js
2025-06-20 17:26:14 +02:00
Emili Castells Guasch
532b083f03
Fix phpcs 2025-06-20 17:17:33 +02:00
Emili Castells Guasch
d1dfec8bb1
Merge branch 'trunk' into PCP-4884-fatal-error-when-purchasing-a-second-license-on-multilingual-press-website 2025-06-20 17:10:21 +02:00
Philipp Stracker
c436c24242
🔀 Merge branch 'PCP-4903’ 2025-06-20 16:16:07 +02:00
Philipp Stracker
0754b6267b
🔀 Merge branch 'PCP-4810’ 2025-06-20 16:15:42 +02:00
Philipp Stracker
68d92ff567
🔀 Merge branch 'PCP-4807’ 2025-06-20 16:15:16 +02:00
Philipp Stracker
96c3a0f546
🔀 Merge branch 'PCP-4809’ 2025-06-20 16:11:46 +02:00
Philipp Stracker
a3d148099a
Update tests to expect the shipping-property
These tests do not confirm the contact module functionality, but ensure existing tests pass, without modifying their logic.
2025-06-20 16:10:00 +02:00
Philipp Stracker
62d22e2e4a
💬 Improve copy on the plugin settings page 2025-06-20 15:49:10 +02:00
Emili Castells
ed894b17fc
Merge pull request #3446 from woocommerce/PCP-4649-track-wizard-screen-views
Add WooCommerce Tracks integration and the Onboarding funnel (4649)
2025-06-20 15:37:11 +02:00
Alex P.
69eea1f0a7
Make const private 2025-06-20 16:37:02 +03:00
Emili Castells Guasch
ef0c9f7222
Merge branch 'PCP-4649-track-wizard-screen-views' of github.com:woocommerce/woocommerce-paypal-payments into PCP-4649-track-wizard-screen-views 2025-06-20 15:30:28 +02:00
Emili Castells Guasch
4a20d6a00c
Merge trunk 2025-06-20 15:30:04 +02:00
Philipp Stracker
7b1ca27620
💄 Improve the admin-facing UI 2025-06-20 15:05:10 +02:00
Alex P.
7f18304c14
Fix feature flag check 2025-06-20 16:02:00 +03:00
Emili Castells
b8bc13845f
Merge pull request #3471 from woocommerce/PCP-4858-reset-bn-code-on-plugin-uninstall
Reset BN code on plugin uninstall (4858)
2025-06-20 15:01:24 +02:00
Philipp Stracker
b764a9a460
🔥 Clean up and remove unused/duplicate code 2025-06-20 14:59:53 +02:00
Emili Castells
55bb710eb0
Merge pull request #3340 from woocommerce/PCP-4521-extract-3-ds-setting-from-acdc-payment-method
Move 3D Secure settings from Payment Methods to Settings tab (4521)
2025-06-20 14:24:37 +02:00
Alex P.
173943bf8c
Merge branch 'trunk' into PCP-4648-shipping-callback 2025-06-20 15:14:37 +03:00
Alex P.
60d4ea2208
Enable server-side callback via feature flag 2025-06-20 15:14:11 +03:00
Emili Castells
1a7f10b4ff
Merge pull request #3425 from woocommerce/PCP-4603-add-subscriptions-integration-tests
Add subscriptions integration tests (4603)
2025-06-20 12:43:07 +02:00
Philipp Stracker
842d54063b
💄 Add a section with original contact details 2025-06-20 12:41:08 +02:00
Emili Castells Guasch
5f8fb9cc5f
Reset bn code on unistall and add migration code for whitelabel mode 2025-06-20 12:31:55 +02:00
carmenmaymo
d234f2f861
Make Mockery more lenient like PHPUnit mocks with shouldIgnoreMissing() 2025-06-20 12:14:21 +02:00
Emili Castells
bc6acf3679
Merge pull request #3433 from woocommerce/PCP-4619-notification-in-firefox
Onboarding: Notification for Firefox users (4619)
2025-06-20 10:58:28 +02:00
Alex P.
6691ee5a21
Use shipping callback 2025-06-20 10:43:52 +03:00
Alex P.
b16ef8e333
Implement shipping callback endpoint 2025-06-20 10:17:10 +03:00
Alex P.
0453a3650b
Implement Store API Cart requests 2025-06-20 10:15:04 +03:00
carmenmaymo
d738fe284c
Merge branch 'trunk' into PCP-4603-add-subscriptions-integration-tests 2025-06-20 08:58:00 +02:00
Alex P.
ffe962dc1e
Disable some mandatory comments rules in PHPCS 2025-06-20 09:57:34 +03:00
Emili Castells
55f4764686
Merge pull request #3459 from woocommerce/PCP-4857-caching-for-v-1-billing-agreements-agreement-tokens-is-broken
Cache the reference transaction disabled value (4857)
2025-06-19 14:47:18 +02:00
carmenmaymo
03743771d7
Use mockery and fix tests 2025-06-19 11:40:00 +02:00
Alex P.
a5d12142c3
Set naming style in .editorconfig 2025-06-19 09:24:46 +03:00
Alex P.
2b71d84e3c
Do not stop ddev:lint on warning 2025-06-19 09:23:54 +03:00
Alex P.
a397d7d9fa
Add CallbackConfig 2025-06-19 09:23:41 +03:00
Philipp Stracker
4723951017
🔥 Remove custom contact from order confirmation 2025-06-18 19:03:43 +02:00
Philipp Stracker
229417b222
🥅 Better error handling 2025-06-18 19:02:37 +02:00
Philipp Stracker
982325828b
♻️ Store original billing data in order-meta 2025-06-18 18:45:05 +02:00
Philipp Stracker
c6a8c19df5
♻️ Replace billing data with custom contact data 2025-06-18 18:08:17 +02:00
Philipp Stracker
f8546c9599
Display contact details on order confirmation 2025-06-18 17:21:33 +02:00