dinamiko
|
ea23200de6
|
Consolidate vaulting settings in one single one
|
2021-04-23 10:33:28 +02:00 |
|
dinamiko
|
267a4704c9
|
Do not report subscriptions support if gateways are not enabled
|
2021-04-22 12:43:17 +02:00 |
|
dinamiko
|
0e0c6e0d3a
|
Do not enable vaulting on single page and cart if paypal vault settings are disabled
|
2021-04-22 11:41:05 +02:00 |
|
dinamiko
|
42737ee017
|
All vaulting settings disabled by default
|
2021-04-22 09:50:42 +02:00 |
|
dinamiko
|
ab5dc13ad7
|
Do not switch place order button on change payment method page
|
2021-04-21 16:54:24 +02:00 |
|
dinamiko
|
4926a82fca
|
Add check for dcc_enabled before dcc_vault_enabled on vault_settings_enabled method
|
2021-04-21 15:23:56 +02:00 |
|
dinamiko
|
a56197b6f1
|
Update php to 7.1 in readme.txt
|
2021-04-20 15:46:56 +02:00 |
|
dinamiko
|
6f31708083
|
Update requires php to 7.1 in readme.txt
|
2021-04-20 15:45:56 +02:00 |
|
dinamiko
|
7baa0a17ce
|
Display admin message if php is lower than 7.1
|
2021-04-20 15:36:44 +02:00 |
|
dinamiko
|
0668a9c924
|
Add requires php version to plugin header
|
2021-04-20 15:29: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
|
61aa53c188
|
Fix place order button display for saved credit cards
|
2021-04-20 11:56:27 +02:00 |
|
dinamiko
|
7a0d9fbed1
|
Add dot at the end of the message
|
2021-04-16 12:33:06 +02:00 |
|
dinamiko
|
ced4336c33
|
Display vaulting admin message only if state is onboarded
|
2021-04-16 12:17:02 +02:00 |
|
dinamiko
|
e3cb93f632
|
Use td for settings heading descriptions
|
2021-04-16 11:47:26 +02:00 |
|
dinamiko
|
e18f1ed449
|
Fix Unfortunatly typo
|
2021-04-15 14:52:26 +02:00 |
|
dinamiko
|
bf0d2b9b4e
|
Unselect saved credit cards selector when switching payment gateways
|
2021-04-14 15:30:24 +02:00 |
|
dinamiko
|
6149d79d19
|
Do not reuse client token but generate a new one each time it renders on the page
|
2021-04-14 12:35:40 +02:00 |
|
dinamiko
|
720180ddd1
|
Add VAULT to first_party_details in api integration
|
2021-04-13 16:24:49 +02:00 |
|
dinamiko
|
0ac11b2950
|
Bump 1.3.0 version
|
2021-04-08 11:41: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 |
|
dinamiko
|
b53f894ced
|
Merge branch 'PCP-115-pay-later-disclaimers-consolidat' into feature/PCP-88-payment-token-vaulting
|
2021-04-08 10:56:50 +02:00 |
|
Kirill Braslavsky
|
a25cfe36b2
|
fix phpcs errors
|
2021-04-06 17:14:19 +03:00 |
|
Kirill Braslavsky
|
5ef77ef225
|
use 6 first letters from site url hash for prefix
|
2021-04-06 17:09:39 +03:00 |
|
Emili Castells
|
8468a97083
|
Merge pull request #143 from woocommerce/fix/PCP-118
Fix Duplicate Invoice Id error
|
2021-04-06 14:17:09 +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
|
4b31b443fa
|
rename variable
|
2021-04-06 12:41:19 +03:00 |
|
Kirill Braslavsky
|
c07862ca68
|
auto fix phpcs errors
|
2021-04-06 12:39:36 +03:00 |
|
Emili Castells
|
5d1979b2fe
|
Merge pull request #137 from woocommerce/PCP-75-validate-form-before-sending-paypal-request
Validate checkout form before sending request to PayPal
|
2021-04-06 11:20:46 +02:00 |
|
Kirill Braslavsky
|
f804e01228
|
add domain name to the default prefix
|
2021-04-06 10:50:38 +03:00 |
|
Kirill Braslavsky
|
fc61039537
|
Generate random default prefix
|
2021-04-06 10:15:21 +03:00 |
|
Kirill Braslavsky
|
a832ac427c
|
remove not used import
|
2021-04-06 09:58:22 +03:00 |
|
Kirill Braslavsky
|
7be7f00b8d
|
fix typo
|
2021-04-06 09:58:08 +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
|
3d7fb7fc53
|
Use GB instead of UK on disclaimers content by country
|
2021-04-01 16:58:52 +02:00 |
|
Kirill Braslavsky
|
c10e3b0ba7
|
fix docblock
|
2021-04-01 14:25:24 +03:00 |
|
Kirill Braslavsky
|
51b092e101
|
fix code style (Yoda condition)
|
2021-04-01 14:15:39 +03:00 |
|
Kirill Braslavsky
|
7394923e81
|
auto fix phpcs errors
|
2021-04-01 14:04:04 +03:00 |
|
Kirill Braslavsky
|
2f67e736ec
|
remove unused import
|
2021-04-01 13:55:40 +03:00 |
|
Kirill Braslavsky
|
9096cc3277
|
remove trailing comma in function call (PHP>=7.3)
|
2021-04-01 13:55:14 +03:00 |
|
Kirill Braslavsky
|
7d0bf5299c
|
remove nonexisting parameter from docblock
|
2021-04-01 13:54:14 +03:00 |
|
Kirill Braslavsky
|
9a29bf07ca
|
fix tests
|
2021-04-01 13:48:10 +03:00 |
|
Kirill Braslavsky
|
1eb9643ff3
|
register script for the plugin settings page only
|
2021-04-01 13:22:06 +03:00 |
|
dinamiko
|
f49d748d5a
|
Fix phpcs errors
|
2021-03-31 16:21:46 +02:00 |
|
dinamiko
|
b5b10a0dfc
|
Consolidate pay later message content in admin panel
|
2021-03-31 16:16:32 +02:00 |
|
dinamiko
|
8d5698614d
|
Fix conditional for displaying vaulting message
|
2021-03-31 12:03:07 +02:00 |
|