Commit graph

2113 commits

Author SHA1 Message Date
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
Narek Zakarian
7b74fb8957 Self redirect after updating DDC settings 2022-03-21 16:06:02 +04: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
Alex P
4fe5a63f42 Hide "Place order"/show spinner in Pay Now too 2022-03-17 16:00:55 +02:00
Alex P
d791873033 Move buttons loading spinner to the buttons container
should be more reliable, and for Pay Now there is no .place-order
2022-03-17 15:59:19 +02:00
dinamiko
afd77cf9da Add shipping tax to taxes instead of shipping 2022-03-17 14:51:20 +01:00
Narek Zakarian
1b0fe84968 Fix the psalm error 2022-03-17 17:03:32 +04:00
Narek Zakarian
6ba367efbd Fix the description counting. 2022-03-17 16:50:50 +04:00
Emili Castells
a926aa7ca3
Merge pull request #526 from woocommerce/PCP-562-when-payment-is-not-saved-do-not
Listening for payment created webhooks and action scheduled
2022-03-17 09:47:48 +01:00
Alex P
a1d735bc79 Hide "Place order"/show spinner only on normal checkout 2022-03-17 10:31:18 +02:00
Alex P
42345d4947 Add buttons loading spinner 2022-03-17 10:02:45 +02:00
Narek Zakarian
adb578e5e9 Improve the filter description 2022-03-16 15:36:52 +04:00
Narek Zakarian
f0e367cdd3 Add filter to allow modifying of request order creation data 2022-03-16 15:35:50 +04:00
dinamiko
25ca7451e7 Add order intent from settings on check saved payment scheduled action 2022-03-16 11:50:01 +01:00
dinamiko
89001f6533 Merge branch 'trunk' into PCP-562-when-payment-is-not-saved-do-not 2022-03-16 09:35:47 +01:00
Narek Zakarian
5585461280 Add "Type" attribute to checkout button 2022-03-15 18:02:35 +04:00
Narek Zakarian
feb55627a3 Fix Psalm 2022-03-15 16:43:14 +04:00
Narek Zakarian
56b4b6635c Adjust tests 2022-03-15 16:40:49 +04:00
Narek Zakarian
6d755d44a8 Check if payer's email and name are set before sending payer data 2022-03-15 16:14:13 +04:00
Emili Castells
c5fe98e766
Merge pull request #529 from woocommerce/pcp-578-ajax-urls
Fix ajax URLs on multisite
2022-03-15 12:11:12 +01:00
Alex P
f6944a6208 Hide "Place Order" button on page load when PayPal selected 2022-03-15 09:28:51 +02:00
Alex P
7050c8231e Refactor selected payment gateway checking 2022-03-15 09:16:37 +02:00
Alex P
703656bec2 Use full URL for return endpoint 2022-03-13 11:59:27 +02:00
Alex P
1a9fbc1303 Fix ajax URLs on multisite 2022-03-09 16:24:11 +02:00
dinamiko
0291f34309 Throw exception when capture payment returns false 2022-03-08 12:00:09 +01:00
dinamiko
54f84aac26 Fix phpcs 2022-03-04 12:13:41 +01:00
dinamiko
e8c2147762 Fix psalm errors 2022-03-04 12:08:39 +01:00
dinamiko
dcbac3cae3 Fix psalm errors 2022-03-04 12:02:43 +01:00
dinamiko
8bbd50bbe6 Fix phpunit tests 2022-03-04 10:30:25 +01:00
dinamiko
634ac41139 Handle get order exception 2022-03-03 11:16:03 +01:00
dinamiko
6ebe8d3171 Get wc customer id by removing prefix 2022-03-02 17:02:37 +01:00
dinamiko
78286b0542 Do not capture if wc order already processing 2022-03-02 16:51:22 +01:00
dinamiko
5d7de0a212 Merge PCP-412-when-there-is-a-payment-saved-th 2022-03-02 12:23:20 +01:00
dinamiko
f1b11d74d3 Remove unused variable 2022-03-02 12:18:46 +01:00
dinamiko
5b90111f3f Merge branch 'trunk' into PCP-412-when-there-is-a-payment-saved-th 2022-03-02 09:55:17 +01:00
Narek Zakarian
33ad9f6d91 Check the price amount with JS to fix variable products 2022-03-02 12:49:21 +04:00
dinamiko
e9ddd3d788 Refactor payment token checker 2022-03-01 16:10:46 +01:00
dinamiko
b5f74f1207 Refactor payment checker (WIP) 2022-03-01 15:12:54 +01:00
dinamiko
5ffc792ce0 Void order when payment is not saved (WIP) 2022-03-01 12:39:10 +01:00