Commit graph

524 commits

Author SHA1 Message Date
Emili Castells
2efb300be8
Merge pull request #187 from woocommerce/PCP-179-incorrect-api-credentials-cause-
Incorrect API credentials cause fatal error
2021-07-12 11:41:32 +02:00
dinamiko
d8817134a9 Update dhii\module-interface 2021-07-06 09:41:30 -05:00
dinamiko
e7e80c3095 Fix unhandled exceptions when token creation fails 2021-07-02 12:31:20 +02:00
Emili Castells
c7252537c3
Merge pull request #172 from woocommerce/PCP-58-unprocessable_entity-error-during
Ensure shipping info when patching order
2021-07-01 09:22:13 +02:00
Emili Castells
1f6db32ba6
Merge pull request #180 from woocommerce/PCP-152-extend-acdc-–canada
Add Canada to advanced credit and debit card
2021-06-30 09:48:04 +02:00
dinamiko
1beb414f81 Add 30 seconds timeout by default to all requests 2021-06-21 16:45:19 +02:00
dinamiko
6a229b989a Add canada to advanced credit and debit card 2021-06-16 15:46:59 +02:00
dinamiko
3e6efdea76 Ensure shipping info when patching order 2021-06-09 17:19:48 +02:00
dinamiko
35c959718e Fix phpunit tests 2021-06-04 11:57:25 +02:00
Emili Castells
4859980b88
Merge pull request #168 from woocommerce/PCP-136-product-quantity-not-being-turne
Cast item `get_quantity` into `int`
2021-05-26 11:45:09 +02:00
Emili Castells
4a8822128f
Merge pull request #163 from woocommerce/issue-162-wrong-invoice-number
Use order_number instead of internal id when creating invoice Id
2021-05-21 11:49:25 +02:00
dinamiko
91b1702e8d Rename filter string because of phpcs warning 2021-05-20 16:35:22 +02:00
Emili Castells
cc1cd30bb5
Merge pull request #154 from woocommerce/PCP-138-paypal-payments-doesnt-work-with
Filter PayPal-supported language codes
2021-05-20 11:42:54 +02:00
dinamiko
65aa588ba8 Cast item get_quantity into int 2021-05-20 10:59:23 +02:00
websupporter
b50dfe9700 use order_number instead of internal id and filter purchase unit 2021-05-18 10:20:10 +03:00
dinamiko
33022f3c47 Remove smart button locale, validate bcp47, add en as default fallback 2021-05-13 16:41:38 +02:00
dinamiko
aff62fbfe4 Add VAULT to api integration 2021-05-06 09:37:21 +02:00
dinamiko
845a83acb4 Filter PayPal-supported language codes 2021-05-03 16:25:37 +02:00
dinamiko
1725d2da18 Do not redirect when handling vault_enabled settings, also return false if there is no scope yet 2021-05-03 12:20:07 +02:00
dinamiko
ccf357d790 Disable vault setting if vaulting feature is not available in access token 2021-04-29 17:40:41 +02:00
dinamiko
79f9fffe3a Remove VAULT first party details on api integration 2021-04-26 11:03:59 +02:00
dinamiko
7f553087c6 Display error message when order is not created, do not handle place order button display when acdc is not enabled 2021-04-20 14:27:37 +02:00
dinamiko
720180ddd1 Add VAULT to first_party_details in api integration 2021-04-13 16:24:49 +02:00
Emili Castells
d257b270df
Merge pull request #134 from woocommerce/feature/PCP-88-payment-token-vaulting
Introduce client-side vaulting and allow Subscription renewals through payment tokens
2021-04-08 11:09:15 +02:00
Kirill Braslavsky
371fe717b9 Revert "move generating request id to separate method"
This reverts commit 8392f955
2021-04-06 12:58:34 +03:00
Kirill Braslavsky
1283587f06 Revert "better check if request id is empty"
This reverts commit 8ba75230
2021-04-06 12:57:07 +03:00
Kirill Braslavsky
c07862ca68 auto fix phpcs errors 2021-04-06 12:39:36 +03:00
Kirill Braslavsky
4c71cf1535 make log messages more detailed 2021-04-05 20:00:37 +03:00
Kirill Braslavsky
91c2c58892 make log message more detailed 2021-04-05 19:56:18 +03:00
Kirill Braslavsky
8ba75230be better check if request id is empty 2021-04-05 16:30:33 +03:00
Kirill Braslavsky
8392f955ef move generating request id to separate method 2021-04-05 16:24:26 +03:00
dinamiko
34b624905d Fix merge conflicts with trunk 2021-03-31 11:22:01 +02:00
dinamiko
a71c8b134a Fix phpcs errors 2021-03-25 16:57:42 +01:00
dinamiko
fd7dfaf13b Allow credit card gateway to use saved credit cards 2021-03-25 16:11:45 +01:00
Kirill Braslavsky
1076c58002 remove not used import 2021-03-15 19:07:23 +02:00
Jorge A. Torres
08d0489fbc Make partner_config_override/return_url and partner_config_override/return_url_description filterable 2021-02-04 13:57:24 -05:00
dinamiko
947fda2473 Put declined payment message as the exception message 2020-11-23 16:25:43 +01:00
dinamiko
adc00a7351 Fix typo in translation 2020-11-20 15:41:32 +01:00
dinamiko
c5a107d02b Throw error when hosted fields transaction declined and display an error message to the customer 2020-11-20 15:40:01 +01:00
Emili Castells
d4d6e615f2
Merge pull request #85 from woocommerce/issue-84-fix-number-format-defaults
do not use comma seperator when using number_format
2020-11-09 09:13:11 +01:00
David Remer
f7635fc51c do not use comma seperator when using number_format 2020-11-09 08:45:17 +02:00
David Remer
1b2ac3aed8 strip html tags from description.
To prevent HTML tags being present in the PayPal dialog, we need to strip HTML tags when we create the items for a purchase unit.
2020-11-03 14:39:57 +02:00
Emili Castells
97c78b02a9
Merge pull request #77 from woocommerce/issue-76-amount-value-should-be-string
Amount value should be a string when send to the api
2020-11-02 10:46:12 +01:00
Emili Castells
9ba065980a
Merge pull request #74 from woocommerce/issue-72-fixed-shipping-address-in-checkout
Prevent shipping address change in paypal checkout
2020-11-02 10:45:59 +01:00
David Remer
5de7c081f2 amount value should be a string when send to the api 2020-10-22 09:02:25 +03:00
David Remer
d0a4405d7e prevent shipping address change in paypal checkout 2020-10-21 09:25:37 +03:00
David Remer
380e4827df drop address from payer when country format is not correct 2020-10-21 09:05:59 +03:00
Jorge A. Torres
02718c6c77 Rename plugin to "WooCommerce PayPal Payments" 2020-10-09 19:00:00 -03:00
David Remer
d865b4f8fc remove unused files 2020-10-08 07:22:43 +03:00
David Remer
2608f19f6b resolve merge conflict 2020-10-05 15:35:37 +03:00