Commit graph

3231 commits

Author SHA1 Message Date
Alex P
50560a96c4
Add tests 2023-02-07 15:30:59 +02:00
Alex P
09b6b411db
Call WC validation on free trial click 2023-02-07 15:29:53 +02:00
Alex P
79f2c9a1fa
Save checkout form before free trial redirect 2023-01-25 09:42:31 +02:00
Emili Castells
c8e492ed1e
Merge pull request #1132 from woocommerce/PCP-1387-order-failed-when-paying-with-saved-card-from-advanced-card-processing-when-wp-version-is-5-9
Add `PayPal-Request-Id` if payment source exist (1387)
2023-01-23 17:23:35 +01:00
emilicastells
fbaf97eb4f
Update changelog 2023-01-23 17:12:39 +01:00
emilicastells
3c7f653ca9
Add PayPal-Request-Id if payment source exist 2023-01-23 15:45:56 +01:00
Emili Castells
65c8accd5e
Merge pull request #1129 from woocommerce/PCP-1383-when-pui-is-enabled-fraud-net-should-be-also-enabled-mandatory-for-pui
When PUI is enabled FraudNet should be also enabled (mandatory for PUI)
2023-01-23 13:32:10 +01:00
emilicastells
dba6d093a4
Update changelog 2023-01-23 13:25:37 +01:00
emilicastells
d6d417fb7a
Merge branch 'trunk' into PCP-1383-when-pui-is-enabled-fraud-net-should-be-also-enabled-mandatory-for-pui 2023-01-23 13:24:05 +01:00
Emili Castells
d7130a9fdc
Merge pull request #1106 from woocommerce/PCP-994-oxxo-type-error-after-2-0-update
Do not check type in filter callback signature (994)
2023-01-23 11:03:56 +01:00
emilicastells
ea201a3140
Disable Fraudnet checkbox when PUI is enabled 2023-01-20 10:58:43 +01:00
Emili Castells
eb4a60e503
Merge pull request #1128 from woocommerce/PCP-1384-fatal-error-on-2-0-2-rc-1
Ensure `WC()->payment_gateways` is not null
2023-01-18 15:11:58 +01:00
emilicastells
e0d8715d0c
Update changelog 2023-01-18 15:06:54 +01:00
emilicastells
055ffa9370
Ensure WC()->payment_gateways is not null 2023-01-18 14:39:27 +01:00
Emili Castells
e383759e20
Merge pull request #1085 from woocommerce/pcp-558-remove-request-id
Do not send Paypal-Request-Id
2023-01-17 15:20:01 +01:00
emilicastells
93edabd4eb
Update changelog 2023-01-17 15:13:35 +01:00
emilicastells
05237ca93e
Remove request id repo from uninstall module 2023-01-17 15:09:36 +01:00
emilicastells
9055c702e7
Fix merge conflicts 2023-01-17 15:03:20 +01:00
Emili Castells
fee3ca92ec
Merge pull request #1122 from woocommerce/pcp-1379-gitignore-release
Remove .gitignore and other files during package build in all subdirs
2023-01-16 13:01:54 +01:00
Alex P
143be438ea
Remove .gitignore and other files during package build in all subdirs 2023-01-13 17:14:43 +02:00
Emili Castells
36fdfae960
Merge pull request #1119 from woocommerce/release/2.0.2
Release 2.0.2
2023-01-11 15:40:24 +01:00
emilicastells
e6722f01ec
Bump 2.0.2 version 2023-01-11 15:13:59 +01:00
Emili Castells
d4187854de
Merge pull request #1029 from woocommerce/PCP-951-could-not-retrieve-order
Could not retrieve order error (951)
2023-01-11 09:55:34 +01:00
emilicastells
83c3dca560
Do not check signature type on filter 2023-01-02 15:08:23 +01:00
Emili Castells
2dc6a6322b
Merge pull request #1066 from woocommerce/PCP-1083-update-standard-payments-tab-settings
Update the "standard payments" tab settings
2022-12-23 11:12:21 +01:00
Narek Zakarian
552dbe4751
Improve the Checkout buttons description 2022-12-23 12:41:46 +04:00
Narek Zakarian
851ded9021
Fix the descriptions and labels 2022-12-21 18:20:42 +04:00
Narek Zakarian
6e5af8f0ab
Change the script localize name 2022-12-21 18:01:19 +04:00
Narek Zakarian
0763e73cdb
Rename the Enable/Disable setting label for PayPal Gateway 2022-12-21 17:11:49 +04:00
Narek Zakarian
5b15b4b3fe
Conditionally add a message when no location is selected. 2022-12-21 17:08:56 +04:00
Narek Zakarian
eb080c9275
Merge branch 'trunk' into PCP-1083-update-standard-payments-tab-settings 2022-12-20 19:37:51 +04:00
Narek Zakarian
c54c42a46d
Fix preview overlapping 2022-12-20 19:24:58 +04:00
Narek Zakarian
c45a54aa68
Improve the conditional showing fields functionality 2022-12-20 19:08:17 +04:00
Narek Zakarian
416881da70
Fix Pay later locations according to selected smart button locations 2022-12-19 20:23:09 +04:00
Emili Castells
f74adcd7b5
Merge pull request #1076 from woocommerce/PCP-121-remove-plugin-data-after-uninstalling
Remove plugin data options.
2022-12-19 14:56:28 +01:00
Narek Zakarian
e2e4b7ab44
Require main plugin file. 2022-12-15 20:15:24 +04:00
Emili Castells
6845f1c629
Merge pull request #1041 from woocommerce/PCP-971-add-fraud-net-to-all-payments
Pcp 971 add fraud net to all payments
2022-12-15 14:35:27 +01:00
Alex P
2f6240bfb4
Do not send Paypal-Request-Id
The current usage is incorrect and only causes issues without solving any problems (we don't implement any way to retry requests).
2022-12-15 12:37:52 +02:00
Emili Castells
d23a33e4c2
Merge pull request #1084 from woocommerce/PCP-1090-update-php-7-2-requirement-in-all-relevant-files
Update PHP 7.2 requirement in all relevant files (1090)
2022-12-15 09:17:56 +01:00
Narek Zakarian
2506b39c32
Fix the spelling. 2022-12-14 15:59:58 +04:00
Narek Zakarian
2bb8ea9246
Improve the JS click event 2022-12-14 15:44:48 +04:00
Narek Zakarian
554ae57cb1
Refactor the field name 2022-12-14 15:24:32 +04:00
emilicastells
ade39f7e19
Update PHP version 2022-12-14 11:39:22 +01:00
Emili Castells
b1b058655a
Merge pull request #1056 from woocommerce/PCP-778-1-9-0-type-check-error-conflict-with-german-market
Type check error conflict with German Market (778)
2022-12-14 09:44:19 +01:00
Danae Millan
f48cb4715d
Merge pull request #1082 from woocommerce/release/2.0.1
Update 2.0.1 release date
2022-12-13 13:22:17 -03:00
Danae Millan
207ede6e6d Update 2.0.1 released date 2022-12-13 11:38:53 -03:00
Narek Zakarian
004f87adb4
update stubs. 2022-12-12 17:43:46 +04:00
Narek Zakarian
105d9d6735
Fix psalm 2022-12-12 17:30:50 +04:00
Narek Zakarian
8db13cc0f4
Update lock file 2022-12-12 16:00:36 +04:00
Narek Zakarian
7563c2a0fe
Merge remote-tracking branch 'origin/trunk' into PCP-121-remove-plugin-data-after-uninstalling 2022-12-12 15:58:04 +04:00