Narek Zakarian
|
f643f9e1d7
|
Return the callback to fix the shipping options update process
|
2024-07-15 19:20:35 +04:00 |
|
Emili Castells Guasch
|
11105d913b
|
Run eslint autofix
|
2024-07-12 12:58:34 +02:00 |
|
Danny Dudzic
|
879831d487
|
Merge pull request #2390 from woocommerce/PCP-3313-can-not-pay-with-google-pay-from-block-cart-and-block-checkout-page
Google Pay: Fix issuse with data.paymentSource being undefined (3313)
|
2024-07-08 13:21:18 +02:00 |
|
Daniel Dudzic
|
e1bdc64248
|
Google Pay: Fix issuse with data.paymentSource being undefined and the shipping allowed boolean being hardcoded
|
2024-07-03 12:29:29 +02:00 |
|
Emili Castells Guasch
|
a08ce87839
|
Ensure shipping callback is removed from venmo button
|
2024-06-28 11:27:34 +02:00 |
|
Emili Castells
|
3aba8d7dea
|
Merge pull request #2259 from woocommerce/PCP-3136-enable-shipping-callback-for-wc-subscriptions
Enable shipping callback for WC subscriptions (3136)
|
2024-06-03 14:25:36 +02:00 |
|
Narek Zakarian
|
4967c472e7
|
Update the shipping option for subscriptions on address change
|
2024-06-03 15:27:01 +04:00 |
|
Emili Castells
|
336492d63d
|
Merge pull request #2269 from woocommerce/PCP-3028-disable-shipping-callback-for-venmo-when-vaulting-is-active
Disable the shipping callback for "venmo" when vaulting is active (3028)
|
2024-06-03 10:34:44 +02:00 |
|
Narek Zakarian
|
2cb76ed8f2
|
Apply the Venmo + vaulting functionality on block pages
|
2024-05-31 15:36:32 +04:00 |
|
Daniel Dudzic
|
653a99a242
|
Fix the Smart Buttons in Block Checkout not respecting the location setting (2830)
|
2024-05-30 14:44:29 +02:00 |
|
Narek Zakarian
|
aacbb3b3ec
|
Check for venmo and vaulting for block pages
|
2024-05-17 00:25:59 +04:00 |
|
Daniel Dudzic
|
85d721abdb
|
Fix the fundingSource is not defined error on Block Checkout
|
2024-04-26 16:55:02 +02:00 |
|
Daniel Dudzic
|
4c43482fc4
|
Checkout block: Remove the erroneous component overide
|
2024-04-22 16:26:45 +02:00 |
|
Daniel Dudzic
|
2317c90db4
|
Resolve merge conflict
|
2024-04-20 19:38:41 +02:00 |
|
Emili Castells Guasch
|
561cafb808
|
Add variable subscription variation support for cart block page
|
2024-04-15 11:05:01 +02:00 |
|
Daniel Dudzic
|
7af2162f1c
|
Sync with trunk
|
2024-04-10 11:28:51 +02:00 |
|
Pedro Silva
|
4a5b1fbc90
|
Fix update shipping option in block pages.
|
2024-04-04 18:11:59 +01:00 |
|
Daniel Dudzic
|
6139f071e5
|
Block Checkout: Fix the Express Checkout PayPal buttons on the front end
|
2024-03-29 18:06:00 +01:00 |
|
Daniel Dudzic
|
40e8aa2874
|
Migrate the PayPal buttons inside of the Express Checkout in the editor to @paypal/react-paypal-js with a unique namespace to avoid conflicts with the Pay Later messaging block
|
2024-03-29 13:59:35 +01:00 |
|
Pedro Silva
|
47c9223d9b
|
Fix block shipping address handlers.
|
2024-03-19 14:05:30 +00:00 |
|
Pedro Silva
|
9f35681131
|
Add handling of onShippingOptionsChange and onShippingAddressChange.
|
2024-03-15 18:40:45 +00:00 |
|
Pedro Silva
|
8266e1bce7
|
Fix subscription initial payment method name
|
2024-02-05 18:26:41 +00:00 |
|
Pedro Silva
|
ebcc2ba3f9
|
Fix subscription validations
|
2024-01-30 18:22:53 +00:00 |
|
Pedro Silva
|
94b92d8434
|
Remove not needed code.
|
2024-01-24 18:15:50 +00:00 |
|
Pedro Silva
|
96b83c9d0d
|
ApplePay Vaulting Integration
|
2024-01-24 08:47:48 +00:00 |
|
Pedro Silva
|
827bd2568d
|
Fix passing funding_source on block pages.
|
2024-01-19 09:52:59 +00:00 |
|
Pedro Silva
|
3b51b49de6
|
Remove PayPal button in block pages when subscription product is invalid
|
2024-01-16 16:56:37 +00:00 |
|
Pedro Silva
|
408503af1a
|
Fix PayPal button display on blocks conditions
|
2024-01-16 16:05:03 +00:00 |
|
Pedro Silva
|
868806a629
|
Add block PayPal subscription address change handler.
Validate PayPal button eligibility on block pages with subscriptions.
|
2024-01-12 11:18:35 +00:00 |
|
Pedro Silva
|
f3b30902db
|
Add subscription support for Block Cart and Block Checkout.
|
2024-01-10 18:12:01 +00:00 |
|
Alex P
|
c83975f293
|
Merge branch 'trunk' into PCP-1486-paylater-block
|
2023-12-20 09:00:57 +02:00 |
|
Pedro Silva
|
1a2038bd78
|
Change block variable name.
|
2023-12-14 09:39:02 +00:00 |
|
Alex P
|
c8632e3826
|
Update paylater amount in block cart/checkout
|
2023-12-13 21:42:23 +02:00 |
|
Pedro Silva
|
2f0f0a7e0f
|
Fix block checkout page reloading on form errors.
|
2023-12-13 16:42:16 +00:00 |
|
Alex P
|
a99fbc6eb3
|
Do not load paypal script on checkout block methods registration
|
2023-12-12 10:58:44 +02:00 |
|
Emili Castells
|
8ab5ec93ad
|
Merge pull request #1874 from woocommerce/PCP-2380-ui-fixes
Change default "Place Order" button text, add additional "Place Order" description in block
|
2023-11-30 09:36:03 +01:00 |
|
Alex P
|
de1ab5b7bf
|
Add addition Place Order description in block
|
2023-11-29 17:01:55 +02:00 |
|
Alex P
|
dc2c60a6f2
|
Do not fail when cannot fill form in block continuation
|
2023-11-29 11:58:41 +02:00 |
|
Alex P
|
9038119618
|
Fix block editing
|
2023-11-24 09:56:52 +02:00 |
|
Alex P
|
758bb5da29
|
Add place order method in block together with express
|
2023-11-23 09:59:14 +02:00 |
|
Alex P
|
ea35893a82
|
Fix method id check
|
2023-11-23 08:46:48 +02:00 |
|
Alex P
|
b014403031
|
Register/render each express button separately
|
2023-11-22 17:19:08 +02:00 |
|
Alex P
|
f232946afa
|
Replace place order text in block
|
2023-11-16 16:01:32 +02:00 |
|
Alex P
|
3672c5a651
|
Do not load paypal sdk for continuation in block
|
2023-11-15 09:46:15 +02:00 |
|
Alex P
|
33ed474ae1
|
Support place order button mode in block
|
2023-11-15 09:45:15 +02:00 |
|
Alex P
|
7f072be611
|
Fix address merge
|
2023-10-27 09:59:55 +03:00 |
|
Alex P
|
14f54e1df1
|
Default to wc data when filling checkout
|
2023-10-24 10:22:55 +03:00 |
|
Alex P
|
539e211e6b
|
Fill form when continuation in block
|
2023-10-23 20:59:49 +03:00 |
|
Alex P
|
f13fc1d987
|
Redirect to continuation on block server error
|
2023-10-19 16:56:07 +03:00 |
|
Alex P
|
bb92792420
|
Update deprecated event name
|
2023-10-19 15:55:57 +03:00 |
|