Commit graph

363 commits

Author SHA1 Message Date
Alex P
70c48762fa
Merge branch 'trunk' into pcp-157-blocks 2023-02-15 11:38:31 +02:00
Emili Castells
040e6d9d99
Merge pull request #1146 from woocommerce/pcp-1391-ditch-filter
Add filter for controlling the ditching of items/breakdown
2023-02-10 12:36:33 +01:00
Alex P
3d3115f99d
Add filter for controlling the ditching of items/breakdown 2023-01-31 10:35:30 +02:00
Alex P
b4097f824c
Add patch order data filter 2023-01-31 10:33:14 +02:00
emilicastells
3c7f653ca9
Add PayPal-Request-Id if payment source exist 2023-01-23 15:45:56 +01:00
emilicastells
9055c702e7
Fix merge conflicts 2023-01-17 15:03:20 +01:00
Alex P
0bf18d67c5
Pass user_action 2023-01-11 17:45:09 +02:00
Emili Castells
d4187854de
Merge pull request #1029 from woocommerce/PCP-951-could-not-retrieve-order
Could not retrieve order error (951)
2023-01-11 09:55:34 +01:00
Alex P
2f6240bfb4
Do not send Paypal-Request-Id
The current usage is incorrect and only causes issues without solving any problems (we don't implement any way to retry requests).
2022-12-15 12:37:52 +02:00
Narek Zakarian
2506b39c32
Fix the spelling. 2022-12-14 15:59:58 +04:00
Narek Zakarian
50e18c1518
Add FraudNet header when creating order. 2022-11-29 19:31:58 +04:00
Narek Zakarian
8d74fcdf17
Create configuration service to check if FraudNet is enabled 2022-11-29 18:54:40 +04:00
emilicastells
2ade248704
Fix phpcs 2022-11-29 11:12:14 +01:00
emilicastells
a25eca53bb
Refactor PayPal order retrieval 2022-11-28 12:34:28 +01:00
Narek Zakarian
6045c3855b Refactor FraudNet namespace, isn't related specially to PUI 2022-11-23 17:59:46 +04:00
Alex P
d8f972343d
Merge branch 'trunk' into pcp-918-php-72 2022-11-15 12:36:20 +02:00
Alex P
8801a847ea Fix new psalm errors 2022-11-09 16:04:31 +02:00
Alex P
17d3cc152e Require PHP 7.2 2022-11-09 16:00:15 +02:00
Alex P
956a581acb Fix new psalm errors 2022-11-09 10:13:03 +02:00
Alex P
818dbcf107 Add isolated container and dhii modularity deps 2022-11-09 10:13:03 +02:00
Emili Castells
aa7a7adaf7
Merge pull request #886 from woocommerce/PCP-922-update-order-with-order-note-if-payment-failed-after-billing-agreement-canceled-at-pay-pal
update order with order note if payment failed after billing agreement canceled at PayPal (922)
2022-11-03 14:25:34 +01:00
dinamiko
914c79e5fc Fix phpcs 2022-10-25 16:22:06 +02:00
dinamiko
f688ccdff0 Fix php8 warnings 2022-10-25 16:16:48 +02:00
dinamiko
1dab5df16c fix psalm 2022-10-05 10:05:14 +02:00
dinamiko
4e0d30bb58 Remove unused require 2022-10-05 09:51:55 +02:00
dinamiko
abf3a0e5d0 Refactoring 2022-10-05 09:46:16 +02:00
Alex P
bd243cad89 Remove WC logo during onboarding 2022-10-03 12:40:07 +03: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
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
dinamiko
a036c9956c Add wc payments plugin available countries 2022-08-22 10:53:22 +02: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
36d86aaba5 Function to check if tracking is enabled 2022-08-16 16:18:39 +04:00
Alex P
1049fda586 Merge branch 'trunk' into PCP-726-add-oxxo-apm-alternative-payment 2022-07-26 16:59:27 +03:00
Alex Pantechovskis
cfc549958d
Merge pull request #699 from woocommerce/PCP-673-store-customer-id-for-vaulted-payment
Store the customer id for vaulted payment method in usermeta
2022-07-26 16:09:30 +03:00
Alex P
c2d0a3aa69 Add an option to hide card button gateway if not needed 2022-07-26 10:58:21 +03:00
Alex P
619e9d2552 Change address handling for card button
Make the name field to always appear and send at least one address
2022-07-19 09:24:19 +03:00
Alex P
d4e8bd453c Add card button gateway 2022-07-19 09:20:26 +03:00
Alex P
81c786150d Remove attempt to use non-existing .issues property
I think it never worked, and the API docs do not mention it (only the single .issue property),
and either way this usage here does not seem helpful, issue/description still contains the same unfriendly text as in the exception message already
2022-07-12 15:46:34 +03:00
dinamiko
cbe10b5f6e Fix merge issues 2022-07-11 12:30:29 +02:00
Emili Castells
9dd23f3ccf
Merge pull request #714 from woocommerce/PCP-735-1.9.0-test5---missing-paypal-fee
Missing PayPal fee in WC order details for PUI purchase (735)
2022-07-08 10:31:49 +02:00