Commit graph

5240 commits

Author SHA1 Message Date
Philipp Stracker
94708d10e9
🔀 Merge branch 'trunk' 2024-10-22 15:19:35 +02:00
Philipp Stracker
8520406794
🚧 Test integration of the Redux store in the app 2024-10-22 15:16:23 +02:00
Philipp Stracker
fc6d05ac37
Create new Redux store for onboarding details 2024-10-22 15:15:55 +02:00
Philipp Stracker
b2e662e246
Add REST endpoint for the Onboarding store 2024-10-22 15:14:46 +02:00
Philipp Stracker
d4aa87dff4
🎨 Fix format of existing PHP code 2024-10-22 15:13:56 +02:00
Philipp Stracker
eddf78e977
Add packages: data, data-controls 2024-10-22 15:12:53 +02:00
Emili Castells
654fcfc521
Merge pull request #2700 from woocommerce/PCP-988-Missing-custom-field-PayPal-Transaction-Fee-for-OXXO
Missing custom field PayPal Transaction Fee for OXXO (988)
2024-10-22 14:47:49 +02:00
Emili Castells
67838f54b0
Merge pull request #2702 from woocommerce/PCP-2395-Payment-with-OXXO-cause-continuation-state-for-next-payment
Payment with OXXO cause continuation state for next payment (2395)
2024-10-22 14:46:39 +02:00
Emili Castells
0ccf4fb69a
Merge pull request #2701 from woocommerce/PCP-2801_Fix_html_product_title_in_tracking
Fix displaying of HTML tags in product title on choosing a product for tracking
2024-10-22 14:46:03 +02:00
Emili Castells Guasch
8a47997570 Fix merge conflict 2024-10-22 14:29:43 +02:00
Emili Castells
60cf3622e5
Merge pull request #2685 from woocommerce/PCP-3737-Display-gateway-icons-on-block-checkout-even-when-payment-method-is-not-selected
Display gateway icons on block checkout even when payment method is not selected (3737)
2024-10-22 12:43:37 +02:00
Emili Castells
ae443be68c
Merge pull request #2680 from woocommerce/PCP-3762-Fatal-error-in-site-when-WooCommerce-PayPal-payments-and-Payoneer-checkout-debug-are-activated
Place all task registration logic inside the init action (3762)
2024-10-22 12:43:05 +02:00
Emili Castells
4ed8dd83e9
Merge pull request #2691 from woocommerce/PCP-1815-Buttons-loading-on-single-product-page-when-the-subscription-support-is-not-declared
Buttons loading on single product page when the subscription support is not declared  (1815)
2024-10-22 12:42:37 +02:00
Emili Castells
ff14d98e82
Merge pull request #2612 from woocommerce/PCP-3677-pay-pal-subscriptions-api-renewal-order-not-created-in-woo-commerce
PayPal Subscriptions API renewal order not created in WooCommerce (3677)
2024-10-22 12:42:04 +02:00
Emili Castells Guasch
0e7fa666bc Fix merge conflict 2024-10-22 12:34:31 +02:00
Philipp Stracker
8169a6a70b
🎨 Minor code improvement 2024-10-21 16:44:59 +02:00
Alex P.
faeee86ab3
Fix apple/google pay block 2024-10-21 17:38:55 +03:00
Alex P.
9b270e5696
Remove unused 2024-10-21 17:34:41 +03:00
Philipp Stracker
7916d20312
🐛 Fix identifyer to disable inline-style
The PaymentButton base class expects a “data-hide-gateway” attribute to make an APM gateway visible
2024-10-21 16:23:52 +02:00
Philipp Stracker
32d870bd6b
🔀 Merge branch 'trunk' 2024-10-21 15:46:27 +02:00
Emili Castells Guasch
1baa1d4408 Remove unused parameter 2024-10-21 14:04:31 +02:00
inpsyde-maticluznar
ce5749791e
Prevent plugin use for send only countries 2024-10-21 11:57:45 +02:00
Daniel Dudzic
bf52b48ae8
Axo: Remove the submit button when Fastlane is disabled 2024-10-21 11:05:12 +02:00
Daniel Hüsken
8ac3035ed6
Check that the note will be only executed in backen so that no extra DB query will run 2024-10-21 09:10:41 +02:00
Alex P.
0e957e739d
Remove Google Pay for subscriptions 2024-10-21 09:49:31 +03:00
Alex P
2dc42cf072
Refactor manual renewal check 2024-10-21 09:49:07 +03:00
Alex P.
18bd00c697
Fix block conditions 2024-10-19 11:21:26 +03:00
Alex P.
74b560c33c
Hide subscription settings when checkout smart buttons disabled 2024-10-18 20:26:18 +03:00
Emili Castells Guasch
bfd182796e Fix psalm 2024-10-18 17:48:05 +02:00
Emili Castells Guasch
5e803643cb Fix phpunit 2024-10-18 17:36:54 +02:00
Emili Castells Guasch
9c5d978707 Add boilerplate for react settings app 2024-10-18 17:17:07 +02:00
Alex P.
21e0cf3c1d
Do not allow basic redirect gateway for subscriptions 2024-10-18 17:04:41 +03:00
Alex P
679c890bab
Fix bool/string usage 2024-10-18 11:55:41 +03:00
Daniel Dudzic
763d4a6482
Fix Psalm errors 2024-10-18 10:44:02 +02:00
Alex P.
39e37f0bbb
Set "Sold individually" only for subscription connected to PayPal 2024-10-18 11:28:22 +03:00
Alex P.
20a627aebb
Refactor/cleanup 2024-10-18 09:35:03 +03:00
Alex P
7b93bc6519
Update text 2024-10-18 09:35:02 +03:00
Alex P.
d125c24dc0
Use basic redirect gateway when checkout smart buttons disabled 2024-10-18 09:35:02 +03:00
Daniel Dudzic
407f526064
Axo: Add support for shipping locations limiting 2024-10-17 23:56:03 +02:00
Daniel Hüsken
a453e4e881
Display payment gateways also when the are set to display:none with css and the stylesheet is removed from DOM 2024-10-17 14:18:19 +02:00
inpsyde-maticluznar
d13cdaeb4f
Merge remote-tracking branch 'origin/trunk' into PCP-988-Missing-custom-field-PayPal-Transaction-Fee-for-OXXO 2024-10-17 06:47:04 +02:00
inpsyde-maticluznar
5770ae509f
Clear session before redirection OXXO. 2024-10-16 11:54:30 +02:00
Daniel Hüsken
d10f9763ad
Fix displaying of html tags in product titels on choosing product for tracking 2024-10-15 10:58:50 +02:00
inpsyde-maticluznar
b617697a7b
Fix psalm error 2024-10-15 09:30:36 +02:00
inpsyde-maticluznar
4b22de2c71
Set manualRenewalEnabled to false and add comment to suppress phpdoc 2024-10-15 08:41:20 +02:00
inpsyde-maticluznar
42eb8e3de9
Implements Fees for OXXO 2024-10-15 07:54:32 +02:00
Emili Castells Guasch
a16ab58dd8 Wrap multiple condition in parenthesis 2024-10-14 14:02:35 +02:00
Emili Castells Guasch
b2b3a35774 Wrap multiple condition in parenthesis 2024-10-14 14:01:55 +02:00
Emili Castells Guasch
01e5f54039 Ensure setting exist before getting it 2024-10-14 12:54:48 +02:00
Daniel Dudzic
2d1f7fb512
Fix ACDC gateway not visible on block Checkout for logged-out users 2024-10-11 16:14:51 +02:00