Commit graph

2097 commits

Author SHA1 Message Date
Alex P
87aed70199 Improve spinner before redirect 2022-04-12 18:40:24 +03:00
Alex P
9370eba320 Fix mini-cart free trial check 2022-04-12 17:20:32 +03:00
Alex P
368d50ce7b Add test 2022-04-12 16:43:42 +03:00
Alex P
1b5052a858 Merge branch 'trunk' into pcp-475-free-trial 2022-04-12 15:32:31 +03:00
Alex P
b928e5aaa4 Remove additional paypal buttons for free trial 2022-04-12 15:29:23 +03:00
Alex P
c701b46a40 Remove paypal buttons for free trial everywhere except checkout 2022-04-12 15:12:21 +03:00
Alex P
1c0df35f53 Handle free trial for paypal
Vault account without payment
2022-04-12 14:59:07 +03:00
Emili Castells
22faea20d6
Merge pull request #559 from woocommerce/pcp-610-onboarding-logging
Onboarding errors improvements
2022-04-12 09:19:58 +02:00
Emili Castells
ecf3feab62
Merge pull request #538 from woocommerce/PCP-574-filter-to-modify-sending-data
Add filter to allow modifying of order creation request body data
2022-04-12 09:16:08 +02:00
Emili Castells
50e282aba5
Merge pull request #536 from woocommerce/PCP-564-pay-for-order-guest-failing
Check if payer's Email and name are set before sending data
2022-04-12 09:15:15 +02:00
Emili Castells
a0e19d0c27
Merge pull request #549 from woocommerce/pcp-278-var-sub
Fix variable subscription checks
2022-04-12 09:13:37 +02:00
Alex P
cdda2963c8 Fix phpdoc 2022-04-11 18:16:38 +03:00
Alex P
0da5758656 Merge branch 'trunk' into pcp-475-free-trial 2022-04-07 09:42:32 +03:00
Danae Millan
8a7a64cb7e
Merge pull request #575 from woocommerce/release/1.7.1
Update release date for 1.7.1
2022-04-06 18:07:48 -03:00
Danae Millan
1a75bfc20a Update release date for 1.7.1 2022-04-06 18:04:03 -03:00
Emili Castells
1cd64cff13
Merge pull request #572 from woocommerce/PCP-623-errors-in-the-checkout-page-when
Use `hasOwnProperty` instead of `length` for checking if property exist
2022-04-06 16:51:58 +02:00
Emili Castells
c10c52d7dd
Merge pull request #574 from woocommerce/PCP-626-paypal-buttons-not-displayed-in-mini-cart
Check the cart total amount inside mini cart buttons renderer hook.
2022-04-06 16:51:21 +02:00
Narek Zakarian
515a06542e Use the cart price calculating method inside the handler. 2022-04-06 18:18:05 +04:00
Narek Zakarian
f46341466f Check the cart total amount inside mini cart renderer hook. 2022-04-06 17:57:59 +04:00
Alex P
f5a472673b Handle free trial sub for cards
authorize 1$ and void
2022-04-06 09:10:24 +03:00
dinamiko
c6070e6567 Just use err.details 2022-04-05 15:01:46 +02:00
dinamiko
b7a9ccec4e Use hasOwnProperty instead of length for checking if property exist 2022-04-05 14:29:33 +02:00
Emili Castells
0154707c72
Merge pull request #565 from woocommerce/revert-PCP-590-incorrect-tax-details
Revert PCP-590
2022-04-04 14:46:36 +02:00
dinamiko
c3651bc160 Update changelog 2022-04-04 14:43:02 +02:00
dinamiko
5369af13e2 Revert PCP-590-incorrect-tax-details as is causing line items not sent to PayPal 2022-04-04 11:35:50 +02:00
Alex P
be55fcf711 Add filter for enabling logging 2022-03-29 14:04:43 +03:00
Alex P
6ee900cb01 Output exception message on onboarding link creation error 2022-03-29 14:04:09 +03:00
Emili Castells
d6286ec6e5
Merge pull request #556 from woocommerce/PCP-604-paypal-button-missing-on-pay-for
Move up pay order render button before checking empty cart
2022-03-28 17:20:49 +02:00
dinamiko
d8e1b09ad6 Update changelog 2022-03-28 17:16:56 +02:00
Emili Castells
e088d3c53e
Merge pull request #554 from woocommerce/PCP-598-buttons-not-visible-in-mini-cart
Remove vaulting conditional on minicart render buttons
2022-03-28 17:13:01 +02:00
Emili Castells
edd9e14e27
Merge pull request #552 from woocommerce/PCP-597-buttons-not-visible-on-products-page
Fix the product price amount calculation (597)
2022-03-28 17:12:08 +02:00
dinamiko
78d98be098 Move up pay order render button before checking empty cart 2022-03-28 16:33:45 +02:00
dinamiko
0f47429d91 Remove vaulting conditional on minicart render buttons 2022-03-28 15:24:46 +02:00
Narek Zakarian
fbc20c35ea Fix the product price amount calculation 2022-03-25 16:15:18 +04:00
Emili Castells
9f1231412b
Merge pull request #550 from woocommerce/release/1.7.1
Release 1.7.1
2022-03-23 14:18:46 +01:00
dinamiko
0972954e7e Bump 1.7.1 version 2022-03-23 11:22:14 +01:00
Emili Castells
fe561e34e4
Merge pull request #497 from Chaithi/trunk
Add Spain and Italy to messaging (565)
2022-03-23 11:19:13 +01:00
Emili Castells
260693147a
Merge pull request #542 from woocommerce/PCP-590-incorrect-tax-details-on-paypal-
Add shipping tax to taxes instead of shipping
2022-03-23 11:07:14 +01:00
Alex P
ade7107227 Add WC Subscriptions stubs 2022-03-23 10:17:58 +02:00
Alex P
65a29eacd2 Simplify expression 2022-03-23 10:17:26 +02:00
Alex P
5a0052060a Fix variable subscription checks 2022-03-23 10:17:05 +02:00
Emili Castells
eb7dbbcf9e Merge pull request #537 from woocommerce/PCP-576-place-order-button-looking-unstyled
Add "Type" attribute to checkout button
2022-03-22 11:53:38 +01:00
Emili Castells
ca517e4f50
Merge pull request #500 from woocommerce/PCP-500-hide-smart-buttons-for-free-product
Check if price total is not zero before showing buttons
2022-03-22 11:52:46 +01:00
Emili Castells
eb247f1cba
Merge pull request #534 from woocommerce/pcp-272-buttons-loading-time
Buttons loading time
2022-03-22 10:12:18 +01:00
Alex P
f0ff7de9fa Do not hide button on change payment page 2022-03-18 09:24:55 +02:00
dinamiko
bf05e08ed4 Fix psalm 2022-03-17 16:54:31 +01:00
dinamiko
ccb528ba2a Refactor code style 2022-03-17 16:45:57 +01:00
dinamiko
ec22aad35b Refactor extract variable 2022-03-17 16:44:23 +01:00
dinamiko
b2fa7b985b Fix psalm errors 2022-03-17 16:35:13 +01:00
dinamiko
a237b9af53 Fix phpunit tests 2022-03-17 16:29:30 +01:00