Alex P
61dafb83d7
Use wp_loaded for fraudnet loading to avoid warnings
...
It needs wcgateway.enabled-ppcp-gateways which calls WC()->payment_gateways->get_available_payment_gateways(), and the hooks inside it can be used by other plugins resulting in warnings about calling functions like get_cart too early
One way to fix it is simply to use the wp_loaded hook instead of init, I think it supposed to be a more correct choice if interaction with other plugins (WC) is needed, because it is fired when "WP, all plugins, and the theme are fully loaded and instantiated"
2023-02-08 18:00:23 +02:00
Alex P
9839d24a66
Fix fraudnet docs url
2023-02-07 15:55:23 +02:00
Alex P
040c51a2b6
Mention PUI only for German shops and add line breaks
2023-02-07 15:53:11 +02:00
Alex P
333b48e4ec
Add tracking docs url
2023-02-07 15:52:58 +02:00
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
Emili Castells
664a53dd36
Merge pull request #1156 from khalilgharbaoui/trunk
...
Add option to hide funding resource Trustly
2023-02-07 12:58:00 +01:00
Alex P
abc39d4dbd
Mention PUI only for German shops and add line breaks
2023-02-07 10:58:38 +02:00
Emili Castells
94d5747fb6
Merge pull request #1144 from woocommerce/pcp-1354-fix-unset-fields-validation
...
Make is_checkout()=true during validation to improve compatibility
2023-02-07 09:19:25 +01:00
Emili Castells
2ee836f428
Merge pull request #1167 from woocommerce/PCP-1420-white
...
Add white color option
2023-02-07 09:18:08 +01:00
Alex P
df10747701
Fix default landing value
2023-02-06 10:13:38 +02:00
Alex P
3fe1a2a274
Add white color option
2023-02-06 10:06:32 +02:00
Alex P
838978fcf6
Retrieve validation errors from notices
2023-02-03 10:36:48 +02:00
Alex P
d6bd403b5a
Call calculate_shipping before validation
2023-02-03 10:35:38 +02:00
Alex P
b10f1a693a
Set $_REQUEST before validation
2023-02-02 15:26:28 +02:00
Khalil Gharbaoui
4f1f326172
Add option to hide funding resource Trustly
2023-02-02 04:36:02 +01:00
Alex P
c3329c5e9d
Add filter for disabling fees on wc order admin pages
2023-02-01 16:31:43 +02:00
Danae Millan
fddd6c35e9
Merge pull request #1151 from woocommerce/release/2.0.2
...
Update 2.0.2 release date
2023-01-31 20:52:35 -03:00
Danae Millan
08fe747909
Update 2.0.2 release date
2023-01-31 20:36:28 -03:00
Alex P
3d3115f99d
Add filter for controlling the ditching of items/breakdown
2023-01-31 10:35:30 +02:00
Alex P
b4097f824c
Add patch order data filter
2023-01-31 10:33:14 +02:00
Alex P
6fc12a55a9
Make is_checkout()=true during validation to improve compatibility
2023-01-30 17:33:24 +02:00
Danae Millan
3336468f64
Merge pull request #1143 from woocommerce/revert-1142-release/2.0.2
...
Revert "Update 2.0.2 release date"
2023-01-30 12:32:11 -03:00
Danae Millan
b650878c88
Revert "Update 2.0.2 release date"
2023-01-30 12:31:41 -03:00
Danae Millan
cd640d6441
Merge pull request #1142 from woocommerce/release/2.0.2
...
Update 2.0.2 release date
2023-01-30 11:23:46 -03:00
Danae Millan
3dbba1f00d
Update 2.0.2 release date
2023-01-30 11:20:35 -03:00
Alex P
654d6d6da8
Validate new user creation
2023-01-26 12:34:07 +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