Commit graph

170 commits

Author SHA1 Message Date
Emili Castells Guasch
e11f3c2a9a
Merge trunk 2025-07-14 12:22:49 +02:00
Emili Castells Guasch
0246904213
Fix undefined purchase units error 2025-07-09 15:00:52 +02:00
Himad M
81a944aba8
Expose final review setting, adjust enableAppSwitch logic 2025-07-08 11:55:50 -04:00
Himad M
d5c20da022
Enable AppSwitch on PayPal blocks 2025-07-03 22:55:49 -04:00
Alex P.
7f18304c14
Fix feature flag check 2025-06-20 16:02:00 +03:00
Alex P.
60d4ea2208
Enable server-side callback via feature flag 2025-06-20 15:14:11 +03:00
Alex P.
6691ee5a21
Use shipping callback 2025-06-20 10:43:52 +03:00
Emili Castells Guasch
318f0b2c12
Fix useEffect dependency 2025-05-09 09:33:59 +02:00
Daniel Dudzic
9fb76a966a
Fix another batch of typos 2025-03-24 14:18:58 +01:00
Daniel Dudzic
1f83cbc108
Fix another batch of typos 2025-03-24 14:14:32 +01:00
Emili Castells
f766f3f813
Merge pull request #3160 from woocommerce/PCP-4257-phone-number-not-saved-in-wc-order-when-using-pay-now-experience
Phone Number not saved in WC order when using Pay Now experience (4257)
2025-03-18 11:45:09 +01:00
Emili Castells Guasch
e1baf6d531 Remove enforcePaymentMethodForCart method, the problem it solved is already fixed in wc 2025-03-13 17:29:42 +01:00
Daniel Hüsken
8bac91c875
Add phone number from Payer to block checkout 2025-02-26 14:56:21 +01:00
Narek Zakarian
83b637cf5e
If free trial is in the product the fundingSource should be only "paypal" 2024-12-13 16:12:27 +04:00
Narek Zakarian
3b85c5037f
Don't show buttons if cart contains free trial product and the stroe is not eligible for saving payment methods. 2024-12-12 19:09:14 +04:00
Emili Castells Guasch
21eb11aee8 Remove not used methods 2024-12-04 16:34:29 +01:00
Emili Castells Guasch
e37d362302 Extract actions from button components 2024-12-04 16:28:59 +01:00
Emili Castells Guasch
855a9caef6 Move guest free trial conditional at the top of the file 2024-12-04 12:42:41 +01:00
Emili Castells Guasch
ee336293c1 Do not display PayPal button for guest with free trial subscription 2024-12-04 12:16:38 +01:00
Emili Castells Guasch
a1ef21ba4f Add save payment button configuration (WIP) 2024-12-03 16:29:37 +01:00
Emili Castells Guasch
d500c4dc18 Add save payment button configuration (WIP) 2024-12-03 16:13:36 +01:00
Emili Castells Guasch
add776c976 Extract components 2024-12-03 12:27:34 +01:00
Emili Castells
594c9eb63b
Merge pull request #2745 from woocommerce/PCP-3615-acdc-not-visible-on-checkut-when-fastlane-enabled-and-subscription-product-in-cart
Load ACDC for Classic and Block checkouts for subscription products (3615)
2024-11-18 13:59:01 +01:00
Emili Castells
051faff723
Merge pull request #2764 from woocommerce/PCP-3769_translations-for-card-fildes-block-checkout
Make card fields in block checkout translatable (3769)
2024-11-18 13:58:16 +01:00
Emili Castells Guasch
ed75fd47b1 Merge trunk 2024-11-18 12:59:36 +01:00
Daniel Hüsken
5c92edf6dc
Make card fields in block checkout translatable 2024-11-05 14:24:39 +01:00
Daniel Dudzic
f9a7ce9880
Register support for height and borderRadius controls for the PayPal Express button 2024-10-31 12:14:59 +01:00
Daniel Dudzic
79cdf84618
Merge branch 'trunk' of github.com:woocommerce/woocommerce-paypal-payments into PCP-3202-retrieve-button-styling-properties-from-woo-commerce-checkout-block-ver-2 2024-10-31 11:39:40 +01:00
Daniel Dudzic
4a688fb351
Load ACDC for Classic and Block checkouts for subscription products 2024-10-30 22:25:39 +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
d0723fe513
Merge pull request #2728 from woocommerce/PCP-3809-settings-data-store-welcome-screen
Settings data store welcome screen (3809)
2024-10-25 11:06:42 +02:00
Philipp Stracker
f047a9a54f
Minor change in the debounce generator helper 2024-10-24 16:57:36 +02:00
Philipp Stracker
317ba4e8ec
Extend the debounce helper with flush & cancel 2024-10-24 12:48:33 +02:00
Alex P.
d47a734d81
Merge branch 'trunk' into PCP-3347-rework-location-settings 2024-10-22 16:57:18 +03:00
Alex P.
9b270e5696
Remove unused 2024-10-21 17:34:41 +03:00
Alex P.
18bd00c697
Fix block conditions 2024-10-19 11:21:26 +03:00
inpsyde-maticluznar
82faf9370b
Add paypal icon to the block checkout 2024-10-18 09:47:42 +02:00
Alex P.
d125c24dc0
Use basic redirect gateway when checkout smart buttons disabled 2024-10-18 09:35:02 +03:00
inpsyde-maticluznar
7c111906ab
Position the card icons beside the label instead of beneath the fields on the checkout form. 2024-10-10 07:22:22 +02:00
Alex P.
340923089d
Merge branch 'trunk' into PCP-3535-fix-editor-paypal-buttons-grid 2024-10-09 23:21:20 +03:00
Daniel Dudzic
733eee08a2
Merge branch 'trunk' of github.com:woocommerce/woocommerce-paypal-payments into PCP-3771-axo-refactor-pay-pal-script-loading-to-prevent-conflicts 2024-10-08 09:17:08 +02:00
Daniel Dudzic
e76c8b257b
Rename the new script loading script 2024-10-08 00:41:30 +02:00
Emili Castells
8f13457181
Merge pull request #2662 from woocommerce/PCP-3740-fastlane-update-fastlane-block-checkout-description-in-editor
Axo: Remove Axo from the Checkout block in the editor and add an ACDC card preview (3740)
2024-10-07 10:40:32 +02:00
Daniel Dudzic
5e1c2a22d2
Introduce a unified script loader to improve script loading, debugging and prevent conflicts 2024-10-05 02:26:09 +02:00
Emili Castells
b4b574db99
Merge pull request #2636 from woocommerce/PCP-3696-google-pay-has-no-amount
Fix the "0.00" amount in Google Pay for virtual products (3696)
2024-10-04 15:15:30 +02:00
Daniel Dudzic
763f6a431e
Remove Axo from the Checkout block in the editor and add the ACDC card component in the editor view 2024-10-01 15:03:38 +02:00
Alex P.
cacd9e5598
Merge branch 'trunk' into PCP-3535-fix-editor-paypal-buttons-grid 2024-10-01 10:44:09 +03:00
Philipp Stracker
c852bc92b5
🐛 Fix express payment error in block cart 2024-09-23 17:14:28 +02:00
Philipp Stracker
5891d80f75
🎨 Code style changes & cleanup
- Remove unused imports
- Use state instead of global window-variable (continuationFilled)
- Apply codestyle rules (spaces, change one let to const)
2024-09-23 13:50:44 +02:00
Alex P.
2675132ded
Fix funding source parameter 2024-09-19 16:42:44 +03:00