Commit graph

1470 commits

Author SHA1 Message Date
Pedro Silva
43b9452d54
Fix lint 2024-04-12 12:19:36 +01:00
Pedro Silva
9cb63040d8
Merge branch 'trunk' into PCP-2347-new-feature-accelerated-checkout
# Conflicts:
#	modules.php
2024-04-12 10:22:47 +01:00
Pedro Silva
832baeaac9
Fix lint. 2024-04-11 18:07:20 +01:00
Emili Castells
ffe3a0b958
Merge pull request #2152 from woocommerce/PCP-2768-zero-sum-subscriptions-cause-cannot-be-zero-or-negative-when-using-vault-v-3
Zero sum subscriptions cause CANNOT_BE_ZERO_OR_NEGATIVE when using Vault v3 (2768)
2024-04-11 16:42:48 +02:00
Emili Castells Guasch
bd9f80f82f Fix phpcs 2024-04-10 17:05:33 +02:00
Pedro Silva
c71c56973a
Implement AXO order processing
Implement AXO settings
2024-04-10 15:51:19 +01:00
Emili Castells Guasch
93f74aac92 Ensure free trial with saved card payment does not create PayPal order 2024-04-10 16:13:44 +02:00
Emili Castells Guasch
197e70607a Add payment token for guest free trial subscription (WIP) 2024-04-09 17:34:51 +02:00
Daniel Dudzic
ac81bb5e5a
Fix PHPCS errors 2024-04-09 15:35:19 +02:00
Daniel Dudzic
ad6b924f7f
Save Card Last Digits in order meta (PCP-2935) 2024-04-09 14:31:22 +02:00
Emili Castells Guasch
636541c6c1 Inject vault v3 enabled service into PayPal gateway 2024-04-09 11:10:40 +02:00
Emili Castells Guasch
bc0eb57460 Do not create PayPal order for free trial subscription if user has payment token 2024-04-04 16:52:08 +02:00
Pedro Silva
4877172017
Add filter to hide PayPal email address on order detail page. 2024-04-03 11:57:14 +01:00
Emili Castells
bb8734d788
Merge pull request #2125 from woocommerce/PCP-285-feature-request-more-fraud-prevention-capabilities-by-storing-additional-data-in-the-order
feature request: more fraud prevention capabilities by storing additional data in the order (285)
2024-04-02 16:09:05 +02:00
Pedro Silva
48f9efbfd4
Fix display of paypal email when funding source is not paypal. 2024-04-02 11:19:00 +01:00
Pedro Silva
585c4e76cf
Refactor paypal email display in order detail. 2024-04-01 16:32:07 +01:00
Pedro Silva
54ebb93383
Fix fraud prevention data presentation. 2024-03-28 15:02:22 +00:00
Emili Castells
51e3750a25
Merge pull request #2124 from woocommerce/PCP-2724-remove-deprecated-sofort-payment-method-references
Remove all Sofort references as it has been deprecated (2724)
2024-03-28 11:40:35 +01:00
Emili Castells
1b98ba2795
Merge pull request #2118 from woocommerce/PCP-1944-improve-funding-source-names
Improve funding source names (1944)
2024-03-28 08:45:48 +01:00
Daniel Dudzic
101734bc02
Remove all Sofort references as it has been deprecated 2024-03-27 14:43:12 +01:00
Pedro Silva
510a6c6913
Improve fraud prevention capabilities 2024-03-27 11:50:40 +00:00
Pedro Silva
fdca5c56a5
Adjustments funding source naming 2024-03-25 15:45:12 +00:00
Emili Castells Guasch
87b2aea210 Refactor 2024-03-22 11:55:44 +01:00
Emili Castells Guasch
16a8c9a313 Merge branch 'trunk' into PCP-2786-do-not-save-payment-token-for-guest-users 2024-03-22 10:49:49 +01:00
Emili Castells Guasch
5d92a6e791 Fix wrong card payment source sent to create wc card payment 2024-03-21 15:48:15 +01:00
Emili Castells
09937fc991
Merge pull request #2089 from woocommerce/PCP-2658-align-cvv-cvc-field-label-wording
Card Fields: Add a filter for the CVC field and update the placeholder to match the label (2658)
2024-03-21 12:39:24 +01:00
Emili Castells Guasch
082550b363 Create WC payment token if it exist in PayPal 2024-03-21 12:36:45 +01:00
Emili Castells Guasch
8ea790fedd Delete WC card payment token if it does not exist on PayPal 2024-03-19 16:26:50 +01:00
Emili Castells Guasch
2c8aecde76 Move capture card payment into card gateway to avoid error when vault v3 is disabled 2024-03-15 17:05:43 +01:00
Daniel Dudzic
8e86b242a5
Add PHPCS fixes to PayUponInvoiceGateway 2024-03-12 21:03:03 +01:00
Daniel Dudzic
ef9a4d9cdf
Pay upon Invoice: Add input validation via pattern and required attributes to the Experience Context setting fields (667) 2024-03-12 15:32:15 +01:00
Daniel Dudzic
fd4a21a356
Remove the str_replace CVC placeholder adjusting in favor of using the existing translation 2024-03-11 18:18:06 +01:00
Emili Castells
0ce740ba62
Merge pull request #2062 from woocommerce/PCP-2143-reauthorize-authorized-payments
reauthorize authorized payments (2143)
2024-03-11 17:24:06 +01:00
Emili Castells Guasch
3801a8f838 Fix phpcs 2024-03-11 09:25:33 +01:00
Emili Castells Guasch
2527f45a1e Add wc invoice id when creating PayPal order 2024-03-08 17:38:43 +01:00
Pedro Silva
da8d566560
Add order notes. 2024-03-04 15:20:35 +00:00
Emili Castells Guasch
fd829933c4 Add authorize handling for saved card payment token (WIP) 2024-03-01 16:21:09 +01:00
Pedro Silva
b7d43d3c5b
Restructure Advanced Card Processing settings 2024-03-01 15:05:17 +00:00
Emili Castells Guasch
6aedb51707 Ensure correct transaction url by saving payment mode meta 2024-03-01 13:55:00 +01:00
Emili Castells
1a6b2ff44b
Merge pull request #2057 from woocommerce/PCP-2671-ensure-pay-pal-vaulting-is-not-selected-as-subscriptions-mode-when-reference-transactions-are-disabled
Ensure PayPal Vaulting is not selected as Subscriptions Mode when Reference Transactions are disabled (2671)
2024-02-29 11:56:47 +01:00
Pedro Silva
ef5dc3a9f5
Fix lint. 2024-02-28 11:26:43 +00:00
Pedro Silva
562a9eed4c
Add admin notice persistence. 2024-02-28 11:14:59 +00:00
Pedro Silva
5469cdb3dd
Add reauthorization functionality. 2024-02-27 12:00:09 +00:00
Emili Castells Guasch
935ccd82eb Ensure subscription mode is set to PayPal subscriptions when reference transactions is not available 2024-02-26 11:31:36 +01:00
Pedro Silva
c6ef12a626
Add reauthorize option 2024-02-26 09:20:30 +00:00
Emili Castells Guasch
a4bccbbb12 Display subscription mode option name instead of value in status report 2024-02-23 11:59:13 +01:00
Narek Zakarian
19f57ae87e
Remove the messaging description 2024-02-22 19:49:58 +04:00
Narek Zakarian
f82b0be0e4
Put messaging configurator on top of the page 2024-02-22 19:21:24 +04:00
Narek Zakarian
55227e6005
Remove the description for Pay Later tab 2024-02-22 18:17:06 +04:00
Pedro Silva
7003639c85
Add AXO order processing 2024-02-19 18:17:47 +00:00