Commit graph

1625 commits

Author SHA1 Message Date
Alex P
2ea35d6dc9 Remove unneeded babel package, update packages
The spread operator package seems to be old and included by default in Babel 7. 
And it probably was not used properly anyway because there was huge wall of warnings about it when building js.
2022-09-06 10:19:13 +03:00
Narek Zakarian
2c27bf91d9 Pass the WC_Order class id instead of the WP_Post object id 2022-09-01 14:58:23 +04:00
dinamiko
699dc8fbef Fix phpcs 2022-08-31 17:27:18 +02:00
dinamiko
dbf5076c22 Add first item information 2022-08-31 16:15:20 +02:00
dinamiko
99f28ec68c Unify all items into one and set tax values from amount 2022-08-31 15:32:55 +02:00
dinamiko
18490d76be Fix rounding issue (WIP) 2022-08-31 13:08:30 +02:00
dinamiko
0a98d38891 Add decimal rounding fix for items total and tax total 2022-08-31 12:17:20 +02:00
dinamiko
6b84a66a48 Add round precision to diff 2022-08-31 11:14:43 +02:00
dinamiko
8a639e28d1 Add fix for one decimal difference 2022-08-30 17:57:03 +02:00
dinamiko
15a6685ff2 Allow skip ditch items when mismatch 2022-08-30 16:40:04 +02:00
dinamiko
526c25f501 Merge branch 'trunk' into PCP-837-pui-ensure-taxes 2022-08-30 14:41:36 +02:00
dinamiko
434876f81e Add fees taxes 2022-08-30 14:40:03 +02:00
dinamiko
28294fa79c Ensure item taxes for pui payment (WIP) 2022-08-29 16:20:39 +02:00
dinamiko
c95b9608d4 Ensure item taxes for pui payment (WIP) 2022-08-29 16:16:34 +02:00
dinamiko
0018227d88 Ensure item taxes for pui payment (WIP) 2022-08-29 15:18:40 +02:00
Narek Zakarian
ed2ac19b12 open external links in new tab. 2022-08-29 16:20:37 +04:00
Narek Zakarian
5356ecb9e4 Fix the "get Help" links 2022-08-29 14:39:52 +04:00
Emili Castells
d2b6ee9e9e
Merge pull request #798 from woocommerce/PCP-871-improve-compatibility-with-siteground-optimizer-plugin
Fix SiteGround Optimizer plugin compatibility
2022-08-22 12:54:00 +02:00
Emili Castells
86e3f38e4f
Merge pull request #799 from woocommerce/PCP-832-enable-acdc-by-default-only-in-locations-where-woo-commerce-payments-is-not-available
Enable ACDC by default only in locations where WooCommerce Payments is not available
2022-08-22 12:52:14 +02:00
dinamiko
9df3764f0e Fix phpcs 2022-08-22 10:58:02 +02:00
dinamiko
a036c9956c Add wc payments plugin available countries 2022-08-22 10:53:22 +02:00
Narek Zakarian
3fc43a572a Fix Psalm 2022-08-19 19:11:36 +04:00
Narek Zakarian
9ffcff4d9b Fix Psalm 2022-08-19 19:05:31 +04:00
Narek Zakarian
e678a2c020 Fix SiteGround Optimizer plugin compatibility 2022-08-19 18:54:32 +04:00
dinamiko
32905cbf9d Uncheck credit card when is supported cuntry 2022-08-19 16:17:48 +02:00
dinamiko
fa41fd19a7 Hide credit card options when checkbox is unchecked 2022-08-19 16:02:01 +02:00
Narek Zakarian
b68673e941 Remove unnecessary dependency 2022-08-19 16:40:59 +04:00
Narek Zakarian
9096a9f111 Improve the code 2022-08-19 16:25:31 +04:00
Narek Zakarian
62d96cba8a For tracking we only need to check Woo setting for PUI 2022-08-19 16:24:27 +04:00
Narek Zakarian
78d3e06937 Improve the settings messages 2022-08-19 16:23:54 +04:00
dinamiko
80fad900b4 switch the position of standard and advanced card processing radio buttons 2022-08-19 11:22:50 +02:00
Emili Castells
8d6ce555fa
Merge pull request #793 from woocommerce/PCP-155-tracking-api
Tracking API
2022-08-19 09:30:57 +02:00
Emili Castells
5a5ebd0e58
Merge pull request #794 from woocommerce/pcp-355-hide-gateways
Hide additional gateways when not onboarded or not available
2022-08-19 09:29:09 +02:00
dinamiko
8a052166ff Merge branch 'trunk' into PCP-155-tracking-api 2022-08-18 15:50:16 +02:00
Emili Castells
5837d9c54e
Merge pull request #790 from woocommerce/pcp-879-header
Add header on settings page
2022-08-18 12:20:05 +02:00
Emili Castells
33195d67df
Merge pull request #789 from woocommerce/pcp-703-hide-tabs-when-not-onboarded
Show tabs only after onboarding
2022-08-18 12:19:10 +02:00
Emili Castells
ad9446d304
Merge pull request #784 from woocommerce/pcp-869-fix-sticky-scroll
Fix sticky js validation
2022-08-18 12:17:03 +02:00
Narek Zakarian
4e8379af02 Check for country first for better performance. 2022-08-17 19:08:18 +04:00
Narek Zakarian
9ea71be37b Use assert instead of long comments 2022-08-17 19:06:20 +04:00
Alex P
8b131d5c37 Catch all exceptions during dcc/pui status check 2022-08-17 17:04:05 +03:00
Alex P
dda243f1c9 Perform the full dcc/pui status check on the gateway list page 2022-08-17 16:16:50 +03:00
Narek Zakarian
9b63ab0b91 Merge remote-tracking branch 'origin/trunk' into PCP-155-tracking-api
# Conflicts:
#	modules/ppcp-wc-gateway/services.php
#	modules/ppcp-wc-gateway/src/Helper/PayUponInvoiceHelper.php
#	tests/PHPUnit/WcGateway/Helper/PayUponInvoiceHelperTest.php
2022-08-17 17:11:20 +04:00
Narek Zakarian
d3d79f4ef1 fix PHPcs problems 2022-08-17 16:25:23 +04:00
Narek Zakarian
b20280a9e4 fix PHPcs problems 2022-08-17 16:17:33 +04:00
Alex P
d2189d7d22 Show oxxo only for Mexican shops 2022-08-17 15:06:11 +03:00
Alex P
3b90e0521c Hide additional gateways when not onboarded or not available 2022-08-17 15:05:36 +03:00
Narek Zakarian
2231b7836c Fix Psalm errors 2022-08-17 15:03:57 +04:00
Narek Zakarian
9b81ac54f2 Fix Psalm errors 2022-08-16 18:46:17 +04:00
Alex P
af6ad876e3 Fix margin 2022-08-16 17:29:45 +03:00
Alex P
f9375eab44 Remove underline in header 2022-08-16 17:22:57 +03:00