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
David Remer
06728d616b
Merge branch 'master' into pay-now
2020-10-02 12:31:00 +03:00
Matt Allan
5fa0c293c7
Merge pull request #44 from woocommerce/issue-30-support-refunds
...
Enable refunds through gateway
2020-10-02 14:49:47 +10:00
David Remer
91c1b67b7f
reduce dcc availability to AU, US, UK, FR, IT, ES
2020-10-01 09:35:25 +03:00
David Remer
81bedf3a80
move api urls to constants
2020-10-01 08:53:44 +03:00
David Remer
96fd3d6a2a
enable gateways in the account -> order -> pay-now
2020-09-30 14:24:31 +03:00
David Remer
8d1ed9ab24
codestyle
2020-09-29 14:03:38 +03:00
David Remer
f236ad67ae
check if refund reason exists
2020-09-29 13:21:01 +03:00
David Remer
82be811271
validate if credit card can be used in a country
2020-09-29 09:59:22 +03:00
David Remer
d6abaafadb
enable refunds through gateway
2020-09-28 11:47:24 +03:00
David Remer
7fd2712aa4
do not send the email when creating referreldata for link
2020-09-24 09:38:20 +03:00
David Remer
ddd4f5ba09
downgrade dhii/module-interface to 0.1
2020-09-16 10:18:45 +03:00
David Remer
c09e314baa
call partners endpoint when rendering the dcc settings to check whether the pp account is able to process dcc.
...
In order to do so, it was also necessary to store the merchant id during onboarding. includes a bugfix where the cache invalidation did not work because the cache object was constructed with the wrong prefix key.
2020-09-16 10:00:28 +03:00
David Remer
7445c91ed7
fix tests
2020-09-14 07:51:45 +03:00
David Remer
6db0a457bf
remove CacheInterface and PSR related @throw doc comments
2020-09-14 07:29:20 +03:00
David Remer
bc6be4993a
add delete and has method to Cache
2020-09-14 07:28:45 +03:00
David Remer
9e2f1f4bf9
codestyle
2020-09-11 14:24:08 +03:00
David Remer
c788341887
change namespace vendor to WooCommerce
2020-09-11 14:11:10 +03:00
David Remer
c5899d915c
downgrade plugin to php 7.0
2020-09-11 13:38:02 +03:00
David Remer
5e011b4f95
rename plugin and slug to PayPal Payments for WooCommerce
2020-09-11 10:20:12 +03:00
David Remer
a7a74288ed
drop shipping when only digital goods
2020-09-04 08:01:06 +03:00