Commit graph

10127 commits

Author SHA1 Message Date
Daniel Dudzic
a46887ea8f
Add WooCommerce Blueprint support for custom PayPal options 2025-07-17 22:32:53 +02:00
Emili Castells
ba8b42068a
Merge pull request #3526 from woocommerce/PCP-5001-display-migration-notice-only-on-pay-pal-payments-settings-pages
Display migration notice only on PayPal Payments settings pages (5001)
2025-07-16 17:17:13 +02:00
Emili Castells
7a230ece85
Merge pull request #3531 from woocommerce/PCP-5010-appswitch-flag
Add feature flag for AppSwitch (5010)
2025-07-16 12:36:00 +02:00
Emili Castells
12c21c56d6
Merge pull request #3534 from woocommerce/PCP-4570-qit-warnings
Fix QIT warnings
2025-07-16 12:28:19 +02:00
Alex P.
727492e48c
Fix nonce ignoring 2025-07-16 08:23:42 +03:00
Alex P.
fc9ca6fe60
Remove unneeded translations 2025-07-15 20:20:05 +03:00
Himad M
4acdda7cd8
Add feature flag for AppSwitch 2025-07-15 11:25:57 -04:00
Alex P.
65d958254d
Use explicit nullable types 2025-07-15 15:53:23 +03:00
Alex P.
46b2b6da93
Fix lint 2025-07-15 15:11:01 +03:00
Alex P.
9a432240f5
Fix indent 2025-07-15 14:58:53 +03:00
Alex P.
70c9d677f5
Specify options explicitly 2025-07-15 14:56:49 +03:00
Alex P.
650f5d0659
Do not use php 8-only flag 2025-07-15 14:51:06 +03:00
Alex P.
53d5c35a81
Fix security warnings 2025-07-15 10:57:25 +03:00
Narek Zakarian
84e0ad44ab
Show the "new settings discover" message only on plugin settings pages 2025-07-14 16:05:26 +04:00
Emili Castells
2c59a006f5
Merge pull request #3523 from woocommerce/PCP-4998-fatal-error-when-using-feature-flag-filter-to-disable-new-settings-ui
Always enable the new settings module (4998)
2025-07-14 14:00:05 +02:00
Emili Castells
72dff6daeb
Merge pull request #3521 from woocommerce/PCP-4986-fix-billing-landing-page
Replace BILLING with GUEST_CHECKOUT for landing page
2025-07-14 13:38:39 +02:00
Narek Zakarian
4dd03c387d
Fix the cs 2025-07-14 15:03:20 +04:00
Narek Zakarian
deb16629e7
Fix the default value for the filter 2025-07-14 15:02:53 +04:00
Emili Castells
b05a2e9150
Merge pull request #3504 from woocommerce/PCP-4712-appswitch
Add support for AppSwitch (4712)
2025-07-14 12:51:05 +02:00
Emili Castells Guasch
e11f3c2a9a
Merge trunk 2025-07-14 12:22:49 +02:00
Emili Castells
cbc62c47b0
Merge pull request #3373 from luzat/fix/3372-physical-rounding-item
Fix #3372 by adding digital goods rounding item
2025-07-11 17:36:08 +02:00
Emili Castells
ea44a22b8b
Merge pull request #3516 from woocommerce/PCP-4437-woo-commerce-bundles-incorrect-amount-via-express-cart-payment
Support for creating an order containing bundled product (4437)
2025-07-11 17:34:49 +02:00
Emili Castells
1495282bdc
Merge pull request #3519 from woocommerce/PCP-4988-product-prices-disappear-with-square-when-pay-pal-subscriptions-api-active
Prevent subscription price override for non-subscription products (4988)
2025-07-11 15:28:14 +02:00
Narek Zakarian
fc5a9c9cdd
Determine if the new Settings UI is disabled via feature flag filter.
This is the highest-priority check: if the `woocommerce.feature-flags.woocommerce_paypal_payments.settings_enabled` filter is used to disable the new UI, it will override all other conditions.
2025-07-11 16:43:38 +04:00
Narek Zakarian
70247462a0
Always enable the new settings module 2025-07-11 16:42:48 +04:00
Alex P.
8e3b5fdbb5
Replace billing with guest_checkout for landing page 2025-07-11 09:12:59 +03:00
Narek Zakarian
b3b44cad12
Fix: Prevent subscription price override for non-subscription products
Ensure `.trigger('change')` on `.wc_input_subscription_price` is only called
when the selected product type is 'subscription' or 'variable-subscription'.

Prevents issue where non-subscription products have their regular price cleared,
which was likely triggered indirectly by the Square plugin.
2025-07-10 17:49:25 +04:00
Emili Castells
80d7da4df3
Merge pull request #3515 from woocommerce/PCP-4982-pay-pal-subscription-error-on-console-when-trying-pay-from-classic-cart
Broken PayPal Subscriptions payment in blocks and classic cart (4982, 4943, 4981)
2025-07-10 09:58:05 +02:00
Narek Zakarian
90af5a19a6
Fix the cs 2025-07-09 19:14:47 +04:00
Narek Zakarian
ccc27c5a68
Support for creating an order containing bundled product 2025-07-09 19:07:04 +04:00
Emili Castells Guasch
0246904213
Fix undefined purchase units error 2025-07-09 15:00:52 +02:00
Emili Castells Guasch
d4c5d31b77
Fix empty purchase units error on shipping 2025-07-09 14:54:08 +02:00
Emili Castells Guasch
d5190d2e74
Fix undefined context runtime error 2025-07-09 14:36:38 +02:00
Emili Castells Guasch
bbd8f9cf38
Fix wrong condition to load file in post edit screen 2025-07-09 12:33:10 +02:00
Emili Castells
1da9766dcc
Merge pull request #3506 from woocommerce/PCP-4977-google-pay-error-on-frontend-when-we-try-to-pay-with-google-pay
Google Pay - Blocks checkout error when selecting ACDC payment (4977)
2025-07-09 11:49:02 +02:00
Himad M
81a944aba8
Expose final review setting, adjust enableAppSwitch logic 2025-07-08 11:55:50 -04:00
Emili Castells
ebdfbb2640
Merge pull request #3502 from woocommerce/PCP-4780-fatal-error-when-pay-pal-payments-is-active-without-woo-commerce
Add a logic to deactivate the plugin when Woo is not active (4780)
2025-07-08 12:53:00 +02:00
Himad M
e682f60037
Visibility and type changes 2025-07-07 10:46:34 -04:00
Emili Castells
be938c4905
Merge pull request #3385 from woocommerce/PCP-4582-onboarding-fails-via-connect-to-pay-pal-in-new-ui
OAuth login often fails in new UI (4582)
2025-07-07 12:53:38 +02:00
Emili Castells Guasch
3fc48935a1
Update code comments 2025-07-07 12:06:31 +02:00
Emili Castells Guasch
7f810c57e5
Merge branch 'trunk' into PCP-4977-google-pay-error-on-frontend-when-we-try-to-pay-with-google-pay 2025-07-07 10:26:56 +02:00
Emili Castells
d21727eef9
Merge pull request #3495 from woocommerce/PCP-4482-replace-call-to-billing-agreements-agreement-tokens-with-checking-the-capabilities
Create a helper to check for Reference Transaction status using the Seller Status API (4482)
2025-07-07 08:59:08 +02:00
Emili Castells
5fadc377d4
Merge pull request #3493 from woocommerce/PCP-4487-fastlane-uk-3ds-redirect
Add Fastlane 3D Secure support and enable for the UK (4487)
2025-07-07 08:57:57 +02:00
Emili Castells
a6324b4999
Merge pull request #3491 from woocommerce/PCP-4854-phase-1-opt-in-via-banner
UX Legacy Migration: phase 1 opt in via banner (4854)
2025-07-07 08:56:59 +02:00
Daniel Dudzic
cdc3dc722c
♻️ Move 3DS logic from global filter to AxoGateway 2025-07-07 01:58:35 +02:00
Emili Castells Guasch
35db339221
Add onClick and paymentMethodId to set correct payment method 2025-07-04 17:05:27 +02:00
Emili Castells Guasch
5d592c0173
Remove console logs 2025-07-04 16:57:26 +02:00
Emili Castells Guasch
3e1cdc9288
Remove onClick function parameter 2025-07-04 16:33:31 +02:00
Emili Castells Guasch
3140799933
Revert register google pay component 2025-07-04 15:51:59 +02:00
Emili Castells Guasch
df7077faf6
Add onClick from component to google pay click handler 2025-07-04 15:24:08 +02:00