Commit graph

549 commits

Author SHA1 Message Date
Pedro Silva
9cb63040d8
Merge branch 'trunk' into PCP-2347-new-feature-accelerated-checkout
# Conflicts:
#	modules.php
2024-04-12 10:22:47 +01:00
Emili Castells Guasch
bd9f80f82f Fix phpcs 2024-04-10 17:05:33 +02:00
Emili Castells Guasch
efc20c390d Rename method 2024-04-08 13:38:18 +02:00
Emili Castells Guasch
03374e4586 Update amex card eligibility 2024-03-28 11:53:53 +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
082550b363 Create WC payment token if it exist in PayPal 2024-03-21 12:36:45 +01:00
Emili Castells Guasch
c058cd38c8 Ensure payment token exist for customer 2024-03-15 15:53:29 +01:00
Daniel Dudzic
beb14ea95a
Update the prepare_item_string() comments 2024-03-11 20:04:40 +01:00
Daniel Dudzic
27b8155766
Product Title: Ensure the product title in addition to the product description gets correctly sanitized and trimmed before getting sent to PayPal 2024-03-11 19:12:24 +01:00
Pedro Silva
039cc53f40
Refactor axo module 2024-03-08 14:39:50 +00:00
Pedro Silva
5469cdb3dd
Add reauthorization functionality. 2024-02-27 12:00:09 +00:00
Pedro Silva
7003639c85
Add AXO order processing 2024-02-19 18:17:47 +00:00
Pedro Silva
e0dd215d92
Fix lint
Revert authentication
2024-02-19 14:48:02 +00:00
Emili Castells
11f5544f90
Merge pull request #2033 from woocommerce/PCP-2666-ensure-sku-is-trimmed-to-127-characters-max
Prepare the SKU for sending to PayPal (2666)
2024-02-16 12:04:53 +01:00
Emili Castells
5ad95568bf
Merge pull request #2019 from woocommerce/PCP-2646-update-country-eligibility-for-advanced-card-processing-apple-pay-google-pay
Update country eligibility for advanced card processing apple pay google pay (2646)
2024-02-15 16:31:47 +01:00
Emili Castells
0181186f35
Merge pull request #2015 from woocommerce/PCP-2626-cannot-enable-apple-pay
Cannot enable Apple Pay when API credentials were manually created (2626)
2024-02-15 16:31:12 +01:00
Narek Zakarian
dd6c76f328
Prepare the SKU for sending to PayPal 2024-02-15 16:42:16 +04:00
Pedro Silva
4a98c01883
Fix checking of ApplePay and GooglePay product status capabilities 2024-02-14 11:20:49 +00:00
Emili Castells
53c2c96b8c
Merge pull request #1980 from woocommerce/PCP-1685-store-three-d-secure-enrollment-status-and-authentication-status-responses-in-wc-order
Store three d secure enrollment status and authentication status responses in wc order (1685)
2024-02-08 16:16:06 +01:00
Pedro Silva
b4b5863cb4
Axo gateway skeleton. 2024-02-08 14:37:56 +00:00
Narek Zakarian
8780dc85e8
Adjust Norway support for ACDC 2024-02-08 17:27:40 +04:00
Narek Zakarian
5bcc29474b
Add Liechtenstein support for ACDC 2024-02-08 17:23:07 +04:00
Narek Zakarian
c10ce6bd22
Add Ireland support for ACDC 2024-02-08 17:17:57 +04:00
Narek Zakarian
ff4f45d010
Add Austria support for ACDC 2024-02-08 17:14:02 +04:00
Emili Castells
037f650288
Merge pull request #1986 from woocommerce/PCP-2521-apple-pay-recurring-payments
Apple Pay recurring payments (2521)
2024-02-07 10:47:08 +01:00
Pedro Silva
977f9836e2
Fix lint 2024-02-01 09:53:26 +00:00
Pedro Silva
77741f5843
Fix unset property warning 2024-02-01 09:43:50 +00:00
Narek Zakarian
e63baa6c43
Add the FraudProcessorResponse to Authorization 2024-01-30 17:42:59 +04:00
Narek Zakarian
843917f061
Pass the fraud to Authorization 2024-01-30 17:39:21 +04:00
George Burduli
e0da9b6ca4
Update supported ACDC countries and currencies 2024-01-26 00:29:49 +04:00
Emili Castells Guasch
3ab8b3a97f Use object instead of stdclass for payment source properties 2023-12-11 14:06:14 +01:00
Emili Castells Guasch
0e8e4dcaeb Use object instead of stdclass for payment source properties 2023-12-11 14:03:39 +01:00
Emili Castells Guasch
87bd429be1 Move payment source parameter to last position to avoid conflicts with existing consumers of create method 2023-12-05 15:02:55 +01:00
Emili Castells Guasch
6c4825e560 Add payment source for credit card subscription renewals 2023-12-05 14:40:11 +01:00
Emili Castells Guasch
cd8564d81e Pass save payment method checkbox value 2023-11-27 16:00:12 +01:00
Emili Castells Guasch
87dd2c1bfc Just remove the to_array part 2023-11-27 11:01:47 +01:00
Emili Castells Guasch
90c364cb60 Revert "Delete payment source from order to array"
This reverts commit 503d7cfc05.
2023-11-27 10:57:38 +01:00
Emili Castells Guasch
503d7cfc05 Delete payment source from order to array 2023-11-27 09:47:10 +01:00
Pedro Silva
9e0322ba9a
Fix lint 2023-11-24 16:18:15 +00:00
Pedro Silva
f24ec78c28
Code review adjustments. 2023-11-24 15:14:09 +00:00
Pedro Silva
fb1ceeba76
Merge branch 'trunk' into PCP-1393-update-to-vault-v-3
# Conflicts:
#	modules/ppcp-api-client/services.php
#	modules/ppcp-wc-gateway/src/Processor/OrderProcessor.php
#	tests/PHPUnit/WcGateway/Processor/OrderProcessorTest.php
2023-11-24 11:20:15 +00:00
Emili Castells Guasch
892a605219 Fix phpcs 2023-11-23 15:05:43 +01:00
Emili Castells Guasch
dfccf99e71 Fix psalm 2023-11-23 14:58:11 +01:00
Emili Castells Guasch
056cb9fcc2 Fix phpunit 2023-11-23 14:53:47 +01:00
Emili Castells Guasch
687b56d8c0 Add payment method to create order request body data filter 2023-11-23 11:40:21 +01:00
Emili Castells Guasch
d0e7200669 Add save payment methods for credit card payment 2023-11-22 13:19:28 +01:00
Alex P
5c699c24a5
Refactor checkoutnow url generation 2023-11-14 10:54:56 +02:00
Emili Castells Guasch
9aef764ba8 Merge branch 'trunk' into PCP-1393-update-to-vault-v-3 2023-11-03 11:18:55 +01:00
Emili Castells
ad055d1e11
Merge pull request #1804 from woocommerce/PCP-2104-warnings-on-php-8-1
Handle undefined array key warnings on PHP 8.1 (2104)
2023-11-03 10:55:14 +01:00
Emili Castells Guasch
d35f7598ed Merge branch 'trunk' into PCP-1393-update-to-vault-v-3 2023-11-02 12:10:27 +01:00