Commit graph

4877 commits

Author SHA1 Message Date
Pedro Silva
83a53ee223
Fix button margins on separate gateways 2023-12-15 17:11:16 +00:00
Niklas Gutberlet
ebc2dc4f70
Merge pull request #1904 from woocommerce/PCP-2389-block-checkout-reloads-when-submitting-order-with-empty-fields
Block Checkout reloads when submitting order with empty fields (2389)
2023-12-15 09:57:16 +01:00
Pedro Silva
1a2038bd78
Change block variable name. 2023-12-14 09:39:02 +00:00
Emili Castells
6491146ee0
Merge pull request #1894 from woocommerce/PCP-2387-support-for-classic-checkout-block
Support for Classic Checkout Block (2387)
2023-12-14 09:57:21 +01:00
Emili Castells
ea23d09010
Merge pull request #1900 from woocommerce/PCP-2177-uniform-smart-button-display-for-pay-pal-google-pay-and-apple-pay
Uniform Smart Button Display for PayPal, Google Pay, and Apple Pay (2177)
2023-12-14 09:56:11 +01:00
Emili Castells
00c4505115
Merge pull request #1885 from woocommerce/PCP-2346-remove-string-translations-for-package-tracking-carriers
remove string translations for package tracking carriers (2346)
2023-12-14 09:14:20 +01:00
Pedro Silva
2f0f0a7e0f
Fix block checkout page reloading on form errors. 2023-12-13 16:42:16 +00:00
Emili Castells
f3b1a406e2
Merge pull request #1902 from woocommerce/PCP-2426-add-button-to-reload-feature-eligibility-status-from-connection-tab
Add button to reload feature eligibility status from Connection tab (2426)
2023-12-13 16:54:22 +01:00
Emili Castells
dae59f3e99
Merge pull request #1883 from woocommerce/PCP-2386-send-checkout-billing-and-shipping-data-to-apple-pay-displayed-when-apple-pay-is-disabled
"Send checkout billing and shipping data to Apple Pay" displayed when Apple Pay is disabled (2386)
2023-12-13 16:53:49 +01:00
Emili Castells
96e050811a
Merge pull request #1901 from woocommerce/PCP-2373-apple-pay-validation-message-improvements
Apple Pay validation message improvements (2373)
2023-12-13 16:53:13 +01:00
Pedro Silva
39040eb8e3
Remove unused code. 2023-12-13 10:18:37 +00:00
Pedro Silva
e01cef5d16
Fix lint. 2023-12-12 18:16:43 +00:00
Pedro Silva
81f606912f
Adds nonce validation to refresh feature status request. 2023-12-12 18:12:48 +00:00
Pedro Silva
d2abeb5dbf
Add mechanism to refresh feature status. 2023-12-12 17:30:55 +00:00
Pedro Silva
c59f6de143
Fix ApmButton margin condition. 2023-12-12 10:18:28 +00:00
Pedro Silva
c987bc6b33
Add additional status message to ApplePay domain validation. 2023-12-12 10:14:49 +00:00
Pedro Silva
ec0dd5221d
Adjustments to apm button layouts. 2023-12-11 17:14:43 +00:00
Emili Castells
be28f81758
Merge pull request #1888 from woocommerce/PCP-2007-order-does-not-contain-intent-3-ds-acdc-renewal
Order does not contain intent on 3DS ACDC renewal (2007)
2023-12-11 16:33:45 +01:00
Emili Castells Guasch
3ab8b3a97f Use object instead of stdclass for payment source properties 2023-12-11 14:06:14 +01:00
Emili Castells Guasch
0e8e4dcaeb Use object instead of stdclass for payment source properties 2023-12-11 14:03:39 +01:00
Pedro Silva
55c7900a3e
Adjust block button styles. 2023-12-11 12:02:06 +00:00
Pedro Silva
46c575a401
Fix apm button styling 2023-12-07 18:20:58 +00:00
Pedro Silva
52f3f38135
Add filter to disable classic checkout/cart block compatibility. 2023-12-06 10:23:37 +00:00
Pedro Silva
7f5454dcdb
Fix buttons on classic checkout and cart blocks. 2023-12-05 17:57:07 +00:00
Emili Castells Guasch
586e9451f6 Fix psalm 2023-12-05 15:06:55 +01:00
Emili Castells Guasch
87bd429be1 Move payment source parameter to last position to avoid conflicts with existing consumers of create method 2023-12-05 15:02:55 +01:00
Emili Castells Guasch
8ad93eb4ba Fix phpunit 2023-12-05 14:54:33 +01:00
Emili Castells Guasch
6c4825e560 Add payment source for credit card subscription renewals 2023-12-05 14:40:11 +01:00
Emili Castells
45516d0075
Merge pull request #1779 from woocommerce/PCP-1393-update-to-vault-v-3
Save payment methods (Vault v3) integration (1393)
2023-12-05 11:23:09 +01:00
Emili Castells Guasch
290f4bc193 Fix phpcs 2023-12-05 10:11:42 +01:00
Emili Castells Guasch
bf0b549292 Fix psalm 2023-12-05 09:45:40 +01:00
Emili Castells Guasch
255e2adf79 Fix phpunit 2023-12-05 09:39:47 +01:00
Emili Castells Guasch
826a691e1a Merge branch 'PCP-1393-acdc-vault-v3' into PCP-1393-update-to-vault-v-3 2023-12-05 09:35:34 +01:00
Emili Castells Guasch
6d1fe2108c Merge branch 'trunk' into PCP-1393-update-to-vault-v-3 2023-12-05 09:35:24 +01:00
Emili Castells Guasch
29669b501a Add context for add payment method 2023-12-05 09:34:34 +01:00
Mayisha
e3eeb04f3d woorelease: Product version bump update 2023-12-04 23:35:42 +06:00
Pedro Silva
5b67bbfc27
Change tracking carriers so texts aren't added to .pot files. 2023-12-04 17:23:51 +00:00
Pedro Silva
ecd2fdbc99
Fix hide/show "Send checkout billing and shipping data to Apple Pay" in ApplePay admin settings. 2023-12-04 14:06:51 +00:00
Emili Castells Guasch
cb7612851f Merge branch 'trunk' into PCP-1393-acdc-vault-v3 2023-11-30 14:40:04 +01: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
Emili Castells
9b62e136a4
Merge pull request #1873 from woocommerce/improve-address-retrieval
Improve address retrieval in block
2023-11-30 09:34:07 +01:00
Emili Castells
0d3a5de0b3
Merge pull request #1876 from woocommerce/PCP-2385-disable-funding-field-access
Fix disable-funding field access
2023-11-30 09:33:13 +01:00
Alex P
5e520ebb49
Fix disable-funding field access
Fixed usage of the `disabled-funding` field usage because It can be missing, it is added only if there are disabled funding sources.
2023-11-30 08:39:08 +02:00
Alex P
9542a1b920
Fix text 2023-11-29 18:40:23 +02:00
Emili Castells Guasch
92a574f4fa Add pay with save payment method (WIP) 2023-11-29 17:29:20 +01:00
Alex P
de1ab5b7bf
Add addition Place Order description in block 2023-11-29 17:01:55 +02:00
Alex P
9d933b2b73
Change Place Order text 2023-11-29 16:59:59 +02:00
Alex P
b0ef0649bb
Improve fallback to shipping address when no billing 2023-11-29 11:59:32 +02:00
Alex P
dc2c60a6f2
Do not fail when cannot fill form in block continuation 2023-11-29 11:58:41 +02:00
Emili Castells Guasch
5811b5f60d Merge branch 'PCP-1393-update-to-vault-v-3' into PCP-1393-acdc-vault-v3 2023-11-28 12:05:08 +01:00