Commit graph

78 commits

Author SHA1 Message Date
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
f5a2fca5fb Fix merge conflicts 2021-03-25 16:14:14 +01:00
dinamiko
fd7dfaf13b Allow credit card gateway to use saved credit cards 2021-03-25 16:11:45 +01:00
Kirill Braslavsky
4a2d522ccb pspcs errors auto fix 2021-03-25 14:39:13 +02:00
Kirill Braslavsky
c3301fe66d add module path services 2021-03-25 14:26:28 +02:00
Kirill Braslavsky
092a808066 Revert "allow to enable either credit messaging or vaulting"
This reverts commit 9a0b62af14.
2021-03-24 13:50:36 +02:00
Kirill Braslavsky
9a0b62af14 allow to enable either credit messaging or vaulting 2021-03-23 16:24:48 +02:00
dinamiko
e0f45fac4f Fix merge conflict 2021-03-17 09:34:09 +01:00
Emili Castells
7c1c11948c
Merge pull request #109 from woocommerce/PCP-82-fr-now-has-pay-in-4
Enable credit messaging for France
2021-03-11 12:23:50 +01:00
dinamiko
f8ac20367b Remove add venmo to disable funding by default, add it as disable_funding option 2021-03-10 15:02:54 +01:00
dinamiko
a291c0da1a Fix phpcs errors 2021-03-10 12:55:35 +01:00
dinamiko
ed3a91f333 Add client-side vaulting for subscription renewals 2021-03-10 12:10:12 +01:00
Kirill Braslavsky
63514f7025 fix code style 2021-02-24 12:42:44 +02:00
Kirill Braslavsky
66851057e2 Add admin message about Pay in 4 for French stores. 2021-02-24 11:45:45 +02:00
Kirill Braslavsky
06a964f019 fix code style 2021-02-22 15:28:44 +02:00
Kirill Braslavsky
08ef84063d remove unused namespace import 2021-02-22 14:41:54 +02:00
Kirill Braslavsky
c7b818ac85 add missed class dependency 2021-02-22 14:40:02 +02:00
Kirill Braslavsky
5d5f395016 fix code style 2021-02-22 13:47:32 +02:00
Kirill Braslavsky
90a0e28f63 add transaction url base to credit card gateway 2021-02-19 18:35:12 +02:00
Kirill Braslavsky
c70e4dc87e remove unused import 2021-02-19 17:21:27 +02:00
Kirill Braslavsky
85cc031427 fix missing class dependency 2021-02-19 17:19:57 +02:00
Kirill Braslavsky
9a4ac73a17 add TransactionUrlProvider service 2021-02-19 16:55:36 +02:00
Kirill Braslavsky
da7b28c367 add order field for payment type sandbox or live 2021-02-19 16:02:59 +02:00
dinamiko
6bfb8b2c2a Enable subscriptions plugin support, add settings for vaulting 2021-02-15 13:54:42 +01:00
dinamiko
c2678a4d35 Fix phpcs errors 2021-02-01 11:06:58 +01:00
dinamiko
2344c203a8 Fix typo in message headings 2021-01-29 10:33:11 +01:00
dinamiko
8c514a8f9d Display pay later link for germany 2021-01-28 10:10:47 +01:00
dinamiko
0ee6cfc035 Replace credit with pay later 2021-01-27 11:21:17 +01:00
Emili Castells
78db8e6677
Merge pull request #105 from woocommerce/PCP-78-uk-buy-now-pay-later
UK buy now pay later
2021-01-22 12:20:26 +01:00
dinamiko
09fdd98369 Replace PayPal Credit to Pay Later in payment settings page 2021-01-21 11:11:23 +01:00
dinamiko
1d17335a99 Fix phpcs errors 2021-01-20 09:48:47 +01:00
dinamiko
3ab4d0ece4 Update title and description for single product and cart page 2021-01-18 17:23:53 +01:00
dinamiko
1f39afc6e6 Introduce pay in 3 for UK 2021-01-18 17:04:09 +01:00
Jorge A. Torres
a3c5ed25da Add help text and reorganize settings screen for UX 2020-10-15 15:51:05 -03:00
Jorge A. Torres
02718c6c77 Rename plugin to "WooCommerce PayPal Payments" 2020-10-09 19:00:00 -03:00
David Remer
2608f19f6b resolve merge conflict 2020-10-05 15:35:37 +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
Rasmy Nguyen
ce870122f2
Merge pull request #8 from woocommerce/issue-4-disable-card
Prevents DCC payments of disabled card brands
2020-10-01 09:06:17 +00:00
David Remer
0a3acae98e Merge branch 'master' into issue-22-sandbox-live-switch 2020-10-01 11:10:59 +03:00
David Remer
e3055a69f0 render the authorize action depending on the orders status 2020-09-30 08:19:19 +03:00
David Remer
2f474cc8ae add disconnect button 2020-09-29 12:48:02 +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
074a6ea139 remove the toggle for a credentials set once those are set. 2020-09-25 11:58:30 +03:00
David Remer
e5a569e0a0 seperate state detection by production/sandbox 2020-09-25 11:38:22 +03:00
David Remer
9327b19b7d add new fields for production and sandbox credentials.
Change toggle functionality. Load connect-to-sandbox-button and connect-to-production-button in case credentials are missing
2020-09-25 09:19:43 +03:00
David Remer
8d682afc6c add new setting fields to differentiate between live/sandbox credentials 2020-09-25 07:17:48 +03:00
David Remer
16ad8c9cd1 resolve merge conflict 2020-09-24 10:54:28 +03:00
David Remer
5907d03ced move merchant email into toggle 2020-09-24 10:46:31 +03:00